aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-07 07:51:08 +0200
committerSven Gothel <[email protected]>2011-08-07 07:51:08 +0200
commit8f604ad1aa27455b2fdadf100c6df3e02727473d (patch)
tree6cce50755522c4da11755b59532a682e0974eb2d /src
parent4808e9e7e9f2c6991bc25db86f2e80e42ee163c8 (diff)
incr. debug output (tests)
Diffstat (limited to 'src')
-rw-r--r--src/newt/classes/jogamp/newt/driver/android/NEWTSurfaceView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newt/classes/jogamp/newt/driver/android/NEWTSurfaceView.java b/src/newt/classes/jogamp/newt/driver/android/NEWTSurfaceView.java
index 4cba7e77e..cdbe40471 100644
--- a/src/newt/classes/jogamp/newt/driver/android/NEWTSurfaceView.java
+++ b/src/newt/classes/jogamp/newt/driver/android/NEWTSurfaceView.java
@@ -44,6 +44,7 @@ public class NEWTSurfaceView extends SurfaceView implements Callback2 {
public NEWTSurfaceView(Context context) {
super(context);
+ System.setProperty("nativewindow.debug", "all");
System.setProperty("jogl.debug", "all");
System.setProperty("jogamp.debug.JNILibLoader", "true");
System.setProperty("jogamp.debug.NativeLibrary", "true");