aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2021-04-19 14:39:30 +0200
committerJeff Vander Stoep <jeffv@google.com>2021-04-19 14:55:29 +0200
commitc30f4ebc748b5b9f55483f7e00fba1f35a6d8b36 (patch)
tree5cac114b829a7961b8d1f102434a542a0275c8d2 /README.md
parente2d36b5785ec85080bb41a80e828031145f518a3 (diff)
downloadandroid_logger-c30f4ebc748b5b9f55483f7e00fba1f35a6d8b36.tar.gz
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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.