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

Commit 44a94bb5 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Turn off debugging logspam for release" into honeycomb

parents 66707eee 994ef929
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ public class ViewDebug {
     * Enables detailed logging of drag/drop operations.
     * @hide
     */
    public static final boolean DEBUG_DRAG = true;
    public static final boolean DEBUG_DRAG = false;

    /**
     * <p>Enables or disables views consistency check. Even when this property is enabled,
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ import java.util.Set;

class BackupManagerService extends IBackupManager.Stub {
    private static final String TAG = "BackupManagerService";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    // How often we perform a backup pass.  Privileged external callers can
    // trigger an immediate pass.
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ public class WindowManagerService extends IWindowManager.Stub
    static final boolean DEBUG_STARTING_WINDOW = false;
    static final boolean DEBUG_REORDER = false;
    static final boolean DEBUG_WALLPAPER = false;
    static final boolean DEBUG_DRAG = true;
    static final boolean DEBUG_DRAG = false;
    static final boolean SHOW_TRANSACTIONS = false;
    static final boolean HIDE_STACK_CRAWLS = true;