New Google developer console crashes stack traces are not accurate anymore
问题 Google has recently updated the Google Play Console, and now crashes are automatically reported. Since almost all stack traces I got are not accurate anymore: The stack trace is full of <OR> methods, so I guess full of possible candidates? All the line numbers are 0 Note that I use Proguard (and not Multidex) and I strongly suspect it is the cause of the problem. Example: java.lang.ClassCastException: at <<MyPackage>>.adapters.PackageRecyclerViewAdapter.getItemCount(PackageRecyclerViewAdapter