Changes between Version 32 and Version 33 of WebKitGTK/Debugging
- Timestamp:
- Jul 13, 2020, 1:33:49 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/Debugging
v32 v33 115 115 }}} 116 116 117 = = Logging support ==117 = Logging support = 118 118 119 119 Logging and other output/behaviors support is activated when the `-DUSE_SYSTEMD=ON` CMake option is used. … … 151 151 }}} 152 152 153 == = Network analysis ===153 == Network analysis == 154 154 155 155 Although ''libsoup'' should log everything we need about the network traffic in the GTK port, we may want to use other mechanisms to get that information because, for example, we don't have a build with logging support available in that moment.