Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 android 应用程序中使用 Flurry 进行分析,对于一个事件,我想记录一个布尔值。我正在使用以下代码:
FlurryAgent.logEvent(event, b);
这会在 Flurry.com 上记录该事件,但是当我单击该事件时,我只能看到它被记录了多少次,而不是记录了多少次 true 或 false。
澄清一下,在 Flurry.com 上,我看不出日志记录和事件以及使用布尔值记录事件之间的任何区别。
有谁知道我是否缺少任何东西或者它是否不起作用?
事实证明,这是在匆忙的错误修复路线图上。