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

Commit 72281b01 authored by Kweku Adams's avatar Kweku Adams Committed by Android (Google) Code Review
Browse files

Merge "Dump emergency call status." into udc-dev

parents 66948922 99ca7886
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++) {