commit | e9efb8a44202c814b0ebdc16fbab1f754451cd38 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Fri Jul 31 13:54:59 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Fri Jul 31 13:54:59 2009 -0700 |
tree | 05d2f0826c609695334f0b08f53f8322ccf553f0 | |
parent | 51b9e5c27aa5d5c399f93f2df2b2ca1674b0858d [diff] |
Added VMDebug.crash() (hidden). This call prints the stack trace for the current thread, and then crashes the VM so you can see the native stack trace too. Useful for figuring out "how did I get here?" situations.