CrashScope Report


1 Contextual information

BMI Calculator 1.0 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.

  Rotate the screen to landscape mode, and then back to portrait mode.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Type"null" on the "" EditText, which is located on the Top right of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Type"null" on the "" EditText, which is located on the Top right of the screen.

Accelerator ONNetwork ONGPS ONMagnetometer ONThermometer ON

    

 Tap on the "Calculate BMI" Button, which is located on the Center 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(24441): FATAL EXCEPTION: main
E/AndroidRuntime(24441): Process: com.zola.bmi, PID: 24441
E/AndroidRuntime(24441): java.lang.IllegalStateException: Could not execute method of the activity
E/AndroidRuntime(24441): 	at android.view.View$1.onClick(View.java:3823)
E/AndroidRuntime(24441): 	at android.view.View.performClick(View.java:4438)
E/AndroidRuntime(24441): 	at android.view.View$PerformClick.run(View.java:18422)
E/AndroidRuntime(24441): 	at android.os.Handler.handleCallback(Handler.java:733)
E/AndroidRuntime(24441): 	at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime(24441): 	at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime(24441): 	at android.app.ActivityThread.main(ActivityThread.java:5001)
E/AndroidRuntime(24441): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(24441): 	at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime(24441): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
E/AndroidRuntime(24441): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
E/AndroidRuntime(24441): 	at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(24441): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime(24441): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(24441): 	at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime(24441): 	at android.view.View$1.onClick(View.java:3818)
E/AndroidRuntime(24441): 	... 11 more
E/AndroidRuntime(24441): Caused by: java.lang.NumberFormatException: Invalid double: ""
E/AndroidRuntime(24441): 	at java.lang.StringToReal.invalidReal(StringToReal.java:63)
E/AndroidRuntime(24441): 	at java.lang.StringToReal.parseDouble(StringToReal.java:248)
E/AndroidRuntime(24441): 	at java.lang.Double.parseDouble(Double.java:295)
E/AndroidRuntime(24441): 	at com.zola.bmi.BMIMain.calculateClickHandler(BMIMain.java:38)
E/AndroidRuntime(24441): 	... 14 more