commit | 714ec9d1de9a8687be9203dee9c1f9cb13a9d73d | [log] [tgz] |
---|---|---|
author | Jorge Lucangeli Obes <jorgelo@google.com> | Wed Jul 20 15:19:44 2016 -0400 |
committer | Jorge Lucangeli Obes <jorgelo@google.com> | Thu Jul 21 17:11:47 2016 -0400 |
tree | aa169aa73e75622ed0bd7232fc687bd3bb9cc3ea | |
parent | c15ab6e2c66697abadd9478b5e5e19c7c11f83ec [diff] |
sdcard: Fix compilation with FUSE_TRACE == 1. "PRI{u,x}64" was not compiling on C++ because of macro expansions. Implement DLOG the same way DCHECK is implemented in <android-base/logging.h>, and mechanically replace the problematic lines with C++ logging. Remaining TRACE() lines will be replaced in a follow-up CL. Bug: 30222003 Change-Id: I377a91722eb4c035093fc96b79438c4f638b9a45