Refactoring due to removing some private APIs.
Change-Id: Id00d9fa974d8cb747cebb99c5a64ed5b438b56e9
This commit is contained in:
committed by
Android (Google) Code Review
parent
7531ada080
commit
00fc93c6fe
@@ -155,7 +155,8 @@ public class InstrumentationList extends ListActivity
|
||||
}
|
||||
try {
|
||||
ActivityManagerNative.getDefault().
|
||||
startInstrumentation(className, profilingFile, 0, null, mWatcher, UserHandle.myUserId());
|
||||
startInstrumentation(className, profilingFile, 0, null, mWatcher, null,
|
||||
UserHandle.myUserId());
|
||||
} catch (RemoteException ex) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user