标签: android android-log
我想知道当我用D记录事件时确实会发生这种情况(见下文):D项目不会在Release中记录事件,但是在Release中创建Gson对象呢?
Log.d(TAG, "list = " +new Gson().toJson(list));