Work around to get ride of NPE in app startup test am: eaf08cf7d0

am: 832ec72c38

Change-Id: Ia06a591cec41b2546d99411e51741bfdbe5c7886
This commit is contained in:
Yuanlang Song
2016-08-02 00:50:19 +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() {