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

Commit b65ea7bf authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #15689396: pre-installed DemoAPI tests fail...

...with a NPE on emulators running Google x86 API 19 image

Change-Id: Ib989127f48b0c02ec645b99827a9b775188684d8
parent 53ad2a15
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -188,6 +188,9 @@ public class Instrumentation {
            endPerformanceSnapshot();
        }
        if (mPerfMetrics != null) {
            if (results == null) {
                results = new Bundle();
            }
            results.putAll(mPerfMetrics);
        }
        if (mUiAutomation != null) {