OSDN Git Service

Fix string format in App launch
authorgopinath <gelanchezhian@google.com>
Wed, 21 Feb 2018 01:24:33 +0000 (17:24 -0800)
committergopinath <gelanchezhian@google.com>
Wed, 21 Feb 2018 01:24:33 +0000 (17:24 -0800)
Change-Id: I22676ab95d39b8b92118eb48145b0d7614d0f03f

tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java

index 83354d5..2a13093 100644 (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));
         }
     }