mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
2dd165b4ec
When debugging is activated, we could end up with log files ranging in the multi-megabyte or even gigabyte range. Copying those is expensive from a cpu/io point of view in addition to clobbering the storage. Instead of always copying those files, check if they are smaller than 500kB. If not, don't copy them and instead provide a link to their location. Fixes #52 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/203> |
||
---|---|---|
.. | ||
apps | ||
testsuites | ||
__init__.py | ||
baseclasses.py | ||
config.py.in | ||
httpserver.py | ||
loggable.py | ||
main.py | ||
meson.build | ||
RangeHTTPServer.py | ||
reporters.py | ||
utils.py | ||
vfb_server.py |