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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
