Loading core/java/android/app/Instrumentation.java +3 −0 Original line number Diff line number Diff line Loading @@ -188,6 +188,9 @@ public class Instrumentation { endPerformanceSnapshot(); } if (mPerfMetrics != null) { if (results == null) { results = new Bundle(); } results.putAll(mPerfMetrics); } if (mUiAutomation != null) { Loading Loading
core/java/android/app/Instrumentation.java +3 −0 Original line number Diff line number Diff line Loading @@ -188,6 +188,9 @@ public class Instrumentation { endPerformanceSnapshot(); } if (mPerfMetrics != null) { if (results == null) { results = new Bundle(); } results.putAll(mPerfMetrics); } if (mUiAutomation != null) { Loading