We have been receiving a crash which is one of the top crash having highest event counts in Firebase crashlytics. the stacktrace does not say much, but it only happens on Android 12 Oppo devices in in the background only.
Fatal Exception: java.lang.RuntimeException: Unknown error
at android.os.Process.getProcessGroup(Process.java)
at android.os.LooperMessageSuperviser.uploadLongTimeMessage(LooperMessageSuperviser.java:63)
at android.os.LooperMessageSuperviser.endLooperMessage(LooperMessageSuperviser.java:101)
at android.os.Looper.loop(Looper.java:290)
at android.app.ActivityThread.main(ActivityThread.java:7225)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:499)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:962)
Any Idea/Suggestion how should i try to resolve this!!