OSDN Git Service

Logging improvements for C++ / Java structure issues
authorNeil Fuller <nfuller@google.com>
Wed, 17 Aug 2016 10:39:26 +0000 (11:39 +0100)
committerNeil Fuller <nfuller@google.com>
Wed, 17 Aug 2016 10:39:26 +0000 (11:39 +0100)
commitd833525cfe3ac2086e3156a8b3193c05974d6316
treeaac45dd6a27a305f1c49cb8a74488be29eda747c
parent95afcbcc25bb17c9c34e8b7708013b612a3bb581
Logging improvements for C++ / Java structure issues

When C++ and Java structures are different sizes or arranged
differently some log statements are useful but are hard to
pick out because they merge with other log lines. Adding
"\n" to the end of them makes it easier to read.

Change-Id: Ia6d78e0832c7814bf1fef42bb3d8c056f83766bd
Test: make build-art-host
runtime/gc/collector/mark_sweep.cc
runtime/mirror/class.cc