diff --git a/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt index 9eafa1d20..fb378ccd8 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt @@ -39,6 +39,12 @@ object DebuggingPatch : ResourcePatch() { "revanced_enable_debug_logging", "false" ) + SettingsPatch.addMusicPreference( + CategoryType.MISC, + "revanced_enable_debug_buffer_logging", + "false", + "revanced_enable_debug_logging" + ) } } \ No newline at end of file diff --git a/src/main/resources/music/settings/host/values/strings.xml b/src/main/resources/music/settings/host/values/strings.xml index a08cb5855..58a0a3684 100644 --- a/src/main/resources/music/settings/host/values/strings.xml +++ b/src/main/resources/music/settings/host/values/strings.xml @@ -44,6 +44,8 @@ Known issues: • Album art in the library tab becomes smaller when organized in a grid. • Sleep timer layout may appear unusual." Enable compact dialog + Prints the debug logs include buffer. + Enable debug buffer logging Prints the debug log. Enable debug logging Adds a playback speed button to the flyout panel. @@ -144,6 +146,8 @@ Some features may not work properly in the old player layout." Hide stats for nerds menu Hide subscribe / unsubscribe menu Hide view song credit menu + Hides the share button in the fullscreen player. + Hide fullscreen share button Hides general ads. Hide general ads Hides the handle in the account menu. @@ -170,8 +174,6 @@ Some features may not work properly in the old player layout." Hide premium renewal banner Hides the samples button. Hide samples button - Hides the share button in the fullscreen player. - Hide fullscreen share button Hides terms of service container. Hide terms container Hides the upgrade button.