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:
parent
4db5e2ba22
commit
57a04c536c
9 changed files with 18 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue