summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/pipeline
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-07-30 14:40:18 -0700
committerJohn Hoford <hoford@google.com>2013-08-01 16:13:52 -0700
commitbc8e077e77cf6f0dda8efd8318b8a8e7eda16f61 (patch)
tree48573a4ad3a93a044b2a59846c773ad53a02ecc2 /src/com/android/gallery3d/filtershow/pipeline
parentb0f7a8f7f7d95ae12e92f529fd9a8a37f75b105c (diff)
downloadandroid_packages_apps_Gallery2-bc8e077e77cf6f0dda8efd8318b8a8e7eda16f61.tar.gz
android_packages_apps_Gallery2-bc8e077e77cf6f0dda8efd8318b8a8e7eda16f61.tar.bz2
android_packages_apps_Gallery2-bc8e077e77cf6f0dda8efd8318b8a8e7eda16f61.zip
add Per Channel Saturation
Change-Id: Icfd24c817674b81ac9caecc2d73348dc7734f037
Diffstat (limited to 'src/com/android/gallery3d/filtershow/pipeline')
-rw-r--r--src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java b/src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java
index 64643e455..d34216ad6 100644
--- a/src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java
+++ b/src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java
@@ -613,7 +613,7 @@ public class ImagePreset {
writer.endObject();
} catch (IOException e) {
- e.printStackTrace();
+ Log.e(LOGTAG,"Error encoding JASON",e);
}
}