Auto merge of #22349 - paulrouget:androidlogs_update, r=jdm

Android_logger update

This adds the name of the crate to the android logs.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22349)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-12-01 21:21:21 -05:00 committed by GitHub
commit e7d11d0578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ serde_json = "1.0"
[target.'cfg(target_os = "android")'.dependencies]
android_injected_glue = "0.2"
android_logger = "0.6"
android_logger = "0.7"
jni = "0.10.2"
[target.'cfg(not(target_os = "macos"))'.dependencies]