am 8930942d: am 4388d2c3: Merge "Monkey: Set the name of the process to distinguish from generic name (app_process)"
Merge commit '8930942de2fdbb864c73f62d016d8e23844bca98' * commit '8930942de2fdbb864c73f62d016d8e23844bca98': Monkey: Set the name of the process to distinguish from generic name (app_process)
This commit is contained in:
committed by
Android Git Automerger
commit
c7c7e9367a
@@ -357,6 +357,8 @@ 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");
|
||||||
|
|
||||||
|
Process.setArgV0("com.android.commands.monkey");
|
||||||
|
|
||||||
int resultCode = (new Monkey()).run(args);
|
int resultCode = (new Monkey()).run(args);
|
||||||
System.exit(resultCode);
|
System.exit(resultCode);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user