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

Commit d70aa275 authored by Jonathan Solnit's avatar Jonathan Solnit Committed by android-build-merger
Browse files

Merge "Turn off camera lift logging" into oc-dr1-dev

am: 61dd3b89

Change-Id: Ic55ecd06cf6c713bbcadc3fd9646f880274a6473
parents b1343942 61dd3b89
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";

    /**