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

Turn off LightCycles logging by default #98

Closed rciovati closed 7 years ago

rciovati commented 7 years ago

It's still possible to turn it on with adb shell setprop log.tag.LightCycles DEBUG.

Related to https://github.com/soundcloud/lightcycle/issues/94

rciovati commented 7 years ago

The proposed solution is gonna break our tests since Log.isLoggable performs a native call and our api module is currently a java project and not an android-library. Closing atm.