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

[Crashlytics]: Missing UUID in crash reports #13030

Open
1 task done
pamafe1976 opened this issue Jul 2, 2024 · 0 comments
Open
1 task done

[Crashlytics]: Missing UUID in crash reports #13030

pamafe1976 opened this issue Jul 2, 2024 · 0 comments
Labels
Needs Attention This issue needs maintainer attention. type: bug Something isn't working

Comments

@pamafe1976
Copy link

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Crashlytics

Which platforms are affected?

Android, iOS

Description

I often receive crash reports with stack traces that indicate that there are missing UUIDs. Some other reports are fine.

2  Flutter                        0x58df4 (Missing UUID 4c4c44ce55553144a1c1c6eff75c53e3)
3  Flutter                        0x3ef7b4 (Missing UUID 4c4c44ce55553144a1c1c6eff75c53e3)
4  Flutter                        0x2e66c (Missing UUID 4c4c44ce55553144a1c1c6eff75c53e3)
5  Flutter                        0x2e53c (Missing UUID 4c4c44ce55553144a1c1c6eff75c53e3)

I'm uploading symbols during build, with this commands:

flutter build appbundle --release  --split-debug-info="build/app/outputs/symbols"
firebase crashlytics:symbols:upload --app APPID build/app/outputs/symbols 

what can be causing this issue?

Reproducing the issue

Not applicable

Firebase Core version

3.1.1

Flutter Version

3.22.1

Relevant Log Output

No response

Flutter dependencies

Expand Flutter dependencies snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.

Additional context and comments

No response

@pamafe1976 pamafe1976 added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Attention This issue needs maintainer attention. type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant