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

Commit faa3877d authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Add '=' in the dump output for clarity.

Test: manual
Change-Id: I315f1dfe0c1674bd80b657c4435170fc0b56ca2c
parent 09183fb1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2455,11 +2455,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();