Merge "Fix string format in App launch"
This commit is contained in:
committed by
Android (Google) Code Review
commit
9cdcb3e380
@@ -477,7 +477,7 @@ public class AppLaunch extends InstrumentationTestCase {
|
||||
|
||||
if (mSimplePerfCmd != null && mSimplePerfAppOnly) {
|
||||
Log.w(TAG, String.format("Passing both %s and %s is not supported, ignoring %s",
|
||||
KEY_SIMPLEPERF_CMD, KEY_SIMPLEPERF_APP));
|
||||
KEY_SIMPLEPERF_CMD, KEY_SIMPLEPERF_APP, KEY_SIMPLEPERF_CMD));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user