You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: general-ads: Patch to remove general ads in bytecode.
INFO: video-ads: Patch to remove ads in the YouTube video player.
INFO: custom-branding: Change the branding of YouTube.
INFO: premium-heading: Show the premium branding on the the YouTube home screen.
INFO: minimized-playback: Enable minimized and background playback.
INFO: disable-fullscreen-panels: Disable comments panel in fullscreen view.
INFO: old-quality-layout: Enable the original quality flyout menu.
INFO: disable-create-button: Disable the create button.
INFO: amoled: Enables pure black theme.
INFO: disable-shorts-button: Hide the shorts button.
INFO: hide-cast-button: Patch to hide the cast button.
INFO: microg-support: Patch to allow YouTube ReVanced to run without root and under a different package name.
INFO: background-play: Enable playing music in the background.
INFO: exclusive-audio-playback: Add the option to play music without video.
INFO: codecs-unlock: Enables more audio codecs. Usually results in better audio quality but may depend on song and device.
INFO: upgrade-button-remover: Remove the upgrade tab from the pivot bar in YouTube music.
INFO: tasteBuilder-remover: Removes the "Tell us which artists you like" card from the Home screen. The same functionality can be triggered from the settings anyway.
which is written to STDERR
The text was updated successfully, but these errors were encountered:
This is default implementation of logger. It logs everything at info level and higher to StdErr.
Moreover currently I don't see clean solution for it: we can change this to StdOut, but then Warning and Error will be duplicated, because java.util.logging don't allow to create upper bound (e.g. log to StdOut only INFO but not higger - e.g.: warn and err).
Completely disabling StdErr is not the best solution, because errors could be missed.
I'm trying to do this, properly (without duplicating output to both StdOut and StdErr) but I doubt it will be merged, because it will be ugly.
For example, running
results in output
which is written to STDERR
The text was updated successfully, but these errors were encountered: