mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
AK: Put invalid UTF8 debug spam behind a flag
This is very annoying if we're (intentionally) passing invalid UTF8 into Utf8View.
This commit is contained in:
parent
c65a6b6b22
commit
df57536c40
3 changed files with 10 additions and 4 deletions
|
@ -195,6 +195,7 @@ set(UHCI_VERBOSE_DEBUG ON)
|
|||
set(UPDATE_COALESCING_DEBUG ON)
|
||||
set(URL_PARSER_DEBUG ON)
|
||||
set(USB_DEBUG ON)
|
||||
set(UTF8_DEBUG ON)
|
||||
set(VFS_DEBUG ON)
|
||||
set(VIRTIO_DEBUG ON)
|
||||
set(VIRTUAL_CONSOLE_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue