简体   繁体   English

Android-异常崩溃

[英]Android - flurry crash with exception

I recently got this crash report from what looks like a flurry library crash on my app: 我最近从我的应用程序看上去像是库急的崩溃中得到了此崩溃报告:

java.lang.StackOverflowError
        at com.flurry.android.FlurryAgent.a(SourceFile:87)
        at com.flurry.android.d.run(SourceFile:1152)
        at android.os.Handler.handleCallback(Handler.java:587)
        at android.os.Handler.dispatchMessage(Handler.java:92)
        at android.os.Looper.loop(Looper.java:130)
        at android.os.HandlerThread.run(HandlerThread.java:60)

Has anyone seen this or is familiar with it? 有没有人看过或熟悉它? I don't even know what caused it as it does not say what file caused the problem. 我什至不知道是什么原因引起的,因为它没有说是什么文件引起了问题。

Any thoughts on how to prevent this? 关于如何防止这种情况有什么想法?

I would recommend you to update to SDK v3.0.5 which includes a fix to prevent crashing of bad phone ids in AndroidSDK 2.2. 我建议您更新到SDK v3.0.5,其中包括一个可防止AndroidSDK 2.2中错误的电话ID崩溃的修复程序。

(Full disclosure: I work in the Support team at Flurry) (全部披露:我在Flurry的支持团队工作)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM