HaxeExtension / extension-iap

Support for In-App Purchase
Other
70 stars 46 forks source link

Fixing nullpointer in bugsnag. #41

Open dbuscaglia opened 8 years ago

thomasuster commented 8 years ago

What causes this case to occur?

smks commented 8 years ago

Can we please pull this into the repo? I have raised an issue of a null pointer exception.

fbricker commented 8 years ago

Hi, can someone else confirm this is tested and working? I may be able to test this in few weeks, but if some more people confirms this works fine, I can merge this sooner :+1:

thomasuster commented 8 years ago

I use Flurry analytics which doesn't report an error in the place you mentioned. It does show a runtime error in a different section.

@dbuscaglia @smks Is this a different issue? Have you seen this one?

ava.lang.NullPointerException
org.haxe.extension.iap.util.IabHelper$1.onServiceConnected(IabHelper.java:239)
android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1114)
android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1131)
android.os.Handler.handleCallback(Handler.java:733)
android.os.Handler.dispatchMessage(Handler.java:95)
android.os.Looper.loop(Looper.java:146)
android.app.ActivityThread.main(ActivityThread.java:5641)
java.lang.reflect.Method.invokeNative(Native Method)
java.lang.reflect.Method.invoke(Method.java:515)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1288)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1104)
dalvik.system.NativeStart.main(Native Method)