Work around to get ride of NPE in app startup test
am: eaf08cf7d0
Change-Id: I2ef8cb36261f47055362d4af489f37cc61ddef13
This commit is contained in:
@@ -574,6 +574,7 @@ public class AppLaunch extends InstrumentationTestCase {
|
|||||||
mLaunchIntent = intent;
|
mLaunchIntent = intent;
|
||||||
mForceStopBeforeLaunch = forceStopBeforeLaunch;
|
mForceStopBeforeLaunch = forceStopBeforeLaunch;
|
||||||
mLaunchReason = launchReason;
|
mLaunchReason = launchReason;
|
||||||
|
mResult = -1L;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Long getResult() {
|
public Long getResult() {
|
||||||
|
|||||||
Reference in New Issue
Block a user