diff options
author | 2019-05-31 14:29:54 -0700 | |
---|---|---|
committer | 2019-06-04 04:18:29 +0000 | |
commit | dddb6dea9455950e0d79f7d697a00190e7387e66 (patch) | |
tree | 03b7f46ef41b447ea877a311d4e72833fa1e9ddb /runtime/common_runtime_test.cc | |
parent | 54a6d4c123d968e272262892118e629f13d17000 (diff) |
ART: Remove superfluous logging
Remove unnecessary logging used for debugging.
Test: m test-art-host-gtest
Change-Id: I271c9c10eea728d9e534a96d981cac095c6e2e8e
Diffstat (limited to 'runtime/common_runtime_test.cc')
-rw-r--r-- | runtime/common_runtime_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/common_runtime_test.cc b/runtime/common_runtime_test.cc index f4cc1617a5..46240d4180 100644 --- a/runtime/common_runtime_test.cc +++ b/runtime/common_runtime_test.cc @@ -463,7 +463,6 @@ void CheckJniAbortCatcher::Hook(void* data, const std::string& reason) { extern "C" __attribute__((visibility("default"))) __attribute__((weak)) void ArtTestGlobalInit() { - LOG(ERROR) << "ArtTestGlobalInit in common_runtime_test"; } int main(int argc, char **argv) { |