Icon Legend:
|
= Accelerometer ON/OFF
|
= Network ON/OFF
|
= GPS ON/OFF
|
= Magnetometer ON/OFF
|
= Temperature Sensor ON/OFF
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.
Long-touch on the "Unknown address:
events.ccc.de" TextView, which is located on the Center left of the screen.
Tap on the "OK" Button, which is located on the Center right of the screen.
Tap on the "" TextView, which is located on the Top right of the screen.
Tap on the "OK" Button, which is located on the Center right of the screen.
Long-touch on the "" TextView, which is located on the Top right of the screen.
Tap on the "" TextView, which is located on the Top right of the screen.
CRASH
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