From 871348537e481efcdbe0d78abda37937544e0163 Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Wed, 30 Aug 2017 21:19:33 +0800 Subject: [PATCH] Fix logcat tag --- mace/examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mace/examples/README.md b/mace/examples/README.md index 6b621b74..ec4f29a2 100644 --- a/mace/examples/README.md +++ b/mace/examples/README.md @@ -28,5 +28,5 @@ adb shell /data/local/tmp/helloword/helloworld * Check the logs ``` -adb logcat | grep MACE +adb logcat | grep native ``` -- GitLab