are Android's debug logs really stripped at runtime?

前端 未结 3 1403
半阙折子戏
半阙折子戏 2021-02-13 19:41

Android documentation ( http://developer.android.com/reference/android/util/Log.html ) says:

Verbose should never be compiled into an application except d

3条回答
  •  Happy的楠姐
    2021-02-13 20:34

    The best way to remove logs is probably achieved with ProGuard

    Check this question 'Android Proguard, removing all Log statements and merging packages'

提交回复
热议问题