* commit '6852ac7430cdf909a223e6ba9d9ec9b9ca22e46a': Track multi-user change.
This commit is contained in:
@@ -46,7 +46,7 @@ public class MonkeyInstrumentationEvent extends MonkeyEvent {
|
||||
Bundle args = new Bundle();
|
||||
args.putString("class", mTestCaseName);
|
||||
try {
|
||||
iam.startInstrumentation(cn, null, 0, args, null);
|
||||
iam.startInstrumentation(cn, null, 0, args, null, 0);
|
||||
} catch (RemoteException e) {
|
||||
System.err.println("** Failed talking with activity manager!");
|
||||
return MonkeyEvent.INJECT_ERROR_REMOTE_EXCEPTION;
|
||||
|
||||
Reference in New Issue
Block a user