18 changes: 13 additions & 5 deletions 18 app/src/main/kotlin/com/xlp/flyme/extra/hook/HookEntry.kt Original file line numberDiff line numberDiff line change @@ -8,9 +8,12 @@ import com.highcapable.yukihookapi.hook.log.YLog import com.highcapable.yukihookapi.hook.xposed.proxy.IYuki...
Failing test: X-Pack API Integration Tests.x-pack/test/api_integration/apis/lists/create_exception_list_item·ts - Lists plugin Lists API "before all" hook for "should return a 400 if an endpoint exception item with a list-based entry is provided" #151636 kibanamachine opened this issue...
@@ -56,6 +57,9 @@ class HookEntry : IYukiHookXposedInit { loadApp(name = "com.flyme.systemuiex") { loadHooker(ForcedScreenCapture2) } loadApp(name = "com.flyme.systemuieditor"){ loadHooker(FuckLimit) } YLog.saveToFile("/sdcard/Documents/YukiApi-Flyme_Extra-Debug_Log.log") } ...
4 changes: 4 additions & 0 deletions 4 app/src/main/kotlin/com/xlp/flyme/extra/hook/HookEntry.kt Original file line numberDiff line numberDiff line change @@ -10,6 +10,8 @@ import com.xlp.flyme.extra.BuildConfig import com.xlp.flyme.extra.hook.modules.android.forcedScreenCapture.Forced...