Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing nullpointer in bugsnag. #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fixing nullpointer in bugsnag. #41

wants to merge 3 commits into from

Conversation

dbuscaglia
Copy link

No description provided.

@thomasuster
Copy link
Contributor

What causes this case to occur?

@smks
Copy link

smks commented Mar 13, 2016

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

@fbricker
Copy link
Contributor

fbricker commented Apr 6, 2016

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 👍

@thomasuster
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants