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

Commit d3f604a9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix log description"

parents 732c6ca5 e4434e30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ public class DozeLog {
     */
    public static void traceLockScreenWakeUp(boolean wake) {
        if (!ENABLED) return;
        log("wakeLockScreenWakeUp " + wake);
        log("wakeLockScreen " + wake);
    }

    /**
@@ -191,7 +191,7 @@ public class DozeLog {
     */
    public static void traceWakeDisplay(boolean wake) {
        if (!ENABLED) return;
        log("wakeLockScreenWakeUp " + wake);
        log("wakeDisplay " + wake);
    }

    public static void traceProximityResult(Context context, boolean near, long millis,