Changes between Version 21 and Version 22 of WebKitGTK/Debugging
- Timestamp:
- Oct 25, 2019, 8:09:16 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/Debugging
v21 v22 88 88 In addition to having the logging support activated in the compilation, we need also to turn on the proper logging channels when running. 89 89 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/WebKit 2/Platform/Logging.h Source/WebKit/Platform/Logging.h] headers in the code: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/WebKit/Platform/Logging.h Source/WebKit/Platform/Logging.h] headers in the code: 91 91 92 92 For 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].