mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-23 15:38:07 -08:00
Setup log file when manually starting daemon
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
// Daemon command codes
|
||||
enum {
|
||||
DO_NOTHING = 0,
|
||||
START_DAEMON,
|
||||
SUPERUSER,
|
||||
CHECK_VERSION,
|
||||
CHECK_VERSION_CODE,
|
||||
@@ -19,6 +19,7 @@ enum {
|
||||
SQLITE_CMD,
|
||||
REMOVE_MODULES,
|
||||
GET_PATH,
|
||||
DAEMON_CODE_END,
|
||||
};
|
||||
|
||||
// Return codes for daemon
|
||||
|
||||
Reference in New Issue
Block a user