mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Andrew Kaster
parent
4db5e2ba22
commit
57a04c536c
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user