mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-10 10:13:25 +00:00
Setup logging infra in the Rust side
This commit is contained in:
@@ -311,7 +311,7 @@ void su_daemon_handler(int client, const sock_cred *cred) {
|
||||
LOGD("su: fork handler\n");
|
||||
|
||||
// Abort upon any error occurred
|
||||
log_cb.ex = exit;
|
||||
exit_on_error(true);
|
||||
|
||||
// ack
|
||||
write_int(client, 0);
|
||||
|
||||
Reference in New Issue
Block a user