Loading packages/SystemUI/src/com/android/systemui/doze/DozeService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
packages/SystemUI/src/com/android/systemui/doze/DozeService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading