summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-10-01 12:18:35 -0400
committerChris Wren <cwren@android.com>2012-10-01 12:18:35 -0400
commitb7fe7200dcc6efc90aa5441bb8366d3205452c3e (patch)
tree63073e4faf6545bd8af83ac9cda8dc24289c4cc3 /src
parent1c1faec579b96aeac7416a80a7ee7155a813fffe (diff)
downloadandroid_packages_screensavers_PhotoTable-b7fe7200dcc6efc90aa5441bb8366d3205452c3e.tar.gz
android_packages_screensavers_PhotoTable-b7fe7200dcc6efc90aa5441bb8366d3205452c3e.tar.bz2
android_packages_screensavers_PhotoTable-b7fe7200dcc6efc90aa5441bb8366d3205452c3e.zip
turn off debug logging.
Bug: 7257612 Change-Id: Ia8c9c81c788e87f4953b4ecacc07712e73d82a7f
Diffstat (limited to 'src')
-rw-r--r--src/com/android/dreams/phototable/PhotoSource.java2
-rw-r--r--src/com/android/dreams/phototable/SectionedAlbumDataAdapter.java2
2 files changed, 2 insertions, 2 deletions
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;