Skip to content

Commit

Permalink
更新log
Browse files Browse the repository at this point in the history
Signed-off-by: HChenX <[email protected]>
  • Loading branch information
HChenX committed Nov 11, 2023
1 parent a2c2994 commit 4a500b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/Com/HChen/Hook/Hook/MiuiService.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ handleKillApp, new HookAction() {
@Override
protected void before(MethodHookParam param) {
param.setResult(null);
logSI(handleKillAll, "config: " + param.args[0]);
logSI(handleKillApp, "config: " + param.args[0]);
}
}
);
Expand Down

0 comments on commit 4a500b8

Please sign in to comment.