在文件夹res/xml
中,我的文件analytics.xml
包含以下行:
<string name="ga_logLevel">verbose</string>
但是,在我onCreate()
的{{1}}方法中,我称之为:
Activity
输出为false,不是真的。那为什么呢?
答案 0 :(得分:4)
这应该可以解决问题:
GoogleAnalytics.getInstance(this).getLogger().setLogLevel(LogLevel.VERBOSE);