Why LineNumberTable is not enabled default in ProGuard configuration in Android? -


it very hard use crash reports without knowing line numbers. cannot debug code without line numbers well.

is there specific reason disable line numbers when using proguard?

thank you.

by default, proguard strives leanest possible application. removes elements code not strictly necessary running it. can preserve line numbers if expect you'll need them, @ price of small increase in application size.


Comments

Popular posts from this blog

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -