[TIMOB-1932] iOS: add support for sending crash logs to analytics
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Do |
| Resolution Date | 2018-11-14T19:51:21.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | core |
| Reporter | Thomas Huelbert |
| Assignee | Srinivasan Pulipakkam |
| Created | 2011-04-15T03:05:59.000+0000 |
| Updated | 2018-11-14T19:51:21.000+0000 |
Description
For parity with Android. Here's what android is sending:
D/TiApplication( 438): (main) [32,2561] Analytics Event:
type=ti.crash
D/TiApplication( 438): event=ti.crash
D/TiApplication( 438): timestamp=2010-09-28T18:21:18.845+0000
D/TiApplication( 438): mid=200145da5524d59d
D/TiApplication( 438): sid=04c81fda-9098-4aa7-bbd1-61105d7b3358
D/TiApplication( 438): aguid=6fe33f33fd1f4e95a06d2d217170866d
D/TiApplication( 438): isJSON=true
D/TiApplication( 438):payload={
Probably only possible to catch fatal exceptions caused by an uncaught @throw via the default handler.