Test logcat instead of checking logd

This commit is contained in:
topjohnwu
2018-04-08 02:12:40 +08:00
parent 7d7686da33
commit 42284c5efb
4 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ struct log_listener {
};
extern struct log_listener log_events[];
extern int logd;
extern int loggable;
void monitor_logs();
void start_debug_full_log();