diff options
| author | 2016-09-26 19:45:22 +0000 | |
|---|---|---|
| committer | 2016-09-26 19:45:23 +0000 | |
| commit | a4850b0fa18c8b92dd5c20c166856cfe87aec72f (patch) | |
| tree | f38d8d8aae51f53e7ee6b474f47597b784fc2316 /runtime/jit/jit.cc | |
| parent | 0cfe19af3b7395658210ea6044a65c9811962a7a (diff) | |
| parent | 3fec9ac0d5af1358d216eb2fdc2000ec0205f3f0 (diff) | |
Merge "ART: Use libbase logging"
Diffstat (limited to 'runtime/jit/jit.cc')
| -rw-r--r-- | runtime/jit/jit.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/jit/jit.cc b/runtime/jit/jit.cc index d984f45253..afa52ca2c4 100644 --- a/runtime/jit/jit.cc +++ b/runtime/jit/jit.cc @@ -337,7 +337,7 @@ bool Jit::CanInvokeCompiledCode(ArtMethod* method) { Jit::~Jit() { DCHECK(!profile_saver_options_.IsEnabled() || !ProfileSaver::IsStarted()); if (dump_info_on_shutdown_) { - DumpInfo(LOG(INFO)); + DumpInfo(LOG_STREAM(INFO)); } DeleteThreadPool(); if (jit_compiler_handle_ != nullptr) { |