From 577fbe36a42d440f32d596ce3b31e2c8e5b087da Mon Sep 17 00:00:00 2001 From: Fankesyooni Date: Wed, 20 Apr 2022 22:22:18 +0800 Subject: [PATCH] Merge document file --- docs/config/api-exception.md | 10 ++++++++++ docs/guide/example.md | 1 + docs/index.html | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/config/api-exception.md b/docs/config/api-exception.md index 14ae5708..9c294244 100644 --- a/docs/config/api-exception.md +++ b/docs/config/api-exception.md @@ -6,6 +6,16 @@ > 这些异常不会导致 APP 停止运行(FC),但是会在控制台打印 `E` 级别的日志,也可能会停止继续执行相关功能。 +!> `loggerE` Could not found XposedBridge in current space! Aborted + +**异常原因** + +你的 Hook Framework 未在工作或并未成功装载 `XposedBridge`。 + +**解决方案** + +请确认你在正确的地方装载了 `YukiHookAPI` 的 `encase` 方法,详情请参考 [作为 Xposed 模块使用的相关配置](config/xposed-using) 以及 [作为 Hook API 使用的相关配置](config/api-using)。 + !> `loggerE` You cannot loading a hooker in "onInit" method! Aborted **异常原因** diff --git a/docs/guide/example.md b/docs/guide/example.md index 3385ebf3..e9042051 100644 --- a/docs/guide/example.md +++ b/docs/guide/example.md @@ -106,6 +106,7 @@ loadApp(name = "com.android.browser") { injectMember { method { name = "onStart" + emptyParam() returnType = UnitType } afterHook { diff --git a/docs/index.html b/docs/index.html index 0bb54275..acb47762 100644 --- a/docs/index.html +++ b/docs/index.html @@ -83,7 +83,7 @@ ] } - +