Changes between Version 21 and Version 22 of WebKitGTK/Debugging


Ignore:
Timestamp:
Oct 25, 2019 8:09:16 AM (4 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Debugging

    v21 v22  
    8888In addition to having the logging support activated in the compilation, we need also to turn on the proper logging channels when running.
    8989
    90 These channels are defined in the [http://trac.webkit.org/browser/trunk/Source/WebCore/platform/Logging.h Source/WebCore/platform/Logging.h] and [http://trac.webkit.org/browser/trunk/Source/WebKit2/Platform/Logging.h Source/WebKit/Platform/Logging.h] headers in the code:
     90These channels are defined in the [http://trac.webkit.org/browser/trunk/Source/WebCore/platform/Logging.h Source/WebCore/platform/Logging.h] and [http://trac.webkit.org/browser/trunk/Source/WebKit/Platform/Logging.h Source/WebKit/Platform/Logging.h] headers in the code:
    9191
    9292For passing the wanted channels to the running process we need to use the ''WEBKIT_DEBUG'' env variable as it is seen in the [http://trac.webkit.org/browser/trunk/Source/WebCore/platform/unix/LoggingUnix.cpp WebCore/platform/unix/LoggingUnix.cpp].