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

Commit ef416123 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

am: d70aa275

Change-Id: Ibe0d525b2a3241da2f67c828c04db9b2e631bec9
parents 6bad7044 d70aa275
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -310,7 +310,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";

    /**