I have an app in the play store that I keep seeing crash reports for ZygoteInit Errors.
I am at a loss with how to track down what is happening.
I have not been able to reproduce the errors and the stack traces offer little help.
Can anyone can point me in the right direction?
The only clue I have is that all of these errors seem to occur on Android 6.0 or 7.0.
I haven't seen a single report for anything less than 6.0
Here are a couple of the error reports from the play store
java.lang.RuntimeException:
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:620)
Caused by: java.lang.reflect.InvocationTargetException:
at java.lang.reflect.Method.invoke(Native Method:0)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:730)
java.lang.RuntimeException:
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:762)
Caused by: java.lang.reflect.InvocationTargetException:
at java.lang.reflect.Method.invoke(Native Method:0)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:872)
java.lang.RuntimeException:
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410)
Caused by: java.lang.reflect.InvocationTargetException:
at java.lang.reflect.Method.invoke(Native Method:0)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)