summaryrefslogtreecommitdiffstats
path: root/src/org/codeaurora/gallery3d/video/CodeauroraVideoView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/codeaurora/gallery3d/video/CodeauroraVideoView.java')
-rw-r--r--src/org/codeaurora/gallery3d/video/CodeauroraVideoView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/codeaurora/gallery3d/video/CodeauroraVideoView.java b/src/org/codeaurora/gallery3d/video/CodeauroraVideoView.java
index 892c6d6b9..0d1f6f8ee 100644
--- a/src/org/codeaurora/gallery3d/video/CodeauroraVideoView.java
+++ b/src/org/codeaurora/gallery3d/video/CodeauroraVideoView.java
@@ -43,7 +43,7 @@ import java.util.Map;
* such as scaling and tinting.
*/
public class CodeauroraVideoView extends SurfaceView implements MediaPlayerControl, ScreenModeListener{
- private static final boolean LOG = true;
+ private static final boolean LOG = false;
private String TAG = "CodeauroraVideoView";
// settable by the client
private Uri mUri;