commit | d5ccf4bc6215b9df09245bbc7674159b913c210c | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Thu Oct 01 17:10:47 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Thu Oct 01 17:10:47 2009 -0700 |
tree | 59312f8655826896205d43f75a33a8ef0f8d722b | |
parent | 76a477ed7e878fb1193de51ce7caec46b2d1f515 [diff] |
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.