rust: compatibility fixes for android_logger 0.15.0
Add env_filter to dependencies. [1] updated android_logger to use
env_filter crate rather than its reexport from env_logger. This fixes
the incompatibility with updated android_logger crate.
Also default to setting the log level to Off regardless of what the
android_logger's default is.
[1] https://github.com/rust-mobile/android_logger-rs/pull/71
Bug: 390554805
Bug: 390555176
Bug: 359442427
Test: m rust (on the entire CL chain)
Change-Id: Ib949af4442458f17d94b25a0a83456290f3bf2e9
2 files changed