Giter VIP home page Giter VIP logo

Comments (6)

sergejsha avatar sergejsha commented on September 24, 2024

Can it be that one of your @Subscribe methods is not public? Could you please check it out?

from tinybus.

TheKlint avatar TheKlint commented on September 24, 2024

All the @Subscribe methods are public.
Do you have any other suggestions?

from tinybus.

sergejsha avatar sergejsha commented on September 24, 2024

I would suggest to prepare a special version of the library with a try-catch block around the line 460 of TinyBus.java.

try {
    subscriberCallback.method.invoke(receiver, event);
} catch (Exception e) {
   Log.e(TAG, 'kaboom -----', e);
   Log.d(TAG, subscriberCallback);
   Log.d(TAG, subscriberCallback.method);
   Log.d(TAG, receiver);
   Log.d(TAG, event);
}

This shall give you much better insides on what gets wrong when it fails once again. If you use crashlytics you can post more details to crashlytics. Hope this helps.

from tinybus.

TheKlint avatar TheKlint commented on September 24, 2024

Thanks. We should give that a try.

from tinybus.

sergejsha avatar sergejsha commented on September 24, 2024

Please keep me updated once you have more details.

from tinybus.

TheKlint avatar TheKlint commented on September 24, 2024

It seems that it was our bug reporting tool, which was not providing enough information to us. The crash does not originate from TinyBus, but from some of our own code.
Closing the issue/question...

from tinybus.

Related Issues (20)

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.