Hi This is a slight proposal but it is useful when we debug problems in some cases.
The screenshot/screenshooter always create same name files. (wayland-screenshot.png and capture.wcap) Therefore, they can output only 1 file. However, JSON-timeline outputs the log files which has the date and time in their name. (weston-timeline-%F_%H-%M-%S.log) So, this patch set propose supporting to output multiple files with the same way of JSON-timeline. Tomohiro Komagata (2) clients: screenshot: Add support to output multiple files screenshooter: Add support to output multiple files clients/screenshot.c | 14 ++++++++++++-- compositor/weston-screenshooter.c | 13 ++++++++++++- shared/file-util.c | 2 +- shared/file-util.h | 3 +++ 4 files changed, 28 insertions(+), 4 deletions(-) -- 2.7.4 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
