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

Commit 4d4495e2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Include consolidated effects in ZenModeHelper dump" into main

parents 06544a0c 9c3ce114
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1697,6 +1697,8 @@ public class ZenModeHelper {
        pw.print(prefix);
        pw.println("mConsolidatedPolicy=" + mConsolidatedPolicy.toString());
        synchronized (mConfigLock) {
            pw.print(prefix);
            pw.println("mConsolidatedDeviceEffects=" + mConsolidatedDeviceEffects.toString());
            final int N = mConfigs.size();
            for (int i = 0; i < N; i++) {
                dump(pw, prefix, "mConfigs[u=" + mConfigs.keyAt(i) + "]", mConfigs.valueAt(i));