summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file.cc
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-02-20 08:55:10 -0800
committerBrian Carlstrom <bdc@google.com>2014-02-20 09:18:43 -0800
commitf79fccbf8b5e59a0f48bec754cb7a53877b3c90f (patch)
tree1e5cd2aaab9cef482c69d8bdef00c6d5db8bb834 /runtime/dex_file.cc
parent3188d117d6f1ba5f3a30d0ff231d816ebb59a7f7 (diff)
downloadart-f79fccbf8b5e59a0f48bec754cb7a53877b3c90f.tar.gz
art-f79fccbf8b5e59a0f48bec754cb7a53877b3c90f.tar.bz2
art-f79fccbf8b5e59a0f48bec754cb7a53877b3c90f.zip
Add debug code for saving dex file inputs
Also improve some other logging. Bug: 13078746 Change-Id: Ic7a7c201b935e2b117ddc38b652cf39152fe42dc
Diffstat (limited to 'runtime/dex_file.cc')
-rw-r--r--runtime/dex_file.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/dex_file.cc b/runtime/dex_file.cc
index 5e2b9ff5ad..a3415d3f70 100644
--- a/runtime/dex_file.cc
+++ b/runtime/dex_file.cc
@@ -721,7 +721,8 @@ void DexFile::DecodeDebugInfo0(const CodeItem* code_item, bool is_static, uint32
}
if (it.HasNext()) {
- LOG(ERROR) << "invalid stream - problem with parameter iterator in " << GetLocation();
+ LOG(ERROR) << "invalid stream - problem with parameter iterator in " << GetLocation()
+ << " for method " << PrettyMethod(method_idx, *this);
return;
}