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

Commit 40f6d20f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Background broadcast constants should be print in the dumpsys info."...

Merge "Background broadcast constants should be print in the dumpsys info." into main am: c67ac44b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3140118



Change-Id: Iec0335f1b89612369f8aa52074815028dec9b9b3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 550220af c67ac44b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2482,7 +2482,8 @@ class BroadcastQueueModernImpl extends BroadcastQueue {
        ipw.println();

        if (dumpConstants) {
            mConstants.dump(ipw);
            mFgConstants.dump(ipw);
            mBgConstants.dump(ipw);
        }

        if (dumpHistory) {