question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[libFirebaseCppApp-10_1_1.so] firebase::firestore::FieldValueInternal::FieldValueInternal(long)

See original GitHub issue

Hi, About 15% of our users seem to have Firebase related crashes, it seems when saving to FireStore.

After uploading symbols to Google Play, we managed to get the following crash data in the Google Play Console: [libFirebaseCppApp-10_1_1.so] firebase::firestore::FieldValueInternal::FieldValueInternal(long)

[libFirebaseCppApp-10_1_1.so] firebase::firestore::jni::Global<firebase::firestore::jni::Object>::Global(firebase::firestore::jni::Object const&)

[libFirebaseCppApp-10_1_1.so] firebase::firestore::FieldValue::FieldValue(firebase::firestore::FieldValue const&)

Some additional information: After adding symbols to Firebase, we have the following crashes on crashlytics:

libil2cpp.so FirestoreCppPINVOKE.cs ConvertVectorToFieldValue

libil2cpp.so FirestoreCppPINVOKE.cs FieldValueProxy_Integer

libil2cpp.so FirestoreCppPINVOKE.cs FieldValueVector_PushBack

All three crashes are happening when saving our UserData to FireStore, and they are each happening to different users. So a user who experiences one does not experience the others.

Any ideas?

Thanks

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:30 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
nitzanwilnaicommented, Jan 9, 2023

FYI, unfortunately calling: Resources.UnloadUnusedAssets(); GC.Collect(); Does not solve the problem.

0reactions
dconeybecommented, Jan 18, 2023

A String is just 1 global reference (the reference to the java.lang.String Java object).

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found