Track changes to IActivityManager.startInstrumentation.
Change-Id: Iceaecb720c2824134a1d6d13b1f3e0a16d41d76d
This commit is contained in:
@@ -156,7 +156,7 @@ public class InstrumentationList extends ListActivity
|
||||
try {
|
||||
ActivityManagerNative.getDefault().
|
||||
startInstrumentation(className, profilingFile, 0, null, mWatcher, null,
|
||||
UserHandle.myUserId());
|
||||
UserHandle.myUserId(), null);
|
||||
} catch (RemoteException ex) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user