In my application, I have as many log lines as Log.i (), Log.e (), and Log.d (). I use these magazines extensively in my application.
After starting my application, if I connect the device to Eclipse, I see hundreds of log lines. My question is, does this slow down the application speed?
==============
Update
Thanks to Frank for his suggestion. I added the proposed code to proguard.cfg, then exported a new APK file. It took a long time, but finally a new APK file appeared. However, when I test it on a real device, I still see the logs.
This is my proguard.cfg:
# This is a configuration file for ProGuard.
Hesam source share