-
Notifications
You must be signed in to change notification settings - Fork 578
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
uploadCrashlyticsSymbolFile causes NullPointerException in generateCrashlyticsSymbolFile #1357
Comments
StackOverflow question with what looks like the same issue: |
#1396 similar issue with example repository |
#1298, the same problem here. Did You find any solution? |
No solution yet, but Firebase support said they are looking into it. I am not using Gradle KTS tho. Is your stack trace the same as this one (see "Full output with --stacktrace" above)? |
@triplef, yes, it the same. If I'm using KTS, the task |
Sounds like you’re running into two separate issues then. It might help to also reach out to Firebase support via email to see if they can use any further info. |
I just tested it again using the following latest Crashlytics releases but the issue persists:
|
Hey everyone! Wanted to circle back here and let you know the issue has been fixed, and the fix will be available in the next Crashlytics Gradle plugin release. |
Duplicate of #1396 |
Turns out this is a separate issue from #1396, which has been fixed in Crashlytics Gradle Plugin 2.1.0. Re-opening this to track it separately. |
Hi @triplef - just wanted to circle back and let you know I've got a fix in the works for this, which I plan to get in for the next release. Thanks so much for the information you provided that helped us reproduce the issue! |
That’s great. Thank you for the update on this! |
Hi @triplef - wanted to let you know the Crashlytics Gradle plugin version 2.1.1 has been released which should fix the issue you were seeing. Please do let me know if you run into any other problems! |
Awesome, I can confirm it is no longer crashing. Thank you! |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Running "uploadCrashlyticsSymbolFile" causes a NPE for us:
Full output with --stacktrace
Our project uses a lot of native libraries (3rd party and our own), and from the stack trace it seems like the issue might be related to one of these libraries. However I’ve been unable to track down which library is causing this. Any further insights or help debugging this would be appreciated.
Steps to reproduce:
Run above command.
The text was updated successfully, but these errors were encountered: