I am in a strange issue in a project I am working on.
My Issues :
- I have lots of Log.e, Log.i, Log.d
- I need to remove it in release build
- I am not willing to remove all logs manually because its a big headache
Why I am positing this question :
Is it possible to remove all logs in release version of apk without using Proguard { Because using proguard is irritating with lots of rules and regulations and personally I don't like it ;-) }
Any 3 rd PARTY library is there to achieve this
- I tried using TIMBER but I think its not so easy to achieve
Note : Some persons has downvoted the question. I have an suggestion to them If I am asking anything bad or wrong its better to downvote. I am asking for alternate solutions. Kindly don't discourage us.