wultra / ssl-pinning-android

Android SDK for our dynamic SSL pinning
Apache License 2.0
60 stars 8 forks source link

Logs are not available #24

Closed semenoh closed 5 years ago

semenoh commented 5 years ago

WultraDebug is inner class so it is not possible to set any other value for debug purpose. Could you please use standart isLoggable() method. This way it should be possible to set log level with adb command.

hvge commented 5 years ago

Than you for your report. We can at least, make that WultraDebug class public and visible for app developers. I'm leaving this decision on Tomas. We should also update the documentation which currently contains an invalid statement about this.