Work around to get ride of NPE in app startup test

am: eaf08cf7d0

Change-Id: I2ef8cb36261f47055362d4af489f37cc61ddef13
This commit is contained in:
Yuanlang Song
2016-08-02 00:38:08 +00:00
committed by android-build-merger

View File

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