10101-PoC icon indicating copy to clipboard operation
10101-PoC copied to clipboard

Add support for mobile loggers

Open klochowicz opened this issue 2 years ago • 0 comments

At the moment we do not support showing Rust logs on mobile - it works on desktop. We could configure tracing layers that add support for native iOS/Android logging frameworks.

As a stopgap measure, we have them being piped into Dart, so they should be visible in release mode as part of FLog (our current config for Dart logging).

in the meanwhile, best debugging experience can be achieved by just using the desktop (native) target.

klochowicz avatar Nov 15 '22 00:11 klochowicz