Changes between Version 44 and Version 45 of WebKitGTK/Debugging


Ignore:
Timestamp:
Mar 29, 2023 7:20:27 AM (13 months ago)
Author:
Michael Catanzaro
Comment:

Update gst debug log instructions

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Debugging

    v44 v45  
    187187{{{
    188188#!sh
    189 $ export GST_DEBUG="3,webkit*:6" GST_DEBUG_FILE="$HOME/gst.log" GST_DEBUG_NO_COLOR=1 WEBKIT_FORCE_SANDBOX=0
    190 }}}
    191 
    192 WEBKIT_FORCE_SANDBOX=0 is required to ensure the debug log is saved in your real home directory, not the sandbox's home directory.
     189$ export GST_DEBUG="3,webkit*:6" GST_DEBUG_FILE="$HOME/gst.log" GST_DEBUG_NO_COLOR=1 WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS=1
     190}}}
     191
     192WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS=1 is required to ensure the debug log is saved in your real home directory, not the sandbox's home directory.
     193
     194To debug using flatpak, be sure to use `flatpak run --filesystem=home` to disable the flatpak sandbox as well.
    193195
    194196To debug a multimedia layout test: