Merge "Fix string format in App launch"

This commit is contained in:
TreeHugger Robot
2018-02-21 07:15:22 +00:00
committed by Android (Google) Code Review

View File

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