From b7fe7200dcc6efc90aa5441bb8366d3205452c3e Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Mon, 1 Oct 2012 12:18:35 -0400 Subject: turn off debug logging. Bug: 7257612 Change-Id: Ia8c9c81c788e87f4953b4ecacc07712e73d82a7f --- src/com/android/dreams/phototable/PhotoSource.java | 2 +- src/com/android/dreams/phototable/SectionedAlbumDataAdapter.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/com/android/dreams/phototable/PhotoSource.java b/src/com/android/dreams/phototable/PhotoSource.java index 44e00d9..366ce20 100644 --- a/src/com/android/dreams/phototable/PhotoSource.java +++ b/src/com/android/dreams/phototable/PhotoSource.java @@ -41,7 +41,7 @@ import java.util.Random; */ public abstract class PhotoSource { private static final String TAG = "PhotoTable.PhotoSource"; - private static final boolean DEBUG = true; + private static final boolean DEBUG = false; // This should be large enough for BitmapFactory to decode the header so // that we can mark and reset the input stream to avoid duplicate network i/o diff --git a/src/com/android/dreams/phototable/SectionedAlbumDataAdapter.java b/src/com/android/dreams/phototable/SectionedAlbumDataAdapter.java index 56fd954..6dc3ddf 100644 --- a/src/com/android/dreams/phototable/SectionedAlbumDataAdapter.java +++ b/src/com/android/dreams/phototable/SectionedAlbumDataAdapter.java @@ -34,7 +34,7 @@ import java.util.List; */ public class SectionedAlbumDataAdapter extends DataSetObserver implements ListAdapter { private static final String TAG = "SectionedAlbumDataAdapter"; - private static final boolean DEBUG = true; + private static final boolean DEBUG = false; private final LayoutInflater mInflater; private final int mLayout; -- cgit v1.2.3