Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 10, 2026. It is now read-only.

I have a small problem in Firebase Crashlytics. Please help me #118

Answered by yasirkula
daniel270798 asked this question in Q&A
Discussion options

Hi, I added your plugin to my project. I tested it on two devices (Android 7.0 and Android 9), everything works fine, but after the release in Google Play in Firebase Crashlytics I got one problem (1st screenshot). I have already read the FAQ, but I could not find a solution. Can you help me please?) On the 2nd screenshot, the script shows how I have implemented the plugin.
P.S. English is not my native language, so there may be mistakes in the sentences...
Screenshot_1
Screenshot_2

You must be logged in to vote

Thank you for all the details. The issue can only come from either of these locations:

  1. getIntent().getExtras() returning null:
  2. getArguments() returning null:
    final Intent shareIntent = NativeShare.CreateIntentFromBundle( getActivity(), getArguments() );

It's strange. How can these functions return null on a fraction of Android devices? I've googled the...

Replies: 1 comment 2 replies

Comment options

Thank you for all the details. The issue can only come from either of these locations:

  1. getIntent().getExtras() returning null:
  2. getArguments() returning null:
    final Intent shareIntent = NativeShare.CreateIntentFromBundle( getActivity(), getArguments() );

It's strange. How can these functions return null on a fraction of Android devices? I've googled the issue and stumbled across these topics which didn't help:

Perhaps (hopefully), the top answer in this Reddit post is the reason for this behaviour: https://www.reddit.com/r/androiddev/comments/m1w338/in_activity_under_what_situation/gqfwnz0/

You must be logged in to vote
2 replies
Comment options

Thank you for such a detailed answer! I have read the materials you found. Do I understand correctly that the problem I have described has no solution and I should leave it and not take any action?)

Comment options

If the problem wasn't caused by a bot as stated in the Reddit post, then I couldn't find the cause of the issue.

Answer selected by daniel270798
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /