java - Android uncaught exception logs -


i've written piece of code logs uncaught exceptions may arise in android application. since have encrypted apk, exception logs don't have exact class names , instead logs refer classes such a.java or b.java etc. ideas how preserve logs can track exceptions can arise?

add -dontobfuscate proguard config file.


Comments

Popular posts from this blog

python - Referencing Data From a 2D Histogram -

sql - Postgresql error: "failed to find conversion function from unknown to text" -

c# - Derived UserControl layout resets after build -