tauri-apps / tauri-apps/plugins-workspace
[log] don't direct or document Stdout Stderr are directed to logcat on Android
Open
platform: android
plugin: log
type: documentation
type: feature request
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
We currently direct `Stdout` and `Stderr` targets through `android_logger::log` instead of actually going through the rust stdout, this is a bit unexpected given we log other rust stdout to `RustStdoutStderr` target on Android logcat
We should either document this behavior or change it to use the default stdout and introduce a feature flag or new target for the `android_logger::log` method
Contributor guide
Assessment
This issue has not been assessed yet.