soundcloud / lightcycle

LightCycle lets self-contained classes respond to Android’s lifecycle events
http://soundcloud.github.io/lightcycle/
Apache License 2.0
705 stars 55 forks source link

Provide option to disable logging #94

Closed Mauin closed 6 years ago

Mauin commented 7 years ago

LightCycles.java currently logs its search for the LightCycle binder class. While this might be valuable to debug some issues I feel like we should provide an option to turn this logging off completely to not add extra noise to logs of applications using LightCycle.

glung commented 7 years ago

It uses Log.d(TAG, )

https://github.com/soundcloud/lightcycle/blob/master/lightcycle-api/src/main/java/com/soundcloud/lightcycle/LightCycles.java#L42

Are you sure the tag has not been enabled for logging in the app?