CrashScope Report


1 Contextual information

31C3 Schedule 1.30.2 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 "Unknown address: events.ccc.de" TextView, which is located on the Center left of the screen.

Accelerator ONNetwork OFFGPS ONMagnetometer ONThermometer ON

    

 Long-touch on the "Unknown address: events.ccc.de" TextView, which is located on the Center left of the screen.

Accelerator ONNetwork OFFGPS ONMagnetometer ONThermometer ON

    

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

Accelerator ONNetwork OFFGPS ONMagnetometer ONThermometer ON

    

 Tap on the "" TextView, which is located on the Top right of the screen.

Accelerator ONNetwork OFFGPS ONMagnetometer ONThermometer ON

    

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

Accelerator ONNetwork OFFGPS ONMagnetometer ONThermometer ON

    

 Long-touch on the "" TextView, which is located on the Top right of the screen.

Accelerator ONNetwork OFFGPS ONMagnetometer ONThermometer ON

    

 Tap on the "" TextView, which is located on the Top right of the screen.

Accelerator ONNetwork OFFGPS ONMagnetometer ONThermometer ON

    

 CRASH

3 Crash Application Screen-Flow (Go top)

 
 
 
 
 
 
 

4 Crash Pruned Stack Trace (Go top)

E/AndroidRuntime( 7883): FATAL EXCEPTION: main
E/AndroidRuntime( 7883): Process: nerd.tuxmobil.fahrplan.congress, PID: 7883
E/AndroidRuntime( 7883): java.lang.RuntimeException: Unable to start activity ComponentInfo{nerd.tuxmobil.fahrplan.congress/nerd.tuxmobil.fahrplan.congress.StarredListActivity}: java.lang.NullPointerException
E/AndroidRuntime( 7883): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2184)
E/AndroidRuntime( 7883): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2233)
E/AndroidRuntime( 7883): 	at android.app.ActivityThread.access$800(ActivityThread.java:135)
E/AndroidRuntime( 7883): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
E/AndroidRuntime( 7883): 	at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 7883): 	at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 7883): 	at android.app.ActivityThread.main(ActivityThread.java:5001)
E/AndroidRuntime( 7883): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7883): 	at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 7883): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
E/AndroidRuntime( 7883): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
E/AndroidRuntime( 7883): 	at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7883): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 7883): 	at nerd.tuxmobil.fahrplan.congress.at.b(Unknown Source)
E/AndroidRuntime( 7883): 	at nerd.tuxmobil.fahrplan.congress.at.(Unknown Source)
E/AndroidRuntime( 7883): 	at nerd.tuxmobil.fahrplan.congress.bp.onCreate(Unknown Source)
E/AndroidRuntime( 7883): 	at android.support.v4.app.Fragment.performCreate(Unknown Source)
E/AndroidRuntime( 7883): 	at android.support.v4.app.FragmentManagerImpl.moveToState(Unknown Source)
E/AndroidRuntime( 7883): 	at android.support.v4.app.FragmentManagerImpl.moveToState(Unknown Source)
E/AndroidRuntime( 7883): 	at android.support.v4.app.BackStackRecord.run(Unknown Source)
E/AndroidRuntime( 7883): 	at android.support.v4.app.FragmentManagerImpl.execPendingActions(Unknown Source)
E/AndroidRuntime( 7883): 	at android.support.v4.app.FragmentActivity.onStart(Unknown Source)
E/AndroidRuntime( 7883): 	at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1171)
E/AndroidRuntime( 7883): 	at android.app.Activity.performStart(Activity.java:5241)
E/AndroidRuntime( 7883): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2157)
E/AndroidRuntime( 7883): 	... 11 more