Merge "Turn off debugging for launch." into ub-now-porkchop

This commit is contained in:
Chris Wren
2014-09-12 16:17:46 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions
@@ -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
View File
@@ -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";