Loading services/core/java/com/android/server/am/ActivityManagerService.java +1 −5 Original line number Original line Diff line number Diff line Loading @@ -4830,11 +4830,7 @@ public class ActivityManagerService extends IActivityManager.Stub if (!mConstants.mEnableWaitForFinishAttachApplication) { if (!mConstants.mEnableWaitForFinishAttachApplication) { finishAttachApplicationInner(startSeq, callingUid, pid); finishAttachApplicationInner(startSeq, callingUid, pid); } } // Temporarily disable sending BOOT_COMPLETED to see if this was impacting perf tests if (false) { maybeSendBootCompletedLocked(app); maybeSendBootCompletedLocked(app); } } catch (Exception e) { } catch (Exception e) { // We need kill the process group here. (b/148588589) // We need kill the process group here. (b/148588589) Slog.wtf(TAG, "Exception thrown during bind of " + app, e); Slog.wtf(TAG, "Exception thrown during bind of " + app, e); Loading Loading
services/core/java/com/android/server/am/ActivityManagerService.java +1 −5 Original line number Original line Diff line number Diff line Loading @@ -4830,11 +4830,7 @@ public class ActivityManagerService extends IActivityManager.Stub if (!mConstants.mEnableWaitForFinishAttachApplication) { if (!mConstants.mEnableWaitForFinishAttachApplication) { finishAttachApplicationInner(startSeq, callingUid, pid); finishAttachApplicationInner(startSeq, callingUid, pid); } } // Temporarily disable sending BOOT_COMPLETED to see if this was impacting perf tests if (false) { maybeSendBootCompletedLocked(app); maybeSendBootCompletedLocked(app); } } catch (Exception e) { } catch (Exception e) { // We need kill the process group here. (b/148588589) // We need kill the process group here. (b/148588589) Slog.wtf(TAG, "Exception thrown during bind of " + app, e); Slog.wtf(TAG, "Exception thrown during bind of " + app, e); Loading