Changes between Version 32 and Version 33 of WebKitGTK/Debugging


Ignore:
Timestamp:
Jul 13, 2020 1:33:49 PM (4 years ago)
Author:
Lauro Moura
Comment:

Move logging to top level section, as it is not actually about coredumps.

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Debugging

    v32 v33  
    115115}}}
    116116
    117 == Logging support ==
     117= Logging support =
    118118
    119119Logging and other output/behaviors support is activated when the `-DUSE_SYSTEMD=ON` CMake option is used.
     
    151151}}}
    152152
    153 === Network analysis ===
     153== Network analysis ==
    154154
    155155Although ''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.