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

Commit 7c4482b9 authored by Yuanlang Song's avatar Yuanlang Song Committed by android-build-merger
Browse files

Work around to get ride of NPE in app startup test am: eaf08cf7 am: 832ec72c

am: 4dadfe9e

Change-Id: I6b96dc77a88e9ad5ee638153dfe56214be164796
parents f1036347 4dadfe9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -574,6 +574,7 @@ public class AppLaunch extends InstrumentationTestCase {
            mLaunchIntent = intent;
            mForceStopBeforeLaunch = forceStopBeforeLaunch;
            mLaunchReason = launchReason;
            mResult = -1L;
        }

        public Long getResult() {