commit | 04680f3d7b021a0afb460266d442f564186a3b6f | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Mar 17 11:56:54 2016 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Thu Mar 17 13:51:47 2016 +0000 |
tree | 47acec9c78b982555e7a4fdfa2c685ded0d46a76 | |
parent | 0205b58a0d7a9ce5832393857c19c086c78996e9 [diff] [blame] |
Dump oat file information as part of DumpForSigQuit. Change-Id: Ie8d256d8fa16565105cfe5c39cc96826983469da
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index 364ae5d..901f2f5 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc
@@ -1363,6 +1363,7 @@ GetInternTable()->DumpForSigQuit(os); GetJavaVM()->DumpForSigQuit(os); GetHeap()->DumpForSigQuit(os); + oat_file_manager_->DumpForSigQuit(os); if (GetJit() != nullptr) { GetJit()->DumpForSigQuit(os); } else {