Merge branch 'gingerbread' into gingerbread-release

This commit is contained in:
The Android Automerger
2010-10-08 09:05:53 -07:00
4 changed files with 3 additions and 0 deletions

View File

@@ -404,6 +404,9 @@ public class Monkey {
// Set ro.monkey if it's not set yet. // Set ro.monkey if it's not set yet.
SystemProperties.set("ro.monkey", "true"); SystemProperties.set("ro.monkey", "true");
// Set the process name showing in "ps" or "top"
Process.setArgV0("com.android.commands.monkey");
int resultCode = (new Monkey()).run(args); int resultCode = (new Monkey()).run(args);
System.exit(resultCode); System.exit(resultCode);
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.