Check logd before logging

This commit is contained in:
topjohnwu
2018-02-12 02:48:15 +08:00
parent bd7766b17e
commit 754fafcfe9
5 changed files with 73 additions and 28 deletions

View File

@ -58,6 +58,7 @@ struct log_listener {
};
extern struct log_listener log_events[];
extern int logd;
void monitor_logs();
void start_debug_full_log();