Files
mycelium/mobile
Lee Smet 4062f682c7 Revert "configure tracing-log"
This reverts commit f2caf4f515.

Upon inspection tracing_subscriber, by default, attempts to install a
tracing_log subscriber (this is gated by a feature gate, which is
enabled by default). Thus, manually doing that actually causes a crash
at startup since the global logger is attempted to be initialized twice.
2024-05-22 11:03:47 +02:00
..
2024-05-22 11:03:47 +02:00
2024-05-22 11:03:47 +02:00

mobile crate

This crate will be called from Dart/Flutter, Kotlin(Android), or Swift(iOS)