Closed rciovati closed 7 years ago
It's still possible to turn it on with adb shell setprop log.tag.LightCycles DEBUG.
adb shell setprop log.tag.LightCycles DEBUG
Related to https://github.com/soundcloud/lightcycle/issues/94
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.
Log.isLoggable
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