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

Commit eaf08cf7 authored by Yuanlang Song's avatar Yuanlang Song
Browse files

Work around to get ride of NPE in app startup test

bug: 30374599
Change-Id: I9050ba6ac6283734c345e4e7f9f56f34e1477c7a
parent 4e00581e
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() {