Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Fatal Exception: java.lang.NullPointerException: Null context #5

@dvolland

Description

@dvolland

Getting the following exception in my Crashlytics logs: Any ideas what is causing this and if it is a problem?

Fatal Exception: java.lang.NullPointerException: Null context
       at com.flurry.android.FlurryAgent.init(SourceFile:302)
       at com.flurry.android.FlurryAgent.a(SourceFile:6139)
       at com.flurry.android.FlurryAgent$Builder.build(SourceFile:1529)
       at com.xxsnakerxx.flurryanalytics.FlurryAnalyticsModule.startSession(FlurryAnalyticsModule.java:45)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.facebook.react.bridge.BaseJavaModule$JavaMethod.invoke(BaseJavaModule.java:318)
       at com.facebook.react.cxxbridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:158)
       at com.facebook.react.bridge.queue.NativeRunnable.run(NativeRunnable.java)
       at android.os.Handler.handleCallback(Handler.java:739)
       at android.os.Handler.dispatchMessage(Handler.java:95)
       at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:31)
       at android.os.Looper.loop(Looper.java:158)
       at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:196)
       at java.lang.Thread.run(Thread.java:818)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions