Refactoring due to removing some private APIs.

Change-Id: Id00d9fa974d8cb747cebb99c5a64ed5b438b56e9
This commit is contained in:
Svetoslav Ganov
2013-01-02 10:13:10 -08:00
committed by Android (Google) Code Review
parent 7531ada080
commit 00fc93c6fe
4 changed files with 43 additions and 80 deletions

View File

@@ -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) {
}
}