[PATCH] D73561: [scudo][standalone] Fix Android logging

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 10:30:34 PST 2020


hctim accepted this revision.
hctim added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/scudo/standalone/linux.cpp:173
+  if (&async_safe_write_log) {
+    const s32 AndroidLogInfo = 4;
+    async_safe_write_log(AndroidLogInfo, "scudo", Buffer);
----------------
nit: `constexpr`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73561/new/

https://reviews.llvm.org/D73561





More information about the llvm-commits mailing list