android-log
Should I comment my log calls when creating my final package?
I have an application that uses a lot of Log.d() or Log.e() calls for debugging. Now I want to create my final package for release. The Android Export feature from Eclipse mentions to remove the \"Deb[详细]
2023-02-10 05:46 分类:问答How to remove all debug logging calls before building the release version of an Android app?
According to Google, I must \"deactivate any calls to Log methods in the source code\" before publishing my Android app to Google Play. Extract from section 3 of the publication checklist:[详细]
2022-12-23 02:42 分类:问答