ahmedeng165 / flot-android-chart

Automatically exported from code.google.com/p/flot-android-chart
0 stars 0 forks source link

java.lang.NullPointerException #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. if Activity is closed by Back device (emulator) button

What is the expected output? What do you see instead?
03-16 08:16:24.784: E/AndroidRuntime(1649): FATAL EXCEPTION: Thread-123
03-16 08:16:24.784: E/AndroidRuntime(1649): Process: com.flotandroid.samples, 
PID: 1649
03-16 08:16:24.784: E/AndroidRuntime(1649): java.lang.NullPointerException
03-16 08:16:24.784: E/AndroidRuntime(1649):     at 
com.flotandroidchart.flot.FlotChartContainer$DrawThread.doDraw(FlotChartContaine
r.java:269)
03-16 08:16:24.784: E/AndroidRuntime(1649):     at 
com.flotandroidchart.flot.FlotChartContainer$DrawThread.run(FlotChartContainer.j
ava:248)

What version of the product are you using? On what operating system?
      package="com.flotandroid.samples"
      android:versionCode="1"
      android:versionName="1.0"

Please provide any additional information below.
If any activity is destroyed, every I get exception:
 java.lang.NullPointerException .... etc.

Original issue reported on code.google.com by android1611 on 16 Mar 2014 at 12:25