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

* commit '5b7d28fc4c44f9952ca6907b05f9f364c8d383aa':
  Turn off debugging for launch.
This commit is contained in:
Chris Wren
2014-09-12 18:48:49 +00:00
committed by Android Git Automerger
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";