Upgrade rust/crates/android_logger to 0.10.1

This update adds the tests recently upstreamed in:
https://github.com/Nercury/android_logger-rs/pull/41

Test: TH
Bug: 184732262
Change-Id: I7d2af3b18c9ba338f9e9e933ee8e729b95479df3
diff --git a/README.md b/README.md
index 9b2c4a4..c3b88bf 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
 ## Send Rust logs to Logcat
 
 [![Version](https://img.shields.io/crates/v/android_logger.svg)](https://crates.io/crates/android_logger)
-[![Build Status](https://travis-ci.org/Nercury/android_logger-rs.svg?branch=master)](https://travis-ci.org/Nercury/android_logger-rs)
+[![CI status](https://github.com/Nercury/android_logger-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/Nercury/android_logger-rs/actions/workflows/ci.yml/)
+
 
 This library is a drop-in replacement for `env_logger`. Instead, it outputs messages to
 android's logcat.