commit | 0799a5f5c5225d96ccc965c61e27ce7b19d53573 | [log] [tgz] |
---|---|---|
author | gopinath <[email protected]> | Tue Feb 20 17:24:33 2018 -0800 |
committer | gopinath <[email protected]> | Tue Feb 20 17:24:33 2018 -0800 |
tree | 692c7859e36cb4679aad35388e2340c7807e959d | |
parent | 6ccc053d8b3cfedc25f9c87c672e5af824085610 [diff] |
Fix string format in App launch Change-Id: I22676ab95d39b8b92118eb48145b0d7614d0f03f
diff --git a/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java b/tests/AppLaunch/src/com/android/tests/applaunch/AppLaunch.java index 83354d5..2a13093 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 @@ 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)); } }