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

Commit 947c68e5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't include default config in bugreport."

parents 798e6401 490cba43
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -491,7 +491,6 @@ public class ZenModeHelper {
    public void dump(PrintWriter pw, String prefix) {
        pw.print(prefix); pw.print("mZenMode=");
        pw.println(Global.zenModeToString(mZenMode));
        dump(pw, prefix, "mDefaultConfig", mDefaultConfig);
        final int N = mConfigs.size();
        for (int i = 0; i < N; i++) {
            dump(pw, prefix, "mConfigs[u=" + mConfigs.keyAt(i) + "]", mConfigs.valueAt(i));