[Android] Respect "logLevel" param from Mds.builder

Issue #85 closed
Ivan Mishchenko created an issue

If we have “logLevel” param in main settings, then all MDS modules should respect this value.

Currently BleManager/MdsOperationHandler/Mds and other modules uses “Log.d” function directly without checking for current log level. Thus we have spam in logcat in release versions. Of course we can remove it with proguard settings but this approach have it's own disadvantages.

Comments (3)

  1. Log in to comment