issues
search
BrainiumLLC
/
cargo-mobile
Rust on mobile made easy!
Apache License 2.0
1.23k
stars
52
forks
source link
Add filter option to android run
#29
Closed
davidkern
closed
3 years ago
davidkern
commented
3 years ago
Implementation proposal for #28.
Adds a
-f
/
-filter
option to the run command accepting a case-insensitive Android log level (Error, Warn, Info, Debug, or Verbose). If the filter option is not specified, then
-v
/
-vv
controls the log level displayed during run.
Implementation proposal for #28.
-f
/-filter
option to the run command accepting a case-insensitive Android log level (Error, Warn, Info, Debug, or Verbose). If the filter option is not specified, then-v
/-vv
controls the log level displayed during run.