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

turn off the log 'No subscribers registered for event class xxx.xxx' #15

Open
Jai-GAY opened this issue May 16, 2023 · 0 comments
Open

Comments

@Jai-GAY
Copy link
Contributor

Jai-GAY commented May 16, 2023

EventBus.builder().logNoSubscriberMessages(false).installDefaultEventBus();

I had tried the two followings, but it does not work.

  1. EventBus.builder().logNoSubscriberMessages(true).installDefaultEventBus();
  2. //EventBus.builder().logNoSubscriberMessages(false).installDefaultEventBus();

I still getting these
No subscribers registered for event class com.andruav.event.droneReport_Event.Event_IMU_Ready
No subscribers registered for event class de.greenrobot.event.NoSubscriberEvent

How does it work?

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

1 participant