aboutsummaryrefslogtreecommitdiffstats
path: root/src/android/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/com')
-rw-r--r--src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java b/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java
index 0c5684a1f..14742734b 100644
--- a/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java
+++ b/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java
@@ -66,8 +66,8 @@ public abstract class NEWTLauncherActivity extends Activity {
System.setProperty("jogl.debug.GLProfile", "true");
System.setProperty("jogl.debug.GLDrawable", "true");
System.setProperty("jogl.debug.GLSLCode", "true");
- System.setProperty("jogl.debug.GLSLState", "true");
- System.setProperty("jogl.debug.DebugGL", "true");
+ // System.setProperty("jogl.debug.GLSLState", "true");
+ // System.setProperty("jogl.debug.DebugGL", "true");
// System.setProperty("jogl.debug.TraceGL", "true");
// System.setProperty("newt.debug", "all");