diff --git a/src/main/kotlin/app/revanced/patches/all/misc/debugging/patch/EnableAndroidDebuggingPatch.kt b/src/main/kotlin/app/revanced/patches/all/misc/debugging/patch/EnableAndroidDebuggingPatch.kt index bf456d15..441dc24a 100644 --- a/src/main/kotlin/app/revanced/patches/all/misc/debugging/patch/EnableAndroidDebuggingPatch.kt +++ b/src/main/kotlin/app/revanced/patches/all/misc/debugging/patch/EnableAndroidDebuggingPatch.kt @@ -9,7 +9,7 @@ import org.w3c.dom.Element @Patch(false) @Name("Enable android debugging") -@Description("Enables Android debugging capabilities.") +@Description("Enables Android debugging capabilities. This can slow down the app.") class EnableAndroidDebuggingPatch : ResourcePatch { override fun execute(context: ResourceContext) { context.xmlEditor["AndroidManifest.xml"].use { dom ->