Work around to get ride of NPE in app startup test

bug: 30374599
Change-Id: I9050ba6ac6283734c345e4e7f9f56f34e1477c7a
This commit is contained in:
Yuanlang Song
2016-08-01 12:11:57 -07:00
parent 4e00581e6b
commit eaf08cf7d0

View File

@@ -574,6 +574,7 @@ public class AppLaunch extends InstrumentationTestCase {
mLaunchIntent = intent;
mForceStopBeforeLaunch = forceStopBeforeLaunch;
mLaunchReason = launchReason;
mResult = -1L;
}
public Long getResult() {