summaryrefslogtreecommitdiffstats
path: root/runtime/common_runtime_test.cc
diff options
context:
space:
mode:
authorRichard Uhler <ruhler@google.com>2015-03-10 16:57:05 +0000
committerRichard Uhler <ruhler@google.com>2015-03-10 16:57:05 +0000
commit892fc96694b51ac7a896dacd75af5b235f955825 (patch)
treed59bf83a08fead7d9823230831bea63c9e43a62c /runtime/common_runtime_test.cc
parentf45599d8f92748c5c2d2aec515948932c52444eb (diff)
downloadart-892fc96694b51ac7a896dacd75af5b235f955825.tar.gz
art-892fc96694b51ac7a896dacd75af5b235f955825.tar.bz2
art-892fc96694b51ac7a896dacd75af5b235f955825.zip
Revert "Turn on logging for oat file assistant tests."
This reverts commit f45599d8f92748c5c2d2aec515948932c52444eb. Change-Id: I33c6c5bf1d2643bdf8ce13708f376d01599c2a98
Diffstat (limited to 'runtime/common_runtime_test.cc')
-rw-r--r--runtime/common_runtime_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/common_runtime_test.cc b/runtime/common_runtime_test.cc
index 8dd9a46001..1c8a8925d8 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...";