Move config_log_min_level test to its own file

Tests in the same file run in the same executable, so they share the
logger global. Therefore, one of the two tests will fail on the
`assert!(init_result)` because the other test has already set a logger.

Test: none
Fixes: 323016470
Change-Id: I95c1259e4d696e1b608d66a7b9749f033fdbd067
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
3 files changed
tree: 2bcda4c01eb54dedc6c0522f83da3a657e6242b8
  1. liblog/
  2. logcat/
  3. logd/
  4. logwrapper/
  5. rust/
  6. OWNERS
  7. PREUPLOAD.cfg
  8. TEST_MAPPING