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

Commit 05702ccf authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 5b7d28fc: Merge "Turn off debugging for launch." into ub-now-porkchop

* commit '5b7d28fc':
  Turn off debugging for launch.
parents 6c589c27 5b7d28fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ public class LauncherAppState implements DeviceProfile.DeviceProfileCallbacks {
    private static final String TAG = "LauncherAppState";
    private static final String SHARED_PREFERENCES_KEY = "com.android.launcher3.prefs";

    private static final boolean DEBUG = true;  // STOPSHIP(cwren) temporary for debugging
    private static final boolean DEBUG = false;

    private final AppFilter mAppFilter;
    private final BuildInfo mBuildInfo;
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
public class LauncherModel extends BroadcastReceiver
        implements LauncherAppsCompat.OnAppsChangedCallbackCompat {
    static final boolean DEBUG_LOADERS = false;
    private static final boolean DEBUG_RECEIVER = true;  // STOPSHIP(cwren) temporary for debugging
    private static final boolean DEBUG_RECEIVER = false;

    static final String TAG = "Launcher.Model";