summaryrefslogtreecommitdiff
path: root/test/ProfileTestMultiDex/main.jpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2020-04-23 15:45:22 -0700
committerTom Cherry <tomcherry@google.com>2020-04-27 16:26:16 -0700
commitf27d50cbfc15ea1235c937565eb434bfa1022f1b (patch)
treedc21a6c492fc164eacdc053bed57221e7ada5002 /test/ProfileTestMultiDex/main.jpp
parentf1162ab7b661f30d593e312ad317ae4017c8a907 (diff)
Move the logging line interleave lock from libbase to ART
libbase will now print up to 4k chunks of data to logd at once and it will print the full log message to stderr at once, so there is no need for a majority of users to hold a lock during logging to prevent other threads from interleaving log messages between lines of an individual log message. ART is historically the only user of libbase that strongly cared to have this lock to prevent the interleaving in all cases, thus this lock is moved to ART only. Bug: 65062446 Bug: 153824050 Test: logging unit tests Change-Id: I4b9e13fcc8996c419cb7472f545589f860a3e510 (cherry picked from commit 0240d2ba620e42d68fa9b6a6ca4ff01a0c79b8e3)
Diffstat (limited to 'test/ProfileTestMultiDex/main.jpp')
0 files changed, 0 insertions, 0 deletions