RTEMS Tools | Improve event record handling (!36)
Chris Johns (@chris)
gitlab at rtems.org
Fri Nov 8 00:19:35 UTC 2024
Chris Johns started a new discussion on trace/record/record-main-lttng.cc: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/36#note_114517
> return 1;
> }
>
> + if (is_log_file && (is_base64_encoded || is_zlib_compressed)) {
> + std::cerr << argv[0] << ": option -t cannot be used with -b or -z"
> + << std::endl;
> + return 1;
> + }
> +
> try {
> + if (is_log_file) {
> + client.AddFilter(new LogFilter(client));
Why not use shared or unique?
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/36#note_114517
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241108/772e59d3/attachment.htm>
More information about the bugs
mailing list