diff options
author | Andy McFadden <fadden@android.com> | 2009-10-01 17:10:47 -0700 |
---|---|---|
committer | Andy McFadden <fadden@android.com> | 2009-10-01 17:10:47 -0700 |
commit | f350486920f9996b6d5038845c6befb3f902fa6c (patch) | |
tree | 6dfef07a245a94931ba4fc58073e9e013714d540 | |
parent | 109fc1115e7afd2907544b805eaa2cc8a0e2635f (diff) | |
download | libcore-f350486920f9996b6d5038845c6befb3f902fa6c.zip libcore-f350486920f9996b6d5038845c6befb3f902fa6c.tar.gz libcore-f350486920f9996b6d5038845c6befb3f902fa6c.tar.bz2 |
Catch bad getStackTrace() calls.
Normally Throwable.getStackTrace() can't be called until after there's a
stack trace, but with a debugger you can call it during construction.
We weren't expecting that and the VM went boom.
0 files changed, 0 insertions, 0 deletions