summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui/GLRootView.java
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2010-04-22 18:40:53 +0800
committerChih-Chung Chang <chihchung@google.com>2010-04-23 14:55:43 +0800
commitf86e6af0b8833f5f8a4b03fefba54b1922280d28 (patch)
tree1b96fb6a07a51d0c507e9320226b92f263688126 /src/com/android/camera/ui/GLRootView.java
parent18a0b5bb13b9dc9cdb01d03e901c0836742f7a3a (diff)
downloadLegacyCamera-f86e6af0b8833f5f8a4b03fefba54b1922280d28.zip
LegacyCamera-f86e6af0b8833f5f8a4b03fefba54b1922280d28.tar.gz
LegacyCamera-f86e6af0b8833f5f8a4b03fefba54b1922280d28.tar.bz2
Startup time improvements.
Bug: 2430326 Change-Id: I36dde4cee9f086e468caf87378ce1f2fd0d011c7
Diffstat (limited to 'src/com/android/camera/ui/GLRootView.java')
-rw-r--r--src/com/android/camera/ui/GLRootView.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/camera/ui/GLRootView.java b/src/com/android/camera/ui/GLRootView.java
index 4f3c8a4..10981b1 100644
--- a/src/com/android/camera/ui/GLRootView.java
+++ b/src/com/android/camera/ui/GLRootView.java
@@ -161,7 +161,6 @@ public class GLRootView extends GLSurfaceView
setEGLConfigChooser(8, 8, 8, 8, 0, 4);
getHolder().setFormat(PixelFormat.TRANSLUCENT);
setZOrderOnTop(true);
- setDebugFlags(DEBUG_CHECK_GL_ERROR);
setRenderer(this);