Skip to content

add a log to show where to post message and where to receive message

Notifications You must be signed in to change notification settings

adzcsx2/EventBusL

Repository files navigation

EventBusL

add a log to show where to post message and where to receive message

The Log like this:

##How to use Step 1 . Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add it in your app module dependency

dependencies {
        ...
        compile 'com.github.adzcsx2:EventBusL:ad5885dcf8'
}

If you don't want to show the log:

EventBus.getDefault().setDebug(false);

About

add a log to show where to post message and where to receive message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages