diff options
author | Richard Uhler <ruhler@google.com> | 2015-03-10 08:38:31 -0700 |
---|---|---|
committer | Richard Uhler <ruhler@google.com> | 2015-03-10 08:38:31 -0700 |
commit | f45599d8f92748c5c2d2aec515948932c52444eb (patch) | |
tree | 13c11654afebf81307013065009c78b5d676abff /runtime/common_runtime_test.cc | |
parent | 66d874d96d5699bb090c59f47a5a528956ca053e (diff) | |
download | art-f45599d8f92748c5c2d2aec515948932c52444eb.zip art-f45599d8f92748c5c2d2aec515948932c52444eb.tar.gz art-f45599d8f92748c5c2d2aec515948932c52444eb.tar.bz2 |
Turn on logging for oat file assistant tests.
Temporary to debug test failure.
Change-Id: Idbfcdbdae5e0aa3544b01f1a1ab0297a81d736d5
Diffstat (limited to 'runtime/common_runtime_test.cc')
-rw-r--r-- | runtime/common_runtime_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/common_runtime_test.cc b/runtime/common_runtime_test.cc index 1c8a892..8dd9a46 100644 --- a/runtime/common_runtime_test.cc +++ b/runtime/common_runtime_test.cc @@ -48,7 +48,7 @@ int main(int argc, char **argv) { // Gtests can be very noisy. For example, an executable with multiple tests will trigger native // bridge warnings. The following line reduces the minimum log severity to ERROR and suppresses // everything else. In case you want to see all messages, comment out the line. - setenv("ANDROID_LOG_TAGS", "*:e", 1); + // setenv("ANDROID_LOG_TAGS", "*:e", 1); art::InitLogging(argv); LOG(::art::INFO) << "Running main() from common_runtime_test.cc..."; |