[PATCH] D11981: [asan] On OS X, log reports to syslog and os_trace
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 18:18:31 PDT 2015
kcc added a comment.
> Interesting.. looks like logging to syslog for Android is done directly right there on every Printf and the logging is done with ANSI in place...
I don't think that we ever print error messages on android to the screen,
i.e. the ANSI colors are disabled and not printed at all
http://reviews.llvm.org/D11981
More information about the llvm-commits
mailing list