Message ID | 20120524112015.17302.98874.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'android/src/org/linaro/glmark2/Glmark2SurfaceView.java' --- android/src/org/linaro/glmark2/Glmark2SurfaceView.java 2012-05-15 12:39:38 +0000 +++ android/src/org/linaro/glmark2/Glmark2SurfaceView.java 2012-05-24 09:54:11 +0000 @@ -53,6 +53,9 @@ private EGLConfigChooser getConfigChooser() { String args = mActivity.getIntent().getStringExtra("args"); + if (args == null) + args = ""; + String[] argv = args.split(" "); /* Find the visual-config option argument */