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

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

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

parents e2c0055d c4c7cfcf
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line Diff line number Diff line
@@ -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);