Quite some time ago I was getting null pointer errors in my dev console and I figured out the problem and they went away.
But now I have seen a few of them again in a more recent version.
The obfuscated sub is ProcessNextTask (in HTTPUtils). Naturally I have never seen this error on my phone, so I have no idea what the circumstances were. Of the 3 error reports I have, only one bothered to add a comment:
"happy"
Unfortunately that didn't help narrow it down.
All three are identical so I am only showing one here.
But now I have seen a few of them again in a more recent version.
The obfuscated sub is ProcessNextTask (in HTTPUtils). Naturally I have never seen this error on my phone, so I have no idea what the circumstances were. Of the 3 error reports I have, only one bothered to add a comment:
"happy"
Unfortunately that didn't help narrow it down.
All three are identical so I am only showing one here.
java.lang.RuntimeException: java.lang.NullPointerException
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:153)
at anywheresoftware.b4a.BA$1.run(BA.java:218)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3687)
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:867)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.cognitial.directvremote.httputilsservice._vvvvvvvvvvvvvvvvvvvvvvvvv2(httputilsservice.java:201)
at com.cognitial.directvremote.httputilsservice._hc_responseerror(httputilsservice.java:140)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:113)