Merge "Reset killedByAm flag at attachApplicationLocked"

This commit is contained in:
Craig Mautner
2014-11-30 23:55:12 +00:00
committed by Gerrit Code Review

View File

@@ -6098,6 +6098,7 @@ public final class ActivityManagerService extends ActivityManagerNative
app.hasShownUi = false; app.hasShownUi = false;
app.debugging = false; app.debugging = false;
app.cached = false; app.cached = false;
app.killedByAm = false;
mHandler.removeMessages(PROC_START_TIMEOUT_MSG, app); mHandler.removeMessages(PROC_START_TIMEOUT_MSG, app);