Skip to content

Commit

Permalink
更新 README.mdm
Browse files Browse the repository at this point in the history
  • Loading branch information
HChenX authored Jun 7, 2024
1 parent 7d923a0 commit 626d012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ dependencies {

@Override
public void handleLoadPackage(XC_LoadPackage.LoadPackageParam lpparam) {
HookInit.setTAG("YourTag"); // 设置日志 TAG
HCInit.setTAG("YourTag"); // 设置日志 TAG
HCInit.setLogLevel(HCInit.LOG_I); // 设置日志输出等级
HookInit.initLoadPackageParam(lpparam); // 初始化
HCInit.initLoadPackageParam(lpparam); // 初始化
}
```

Expand Down

0 comments on commit 626d012

Please sign in to comment.