JakeWharton / timber

A logger with a small, extensible API which provides utility on top of Android's normal Log class.
https://jakewharton.github.io/timber/docs/5.x/
Apache License 2.0
10.41k stars 959 forks source link

Is there anyway to get class names as tags for team that can be the de obfuscated later with ProGuardGui #453

Open rkardo58 opened 2 years ago

rkardo58 commented 2 years ago

Hi,

I'm saving timbers tags as getClass().getSimpleName() but when it gets obfuscated it becomes something like g or b.

When de-obfuscating everything gets corrected except the classes name.

Is there anyway to do this?