You've already forked ZygiskNext
mirror of
https://github.com/Dr-TSNG/ZygiskNext.git
synced 2025-08-27 23:46:34 +00:00
don't show inject status if not tracing
This commit is contained in:
@@ -458,7 +458,8 @@ static void updateStatus() {
|
||||
#define WRITE_STATUS_ABI(suffix) \
|
||||
if (status##suffix.supported) { \
|
||||
status_text += " zygote" #suffix ":"; \
|
||||
if (status##suffix.zygote_injected) status_text += "injected,"; \
|
||||
if (tracing_state != TRACING) status_text += "unknown,"; \
|
||||
else if (status##suffix.zygote_injected) status_text += "injected,"; \
|
||||
else status_text += "not injected,"; \
|
||||
status_text += " daemon" #suffix ":"; \
|
||||
if (status##suffix.daemon_running) status_text += "running"; \
|
||||
|
||||
Reference in New Issue
Block a user