Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbfbbd1b authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Don't send the boot_completed in the critical path" into main

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