Android - Crashlytics, run code during crash

前端 未结 3 1694
北海茫月
北海茫月 2021-01-28 02:30

I had a bad crash case that was caused due to some Asyncs doing stuff in improper order in a SQLite and thing blew up. It took me some time to debug all that and access to the i

3条回答
  •  孤独总比滥情好
    2021-01-28 03:18

    No you can't. You can however set certain values before initiating Crashlytics. Like adding values to parameters so as to identify user. Like adding email id of user before creating a crashlytics session.

提交回复
热议问题