[PATCH] D39753: [scudo] Support syslog logging on Android and in dieWithMessage

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 11:54:08 PST 2017


cryptoad added inline comments.


================
Comment at: lib/scudo/scudo_allocator.cpp:209
 
-  // TODO(kostyak): determine if MaybeStartBackgroudThread could be of some use.
 
----------------
I forgot to say that this was removed because the background thread will be coming back, but in another form.


https://reviews.llvm.org/D39753





More information about the llvm-commits mailing list