cleanups
diff --git a/extendedcommands.c b/extendedcommands.c
index 29dfb93..c3cb9b9 100644
--- a/extendedcommands.c
+++ b/extendedcommands.c
@@ -797,6 +797,7 @@
"Report Error",
"Key Test",
"Restart adbd",
+ "Process dump",
NULL
};
@@ -853,6 +854,10 @@
__system("kill $(ps | grep adbd)");
__system("/sbin/adbd &");
}
+ case 6:
+ {
+ __system("ps");
+ }
}
}
}
@@ -912,5 +917,5 @@
return;
mkdir("/sdcard/clockworkmod", S_IRWXU);
__system("cp /tmp/recovery.log /sdcard/clockworkmod/recovery.log");
- ui_print("/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.log. Please open ROM Manager to report the issue.");
+ ui_print("/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.log. Please open ROM Manager to report the issue.\n");
}
\ No newline at end of file