gpt4 book ai didi

iOS Google Analytics 在启动时随机崩溃

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:46:41 24 4
gpt4 key购买 nike

我遇到了一个随机的 Google Analytics(分析)崩溃问题。当我的应用程序启动并尝试初始化 GANTracker 时会发生此问题。它随机发生,很难重现。我想知道在实现 GA initial 时是否遗漏了什么或应该避免什么。

这是我的 GANTracker 初始代码:

#define GAKey @“UA-xxxxxx-x"

static const NSInteger kGANDispatchPeriodSec = 10;
[[GANTracker sharedTracker] startTrackerWithAccountID:GAKey
dispatchPeriod:kGANDispatchPeriodSec
delegate:nil];

当我启动它时,我的代码正在使用该方法在另一个辅助线程中执行一些同步网络事件。

[NSURLConnection sendSynchronousRequest:request returningResponse:nil error:nil]

这是崩溃日志,希望对你有帮助

-[GANTracker startTrackerWithAccountID:dispatchPeriod:delegate:]
-[GANPersistentEventStore init]
-[GANPersistentEventStore initWithPath:]
-[GANPersistentEventStore setupStatements]
-[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
+[NSException raise:format:arguments:]

如有任何建议,我们将不胜感激!

最佳答案

更新:根据 Google 的问题数据库,据称这已在 GANTracker v1.4 中修复: http://code.google.com/p/analytics-issues/issues/detail?id=162http://code.google.com/mobile/analytics/download.html


我在 GANTracker 启动时遇到同样的崩溃,并出现以下两个错误之一:

NSInternalInconsistencyException: Error: Failed to prepare select session statement NSInternalInconsistencyException: Error: Failed to prepare update timestamp statement

断言的堆栈跟踪(与 OP 不同的方法):

- [GANTracker startTrackerWithAccountID:dispatchPeriod:delegate:]
- [GANPersistentEventStore init]
- [GANPersistentEventStore initWithPath:]
- [GANPersistentEventStore initializeSession]
- [NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]

在 sqlite3_prepare_v2 期间创建 googleanalytics.sql 文件时看起来像是一个未处理的错误

我的一些用户在 IOS4.3.3 上经常出现这种情况,在 IOS4.2.1 上也是随机出现的我的 dispatch 期与 OP 相同。无法在我自己的模拟器/设备上重现。

我希望谷歌分析能发布他们的源代码,这样我就可以在无法创建 sqlite 文件或准备语句失败时添加一些错误处理。

这里的 GA 论坛上有一篇帖子有同样的错误:http://www.google.com/support/forum/p/Google%20Analytics/thread?tid=20107fa00aae4f08&hl=en

这可能是使用 sqlite3_prepare_v2 的相同问题: http://www.iphonedevsdk.com/forum/iphone-sdk-development/2540-sqlite-method-sqlite3_prepare_v2-failing.html

关于iOS Google Analytics 在启动时随机崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7054508/

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