Kanaksinh / gtalksms

Automatically exported from code.google.com/p/gtalksms
0 stars 0 forks source link

NullPointerException in SmsReceiver.onReceive() #224

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
More than 200 times!

v3.1
30 sept. 2011 21:07:44
1 rapports par semaine
4 rapports
java.lang.RuntimeException: Unable to start receiver 
com.googlecode.gtalksms.receivers.SmsReceiver: java.lang.NullPointerException
at android.app.ActivityThread.handleReceiver(ActivityThread.java:1881)
at android.app.ActivityThread.access$2400(ActivityThread.java:124)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1018)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3806)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.googlecode.gtalksms.receivers.SmsReceiver.onReceive(SmsReceiver.java:34)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:1858)
... 10 more

v3.1
26 sept. 2011 16:57:39
1 rapports par semaine
8 rapports
java.lang.RuntimeException: Unable to start receiver 
com.googlecode.gtalksms.receivers.SmsReceiver: java.lang.NullPointerException
at android.app.ActivityThread.handleReceiver(ActivityThread.java:1926)
at android.app.ActivityThread.access$2400(ActivityThread.java:123)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:989)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3835)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.googlecode.gtalksms.receivers.SmsReceiver.onReceive(SmsReceiver.java:34)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:1915)
... 10 more

v3.1
24 sept. 2011 06:49:22
1 rapports par semaine
45 rapports
java.lang.RuntimeException: Unable to start receiver 
com.googlecode.gtalksms.receivers.SmsReceiver: java.lang.NullPointerException
at android.app.ActivityThread.handleReceiver(ActivityThread.java:2009)
at android.app.ActivityThread.access$2400(ActivityThread.java:132)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1093)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:143)
at android.app.ActivityThread.main(ActivityThread.java:4196)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.googlecode.gtalksms.receivers.SmsReceiver.onReceive(SmsReceiver.java:34)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:1994)
... 10 more

v3.1
20 sept. 2011 12:10:29
0 rapports par semaine
8 rapports
java.lang.RuntimeException: Unable to start receiver 
com.googlecode.gtalksms.receivers.SmsReceiver: java.lang.NullPointerException
at android.app.ActivityThread.handleReceiver(ActivityThread.java:2821)
at android.app.ActivityThread.access$3200(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2083)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.googlecode.gtalksms.receivers.SmsReceiver.onReceive(SmsReceiver.java:34)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:2810)
... 10 more

v3.1
14 sept. 2011 10:32:32
0 rapports par semaine
18 rapports
java.lang.RuntimeException: Unable to start receiver 
com.googlecode.gtalksms.receivers.SmsReceiver: java.lang.NullPointerException
at android.app.ActivityThread.handleReceiver(ActivityThread.java:1809)
at android.app.ActivityThread.access$2400(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:985)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3691)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:847)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.googlecode.gtalksms.receivers.SmsReceiver.onReceive(SmsReceiver.java:34)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:1798)
... 10 more

...

Original issue reported on code.google.com by Florent....@gmail.com on 1 Oct 2011 at 11:32

GoogleCodeExporter commented 8 years ago
Seems to be fixed in 3.2

Original comment by Florent....@gmail.com on 1 Oct 2011 at 11:39

GoogleCodeExporter commented 8 years ago
Yes, this one was fixed with 3.2 :-)

Original comment by fschm...@gmail.com on 2 Oct 2011 at 10:51