After using ProGuard to obfuscate the code, the TAG parameters in logcat are also obfuscated along with the class name.
Is it possible to use a library similar to https://github.com/JakeWharton/cite to automatically use __TYPE__ as the TAG parameter?
After using ProGuard to obfuscate the code, the TAG parameters in logcat are also obfuscated along with the class name.
Is it possible to use a library similar to https://github.com/JakeWharton/cite to automatically use
__TYPE__as the TAG parameter?