mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Check logd before logging
This commit is contained in:
@ -58,6 +58,7 @@ struct log_listener {
|
||||
};
|
||||
|
||||
extern struct log_listener log_events[];
|
||||
extern int logd;
|
||||
|
||||
void monitor_logs();
|
||||
void start_debug_full_log();
|
||||
|
Reference in New Issue
Block a user