You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Improve handshake between the 2 daemons
This commit is contained in:
@@ -46,10 +46,6 @@
|
||||
#define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
|
||||
#define PLOGE(fmt, args...) LOGE(fmt " failed with %d: %s", ##args, errno, strerror(errno))
|
||||
|
||||
extern int loggable;
|
||||
|
||||
void monitor_logs();
|
||||
|
||||
#endif
|
||||
|
||||
/********************
|
||||
|
||||
Reference in New Issue
Block a user