diff --git a/docs-source/src/en/config/api-exception.md b/docs-source/src/en/config/api-exception.md index 7a1ec695..07318c60 100644 --- a/docs-source/src/en/config/api-exception.md +++ b/docs-source/src/en/config/api-exception.md @@ -94,7 +94,27 @@ class HookEntry : IYukiHookXposedInit { ::: danger loggerE -Hooking Process exception occurred +An exception occurred in the Hooking Process of YukiHookAPI + +::: + +**Abnormal** + +`YukiHookAPI` exception occurred while loading Xposed entry method. + +**Solution** + +This is an exception summary. + +If any exception occurs in your current Hook Process (Hook Process crashes), it will be printed to the console using this method. + +Please trace the stack where the exception occurred to locate your code problem. + +###### exception + +::: danger loggerE + +An exception occurred when hooking internal function ::: diff --git a/docs-source/src/zh-cn/config/api-exception.md b/docs-source/src/zh-cn/config/api-exception.md index 8a1bae12..ccbaa276 100644 --- a/docs-source/src/zh-cn/config/api-exception.md +++ b/docs-source/src/zh-cn/config/api-exception.md @@ -94,7 +94,23 @@ class HookEntry : IYukiHookXposedInit { ::: danger loggerE -Hooking Process exception occurred +An exception occurred in the Hooking Process of YukiHookAPI + +::: + +**异常原因** + +`YukiHookAPI` 在装载 Xposed 入口方法时发生异常。 + +**解决方案** + +这是一个异常汇总,如果你当前的 Hook 进程中发生了任何异常 (Hook 进程崩溃),都会使用此方式打印到控制台,请追溯异常发生的堆栈以定位你的代码问题位置。 + +###### exception + +::: danger loggerE + +An exception occurred when hooking internal function :::