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

Commit 9bece0d0 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

DozeService should call super.dumpOnHandler

Test: adb shell dumpsys activity service com.android.systemui/com.android.systemui.doze.DozeService
Change-Id: I2ba3f3574f59a4caaafdc4cb7ac014f42080c171
Fixes: 68090397
parent 0e992fb8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ public class DozeService extends DreamService

    @Override
    protected void dumpOnHandler(FileDescriptor fd, PrintWriter pw, String[] args) {
        super.dumpOnHandler(fd, pw, args);
        if (mDozeMachine != null) {
            mDozeMachine.dump(pw);
        }