OSDN Git Service

AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled.
authorBrian Carlstrom <bdc@google.com>
Mon, 18 Aug 2014 22:38:34 +0000 (15:38 -0700)
committerBrian Carlstrom <bdc@google.com>
Mon, 18 Aug 2014 22:39:27 +0000 (15:39 -0700)
commit3ea69c0abce1b81b3c45033867d49b00e6d6b709
tree0bad76473a1c146a9ddc2d9fcaec32c945365d4d
parent506a79fd8a698911b5a82575eed59b9320ae97cd
AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled.

Bug: 17108693
Change-Id: I346cc090e091605c552e5954d7ea1ca4874cea5f
runtime/runtime.cc
runtime/thread.cc