diff options
| author | 2018-02-21 07:15:22 +0000 | |
|---|---|---|
| committer | 2018-02-21 07:15:22 +0000 | |
| commit | 9cdcb3e380bae61a411526b006423d91aa2e3066 (patch) | |
| tree | 2639580d46bc6a6793deba57f22898d2fcc044af | |
| parent | 57be73d6a2b26e49d34058d6f493a1620942ddd7 (diff) | |
| parent | 0799a5f5c5225d96ccc965c61e27ce7b19d53573 (diff) | |
Merge "Fix string format in App launch"
| -rw-r--r-- | tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java b/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java index 83354d55b005..2a13093b7ed0 100644 --- a/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java +++ b/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java @@ -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)); } } |