Rearchitect logging

This commit is contained in:
topjohnwu
2022-07-06 01:16:08 -07:00
parent 2e52875b50
commit 70fd03d5fc
14 changed files with 172 additions and 154 deletions
-1
View File
@@ -81,7 +81,6 @@ void exec_task(std::function<void()> &&task);
// Logging
extern std::atomic<int> logd_fd;
void android_logging();
extern "C" void magisk_log_write(int prio, const char *msg, int len);
// Daemon handlers