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

Commit e4434e30 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Fix log description

Test: make
Bug: 111405682
Change-Id: I765d8bd2810737b7b26dc228ce72c1d8c75197dd
parent 66f04be1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ public class DozeLog {
     */
    public static void traceLockScreenWakeUp(boolean wake) {
        if (!ENABLED) return;
        log("wakeLockScreenWakeUp " + wake);
        log("wakeLockScreen " + wake);
    }

    /**
@@ -192,7 +192,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,