-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
会有APP长时间使用时上报线程被杀死的情形 #11
Comments
能加微信聊下吗?在这上面沟通效率有点儿低 |
ok |
这个问题有结论吗 |
我这边遇到了一个场景,我们业务使用了2个实例,发现某台设备上只有一个实例有upload回调,另一台没有。 |
上面提到的问题是使用者在一些情况下没有通知底层成功或失败导致的,使用方已经解决。void uploadSucess(long nativeReporter, long key); void uploadFailed(long nativeReporter, long key); 这两个方法 一定要在上报结束后,通知底层 |
应用初始化的时候,是否进行了多进程的过滤?另外一定不管成功或失败 一定要调用相关方法通知底层。 可以参考sample |
我们这边确认了是无论成功失败都有告诉底层的 |
能否把你调用 和 回调部分的代码发一下? 另外不同实例确定用的是不同路径吧? |
从用户反馈的文件分析看,初始的一段时间上报都是正常的,APP连续使用超过二十个小时后,只有push记录,没有upload记录,怀疑是线程挂了。
目前版本1.3.9,尚未升级到最新版本。
这是一个已知问题吗,当前最新版本里有修复这个问题吗?
The text was updated successfully, but these errors were encountered: