[lldb-dev] Logging different channels to different files
Ed Maste
emaste at freebsd.org
Wed May 6 20:03:54 PDT 2015
On 6 May 2015 at 19:58, Vince Harron <vince at nethacker.com> wrote:
> I've never tried logging to the same file because I stepped through the code
> and (IIRC) different "log enable" commands to the same file path open
> separate file descriptors without the append flag, so I expected that they
> would stomp on each other. Maybe I misunderstood. I'll try it now.
My experience was the same; using the same file for different log
channels resulted in an inconsistent set of log entries in the file.
More information about the lldb-dev
mailing list