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

Commit 7a73d902 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Add '=' in the dump output for clarity."

parents 8ae0bfc0 faa3877d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2456,11 +2456,11 @@ public class AppStandbyController
        pw.print(mNoteResponseEventForAllBroadcastSessions);
        pw.println();

        pw.print("  mBroadcastResponseExemptedRoles");
        pw.print("  mBroadcastResponseExemptedRoles=");
        pw.print(mBroadcastResponseExemptedRoles);
        pw.println();

        pw.print("  mBroadcastResponseExemptedPermissions");
        pw.print("  mBroadcastResponseExemptedPermissions=");
        pw.print(mBroadcastResponseExemptedPermissions);
        pw.println();