android.util.Log when publishing - what can I do / not do

前端 未结 3 520
终归单人心
终归单人心 2020-12-15 12:15

I\'ve got a hell of a lot of Log.i Log.d Log.e in my code for a recent app I\'ve done. I\'m about to publish this app and I don\'t really want people seeing it when they plu

3条回答
  •  萌比男神i
    2020-12-15 12:35

    obfuscate using Proguard as proguard has commands to use to filter it out when you write your proguard config file..nice and simple and it works

提交回复
热议问题