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

Commit a427fcf2 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

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

parents 402c8f5a b65ea7bf
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) {