1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 16:15:10 +00:00

Ladybird: Enable rich debug messages on all processes

Android is excluded from this patch because the Android dbgln routes
messages to the NDK logger, which already includes process and time
information.
This commit is contained in:
Andrew Kaster 2023-12-11 11:19:41 -07:00 committed by Andrew Kaster
parent 4db5e2ba22
commit 57a04c536c
9 changed files with 18 additions and 0 deletions

View file

@ -14,6 +14,8 @@
ErrorOr<int> serenity_main(Main::Arguments arguments)
{
AK::set_rich_debug_enabled(true);
int fd_passing_socket { -1 };
StringView serenity_resource_root;