e-mission / e-mission-transition-notify

Generate local notifications for various transitions of the finite state machine
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Convert NSAsserts to log client error stats #33

Closed shankari closed 2 years ago

shankari commented 2 years ago

This is a fix for the first issue in https://github.com/e-mission/e-mission-docs/issues/722 notably, converting all the asserts to stats so that the app won't crash https://github.com/e-mission/e-mission-docs/issues/722#issuecomment-1110075053 and returning NULL from those conditions

The new stats names are stored in the cordova-usercache plugin

shankari commented 2 years ago

Message strings inserted into the usercache in https://github.com/e-mission/cordova-usercache/pull/44