Nelu Cociag
unread,Jun 14, 2023, 4:37:43 PM6/14/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-discuss
Hi,
I compiled Qt 6.5.0 with -webengine-proprietary-codecs enabled.
I want to print out some debug messages from source file:
C:\Qt\6.5.0\Src\qtwebengine\src\3rdparty\chromium\third_party\blink\renderer\platform\media\web_media_player_impl.cc
I used : DVLOG(1) , DVLOG(2), DVLOG(ERROR) , LOG(ERROR), printf(), OutputDebugString() ...none of them works,
I guess the process created do not have permissions to display messages to the console output...
How this can be enabled ? Is it possible to do it in code?