diff options
| author | Ben Cheng <bccheng@android.com> | 2011-10-10 16:26:36 -0700 |
|---|---|---|
| committer | Ben Cheng <bccheng@android.com> | 2011-10-10 16:26:36 -0700 |
| commit | f7c18055de6e7ffb3ee16a45680ea0ffd6158fbd (patch) | |
| tree | 9b564ad9b5f50a0437289ecdeb00e5d7225bbc14 /vm/oo | |
| parent | c2fdadcdfc8fd249f646153457f5cffde54d7945 (diff) | |
| download | android_dalvik-f7c18055de6e7ffb3ee16a45680ea0ffd6158fbd.tar.gz android_dalvik-f7c18055de6e7ffb3ee16a45680ea0ffd6158fbd.tar.bz2 android_dalvik-f7c18055de6e7ffb3ee16a45680ea0ffd6158fbd.zip | |
Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame.
Bug: 5372634
Change-Id: I019a059e5a989de3dfc9e2f5e78f7caa7168cf75
Diffstat (limited to 'vm/oo')
| -rw-r--r-- | vm/oo/Class.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/oo/Class.cpp b/vm/oo/Class.cpp index bc331030c..85a3bbd15 100644 --- a/vm/oo/Class.cpp +++ b/vm/oo/Class.cpp @@ -738,6 +738,7 @@ static ClassPathEntry* processClassPath(const char* pathStr, bool isBootstrap) * case, so just bail out (reasonably) gracefully. */ LOGE("No valid entries found in bootclasspath '%s'", pathStr); + gDvm.lastMessage = pathStr; dvmAbort(); } |
