Skip to content

Commit

Permalink
feat(YouTube - Debug): Logging of layout proto buffer strings (#2759)
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Aug 7, 2023
1 parent 872ce78 commit 189f719
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ class DebuggingPatch : ResourcePatch {
StringResource("revanced_debug_summary_on", "Debug logs are enabled"),
StringResource("revanced_debug_summary_off", "Debug logs are disabled")
),
SwitchPreference(
"revanced_debug_protobuffer",
StringResource(
"revanced_debug_protobuffer_title",
"Log protocol buffer"
),
StringResource("revanced_debug_protobuffer_summary_on", "Debug logs include proto buffer"),
StringResource("revanced_debug_protobuffer_summary_off", "Debug logs do not include proto buffer")
),
SwitchPreference(
"revanced_debug_stacktrace",
StringResource(
Expand Down

0 comments on commit 189f719

Please sign in to comment.