Skip to content
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

Open
BeWaterMF opened this issue Dec 7, 2020 · 8 comments
Open

会有APP长时间使用时上报线程被杀死的情形 #11

BeWaterMF opened this issue Dec 7, 2020 · 8 comments

Comments

@BeWaterMF
Copy link

从用户反馈的文件分析看,初始的一段时间上报都是正常的,APP连续使用超过二十个小时后,只有push记录,没有upload记录,怀疑是线程挂了。
目前版本1.3.9,尚未升级到最新版本。
这是一个已知问题吗,当前最新版本里有修复这个问题吗?

@BeWaterMF
Copy link
Author

能加微信聊下吗?在这上面沟通效率有点儿低

@lixiaoyu0123
Copy link
Contributor

ok

@jbchan
Copy link

jbchan commented May 17, 2021

这个问题有结论吗

@jbchan
Copy link

jbchan commented May 17, 2021

我这边遇到了一个场景,我们业务使用了2个实例,发现某台设备上只有一个实例有upload回调,另一台没有。
这个问题是偶现问题

@lixiaoyu0123
Copy link
Contributor

这个问题有结论吗

上面提到的问题是使用者在一些情况下没有通知底层成功或失败导致的,使用方已经解决。void uploadSucess(long nativeReporter, long key); void uploadFailed(long nativeReporter, long key); 这两个方法 一定要在上报结束后,通知底层

@lixiaoyu0123
Copy link
Contributor

我这边遇到了一个场景,我们业务使用了2个实例,发现某台设备上只有一个实例有upload回调,另一台没有。
这个问题是偶现问题

应用初始化的时候,是否进行了多进程的过滤?另外一定不管成功或失败 一定要调用相关方法通知底层。 可以参考sample

@jbchan
Copy link

jbchan commented May 18, 2021

我们这边确认了是无论成功失败都有告诉底层的
我们的场景是,同一个安装包,不管哪次启动,都没有uploadBlock回调了。
重新覆盖安装后,又好了

@lixiaoyu0123
Copy link
Contributor

能否把你调用 和 回调部分的代码发一下? 另外不同实例确定用的是不同路径吧?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants