mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +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
Notes:
sideshowbarker
2024-07-17 01:53:23 +09:00
Author: https://github.com/ADKaster
Commit: 57a04c536c
Pull-request: https://github.com/SerenityOS/serenity/pull/22213
9 changed files with 18 additions and 0 deletions
|
@ -50,6 +50,8 @@ static ErrorOr<void> initialize_lagom_networking();
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
AK::set_rich_debug_enabled(true);
|
||||
|
||||
#if defined(HAVE_QT)
|
||||
QCoreApplication app(arguments.argc, arguments.argv);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue