简体   繁体   中英

Crashlytics/Answers: Is it possible to get programatically last x events collected by Answers?

In iOS App (objective C) I'm using Fabrics Crashlytics features.

  • Custom Logging [CLS_LOG ...]
  • Custom Keys
  • and Answers for events logging.

Everything works as expected.

What I want to achieve is to be able to send last x events let's say through e-mail from user in the case of some unexpected behaviour.

If there is some strange behaviour (not crash) I would like, that user is able send us last x events which lead to this situation.

Of course I can implement some custom events logging, but I was thinking of using Fabric Answers events logging mechanism, when is already implemented in the app.

Is it possible ? Or what would be the best approach ?

Mike from Fabric here. We don't have a mechanism in our SDK that would enable sending of the last x events in this situation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM