firebase/firebase-android-sdk

D

Closed this issue · 1 comments

Hi @Nek-12, thank you for reaching out. I tried reproducing the issue, however, I did not encounter the error. I added a VM Policy below; are you using something similar?

     StrictMode.setVmPolicy(
            StrictMode.VmPolicy.Builder()
                .detectLeakedClosableObjects()
                .penaltyLog()
                .Penalty()
                .build()
        )

Could you share the Firebase Crashlytics version you're using?

Originally posted by @lehcar09 in #7341

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.