Hi,
whenever I get a crash report in Google Play Console, it is always shown as android.runtime.JavaProxyThrowable.
From the report, I cannot find out what was the "true" exception, I can only see the name of the function.
It used to work better until a year ago.
What could be the problem?
Here is an example of a stack trace from Google Play (I can read the function name setValues, but no true exception is shown):
`android.runtime.JavaProxyThrowable: at MyApp.MyPage.setValues () [0x00066] in <2ecd424298eb4746b872db566943af30>:0
at MyApp.MyPage..ctor (MyType t, System.Collections.Generic.List'1[T] u) [0x00944] in <2ecd424298eb4746b872db566943af30>:0
at MyApp.MySync+<>c__DisplayClass9_1.b__1 () [0x0002c] in <2ecd424298eb4746b872db566943af30>:0
at Java.Lang.Thread+RunnableImplementor.Run () [0x00008] in <809dc4bb93ad4363b817633abe62c045>:0
at Java.Lang.IRunnableInvoker.n_Run (System.IntPtr jnienv, System.IntPtr native__this) [0x00009] in <809dc4bb93ad4363b817633abe62c045>:0
at (wrapper dynamic-method) System.Object.34(intptr,intptr)
at mono.java.lang.RunnableImplementor.n_run (Native Method)
at mono.java.lang.RunnableImplementor.run (RunnableImplementor.java:30)
at android.os.Handler.handleCallback (Handler.java:836)
at android.os.Handler.dispatchMessage (Handler.java:103)
at android.os.Looper.loop (Looper.java:203)
at android.app.ActivityThread.main (ActivityThread.java:6310)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1084)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:945)`
Thank you for your help.