[TIMOB-25963] Android: Implement method to obtain current stack trace from V8
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-05-01T13:31:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 7.3.0 |
Components | Android |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2018-04-13T17:11:34.000+0000 |
Updated | 2018-06-25T19:03:07.000+0000 |
Description
Currently, there it is not possible to obtain the current stack trace from V8 on the Java side of Titanium Android.
- Implement a V8Runtime method to obtain the current stack trace
- Report the stack trace upon runtime exceptions
master: https://github.com/appcelerator/titanium_mobile/pull/10003
Verified the fix in SDK 7.3.0.v20180618182516. Closing.