Track multi-user change.

Change-Id: I0b45ec880f6149fba5d2d83c014e1e71a6524b99
This commit is contained in:
Dianne Hackborn
2012-09-07 13:08:27 -07:00
parent 17a180c959
commit 077c59a0b9
2 changed files with 3 additions and 2 deletions

View File

@@ -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;