Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0799a5f5 authored by gopinath's avatar gopinath
Browse files

Fix string format in App launch

Change-Id: I22676ab95d39b8b92118eb48145b0d7614d0f03f
parent 6ccc053d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));
        }
    }