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

Commit 99ca7886 authored by Kweku Adams's avatar Kweku Adams
Browse files

Dump emergency call status.

Bug: 247441185
Bug: 263218207
Test: adb shell dumpsys deviceidle
Change-Id: Ie7693a964d224650b73f79fa15bb86065cf29880
parent aa66f400
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5277,6 +5277,8 @@ public class DeviceIdleController extends SystemService
            pw.print("  mScreenLocked="); pw.println(mScreenLocked);
            pw.print("  mNetworkConnected="); pw.println(mNetworkConnected);
            pw.print("  mCharging="); pw.println(mCharging);
            pw.print("  activeEmergencyCall=");
            pw.println(mEmergencyCallListener.isEmergencyCallActive());
            if (mConstraints.size() != 0) {
                pw.println("  mConstraints={");
                for (int i = 0; i < mConstraints.size(); i++) {