Git Product home page Git Product logo

Comments (8)

BeWaterMF avatar BeWaterMF commented on July 17, 2024

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

from datareporter.

lixiaoyu0123 avatar lixiaoyu0123 commented on July 17, 2024

ok

from datareporter.

jbchan avatar jbchan commented on July 17, 2024

这个问题有结论吗

from datareporter.

jbchan avatar jbchan commented on July 17, 2024

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

from datareporter.

lixiaoyu0123 avatar lixiaoyu0123 commented on July 17, 2024

这个问题有结论吗

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

from datareporter.

lixiaoyu0123 avatar lixiaoyu0123 commented on July 17, 2024

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

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

from datareporter.

jbchan avatar jbchan commented on July 17, 2024

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

from datareporter.

lixiaoyu0123 avatar lixiaoyu0123 commented on July 17, 2024

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

from datareporter.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.