Merge "Turn off debugging for launch." into ub-now-porkchop
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user