CrashScope Report


1 Contextual information

eyeCam 0.9-beta 4.4.4 2015-08-17
 Android SDK built for x86  PORTRAIT 1200x1920

Icon Legend:

| = Accelerometer ON/OFF     | = Network ON/OFF     | = GPS ON/OFF     | = Magnetometer ON/OFF     | = Temperature Sensor ON/OFF

2 Steps to Reproduce

The following touch events and inputs will reproduce the crash on the device, app version, and android version specified above:

*Please note that the following steps are representative, you may not have to perform every action or type all of the text characters in order to reproduce the crash.

 Tap on the "Separation of color areas" RadioButton, which is located on the Top of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "Colorrecognition" RadioButton, which is located on the Top of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "Different live filters" RadioButton, which is located on the Top of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "On touch colorrecognition" RadioButton, which is located on the Center of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "1" Button, which is located on the Bottom left of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "2" Button, which is located on the Bottom left of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "" ImageButton, which is located on the Center left of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Long-touch on the "" ImageButton, which is located on the Center left of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "" ImageButton, which is located on the Center of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "" ImageButton, which is located on the Center right of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "3" Button, which is located on the Bottom of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "" ImageView, which is located on the Center of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Long-touch on the "" ImageView, which is located on the Center of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "next" Button, which is located on the Bottom right of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 CRASH

3 Crash Application Screen-Flow (Go top)

 
 
 
 
 
 
 
 
 
 
 
 
 
 

4 Crash Pruned Stack Trace (Go top)

E/AndroidRuntime( 6947): FATAL EXCEPTION: main
E/AndroidRuntime( 6947): Process: ch.hsr.eyecam, PID: 6947
E/AndroidRuntime( 6947): java.lang.NullPointerException
E/AndroidRuntime( 6947): 	at ch.hsr.eyecam.EyeCamActivity.configEnvByCameraParams(EyeCamActivity.java:455)
E/AndroidRuntime( 6947): 	at ch.hsr.eyecam.EyeCamActivity.surfaceCreated(EyeCamActivity.java:661)
E/AndroidRuntime( 6947): 	at android.view.SurfaceView.updateWindow(SurfaceView.java:572)
E/AndroidRuntime( 6947): 	at android.view.SurfaceView.access$000(SurfaceView.java:86)
E/AndroidRuntime( 6947): 	at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:175)
E/AndroidRuntime( 6947): 	at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:847)
E/AndroidRuntime( 6947): 	at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1867)
E/AndroidRuntime( 6947): 	at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:996)
E/AndroidRuntime( 6947): 	at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5600)
E/AndroidRuntime( 6947): 	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
E/AndroidRuntime( 6947): 	at android.view.Choreographer.doCallbacks(Choreographer.java:574)
E/AndroidRuntime( 6947): 	at android.view.Choreographer.doFrame(Choreographer.java:544)
E/AndroidRuntime( 6947): 	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
E/AndroidRuntime( 6947): 	at android.os.Handler.handleCallback(Handler.java:733)
E/AndroidRuntime( 6947): 	at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 6947): 	at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 6947): 	at android.app.ActivityThread.main(ActivityThread.java:5001)
E/AndroidRuntime( 6947): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6947): 	at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 6947): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
E/AndroidRuntime( 6947): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
E/AndroidRuntime( 6947): 	at dalvik.system.NativeStart.main(Native Method)