Update api-exception documentation

This commit is contained in:
2022-11-29 02:21:01 +08:00
parent 36578fc113
commit 8b919d8aca
2 changed files with 38 additions and 2 deletions

View File

@@ -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
:::