Skip to content

Commit

Permalink
更新工具版本号至: v.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HChenX committed Sep 26, 2024
1 parent f866505 commit 3935cea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/java/com/hchen/hooktool/tool/ChainTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,8 @@ public void doChainHook() {
while (iterator.hasNext()) {
ChainData chainData = iterator.next();
if (chainData.hookState == HookState.HOOKED) continue;
String UUID = chainData.UUID;
if (chainData.iAction == null) {
logW(tag(), "Action is null, can't hook! will remove this! \ndebug: " + UUID);
logW(tag(), "Action is null, can't hook! will remove this! \ndebug: " + chainData.UUID);
iterator.remove();
continue;
}
Expand Down

0 comments on commit 3935cea

Please sign in to comment.