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

Commit ee52336a authored by Chris Wren's avatar Chris Wren
Browse files

Turn off debugging for launch.

Bug: 17483474
Change-Id: I8dd24ba08ffe0773f4d68739b30b829021d69902
parent 0f668f3c
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";