We are using the new R8 code shrinker for Android and upload the mapping files to the Splunk Mint console. The line numbers in the stack traces seem to be incorrect and the first line of the trace seems to still be obfuscated e.g.
java.lang.NullPointerException: Attempt to read from field ‘android.webkit.WebView com.mycompany.myapp.b.S.aa’ on a null object reference
at com.mycompany.myapp.feature.apackage.MyFragment.void setUserVisibleHint(boolean)(MyFragment.java:6)
...
Can this be fixed in the Mint console please?
Thanks
... View more