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

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

Customize Rust layer trace-level logs #1479

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 provide a way to change trace-level logs from the Rust layer via the native SDK side.

Describe the solution you'd like

There is initOnLoad method that needs to be tweaked.

Also, align the proposed implementation with iOS side SDK implementation; see https://github.com/Electric-Coin-Company/zcash-light-client-ffi/blob/0bc99a34a793727a521d97716257a8a284d3b0b9/rust/src/lib.rs#L196-L202

Alternatives you've considered

Additional context