mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +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
|
@ -15,6 +15,8 @@
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
AK::set_rich_debug_enabled(true);
|
||||
|
||||
DeprecatedString pid_file;
|
||||
|
||||
Core::ArgsParser args_parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue