gpt4 book ai didi

android - 使用 Android Flurry SDK 5.60 在 Flurry 上看不到事件,但没有出现错误

转载 作者:行者123 更新时间:2023-11-29 17:33:07 26 4
gpt4 key购买 nike

我正在尝试在我们的应用程序的新版本中实现 Flurry,但没有将任何事件发送到 Flurry 控制台/站点。

我正在使用 Flurry SDK 5.60 并尝试了很多不同的东西,我在我的日志中收到了 Analytics report sent 消息,这让我觉得一切正常。

为了测试,我正在更改应用程序版本号,我可以在 Flurry 站点/控制台的事件日志中看到新版本号在我使用该应用程序后大约 5-10 分钟出现,除了它说没有该版本下的事件。

我在 onCreate 的扩展应用程序类中设置 Flurry

public class App extends Application {

public static final String KEY = "FD**************QZ";

@Override
public void onCreate() {
super.onCreate();

FlurryAgent.setLogEnabled(true);
FlurryAgent.setLogLevel(Log.VERBOSE);
FlurryAgent.init(this, KEY);

}

然后,在我的应用程序中,我使用 FlurryAgent.LogEvent() 发送事件

switch (position) {
case 0:
fragment = OneFragment.newInstance("ONE");
FlurryAgent.logEvent("ONE PRESSED");
break;
default:
fragment = TwoFragment.newInstance("TWO");
FlurryAgent.logEvent("TWO PRESSED");
break;
}

以下是我测试应用程序运行的日志。我启动它,单击我的按钮发送消息,然后我关闭应用程序(在最近列表中将其滑开)并再次启动它,以强制发送报告。该日志中的所有内容对我来说都很好?!

08-04 12:12:22.737  14841-14865/com.nap.jebise W/FlurryAgent﹕ Flurry session paused for context:com.nap.jebise.MainActivity@95bd500
08-04 12:12:25.447 15415-15433/com.nap.jebise I/FlurryAgent﹕ New main file also not found. returning..
08-04 12:12:25.457 15415-15433/com.nap.jebise W/FlurryAgent﹕ Flurry session started for context:com.nap.jebise.MainActivity@95bd500
08-04 12:12:25.457 15415-15433/com.nap.jebise W/FlurryAgent﹕ Flurry session resumed for context:com.nap.jebise.MainActivity@95bd500
08-04 12:12:25.547 15415-15433/com.nap.jebise D/FlurryAgent﹕ Referrer file contents: null
08-04 12:12:28.537 15415-15415/com.nap.jebise W/FlurryAgent﹕ Event count started: ONE PRESSED
08-04 12:12:28.677 15415-15446/com.nap.jebise W/FlurryAgent﹕ Analytics report sent.
08-04 12:12:29.757 15415-15415/com.nap.jebise W/FlurryAgent﹕ Event count started: TWO PRESSED
08-04 12:12:30.907 15415-15415/com.nap.jebise W/FlurryAgent﹕ Event count incremented: ONE PRESSED
08-04 12:12:32.707 15415-15415/com.nap.jebise W/FlurryAgent﹕ Event count incremented: ONE PRESSED
08-04 12:12:34.397 15415-15433/com.nap.jebise W/FlurryAgent﹕ Flurry session paused for context:com.nap.jebise.MainActivity@95bd500
08-04 12:12:37.997 15910-15928/com.nap.jebise I/FlurryAgent﹕ New main file also not found. returning..
08-04 12:12:37.997 15910-15928/com.nap.jebise W/FlurryAgent﹕ Flurry session started for context:com.nap.jebise.MainActivity@95bd500
08-04 12:12:37.997 15910-15928/com.nap.jebise W/FlurryAgent﹕ Flurry session resumed for context:com.nap.jebise.MainActivity@95bd500
08-04 12:12:38.087 15910-15928/com.nap.jebise D/FlurryAgent﹕ Referrer file contents: null
08-04 12:12:41.067 15910-15945/com.nap.jebise W/FlurryAgent﹕ Analytics report sent.

我有点担心新的主文件也没有找到。 returning..Referrer file contents: null 可能意味着,但无法通过 Google 找到关于这两者的任何信息。

注意:我们一开始没有使用 Google Play 服务,因为它说它只需要用于广告,而我们不会使用这些服务。我也添加了这个,但仍然没有任何反应。

最佳答案

修复了这个问题。

我们已经达到了 300 个独特事件的事件限制,所以我发送的所有新事件都没有通过。这就是为什么新版本 ID 通过了,但我们没有看到任何事件。使用旧事件名称的简单测试会在数小时前发现这一点。

哦,好吧,生活和学习......

关于android - 使用 Android Flurry SDK 5.60 在 Flurry 上看不到事件,但没有出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31807870/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com