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

Commit baa410b8 authored by Jonathan Solnit's avatar Jonathan Solnit
Browse files

Turn off camera lift logging

Test: Triggered camera lift, confirmed no logging
Bug: 63141065
Change-Id: Ib93fd5885196a9a3055dabb8b956b23d6928cc49
parent 13d5f053
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ public class StatusBar extends SystemUI implements DemoMode,
    public static final boolean DEBUG_GESTURES = false;
    public static final boolean DEBUG_MEDIA = false;
    public static final boolean DEBUG_MEDIA_FAKE_ARTWORK = false;
    public static final boolean DEBUG_CAMERA_LIFT = true; // false once b/62623620 is fixed
    public static final boolean DEBUG_CAMERA_LIFT = false;

    public static final boolean DEBUG_WINDOW_STATE = false;

+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ import com.android.server.statusbar.StatusBarManagerInternal;
 */
public class GestureLauncherService extends SystemService {
    private static final boolean DBG = false;
    private static final boolean DBG_CAMERA_LIFT = true; // false once b/62623620 is fixed
    private static final boolean DBG_CAMERA_LIFT = false;
    private static final String TAG = "GestureLauncherService";

    /**