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

Commit a8cae266 authored by Prem Edhara's avatar Prem Edhara Committed by Android (Google) Code Review
Browse files

Merge "Fix dumpsys formatting for mIsOffBody" into main

parents b87dbb2a 3c55c036
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5318,7 +5318,7 @@ public class DeviceIdleController extends SystemService
            if (mConstants.USE_MODE_MANAGER) {
                pw.print("  mModeManagerRequestedQuickDoze=");
                pw.println(mModeManagerRequestedQuickDoze);
                pw.print("  mIsOffBody");
                pw.print("  mIsOffBody=");
                pw.println(mIsOffBody);
            }
        }