Electric-Coin-Company / zcash-android-wallet-sdk

Native Android SDK for Zcash
MIT License
5 stars 9 forks source link

[SDK audit] Issue Logging: Eliminate logging with Proguard #1435

Closed HonzaR closed 4 months ago

HonzaR commented 4 months ago

Is your feature request related to a problem? Please describe.

We'd like to disable all logs using Proguard rules.

Describe the solution you'd like

proguard-consumer.txt is the way to get the SDK to effectively strip its own logs from app release builds.

Alternatives you've considered

Alternatively, we could consider also a new disabling API cash.z.ecc.android.sdk.internal.Twig.enabled(true)

Additional context