alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
763 stars 398 forks source link

Debugging Issues #81

Open tallen11 opened 6 years ago

tallen11 commented 6 years ago

How do I actually debug anything with this lib? My share extension has been working fine but randomly started crashing (freezing safari) and nothing is being printed out anywhere. How can I get some error messages?

pierretanguay commented 6 years ago

What helped me a lot what going in the Simulator and pressing onOpen System Log you'll find all the errors there!

I hope this helps.

tallen11 commented 6 years ago

Thank you. The only thing that may be being printed regarding the crash is this: Service exited with abnormal code: 1

But I can't really tell because that message seems to be popping up over and over again regardless of whether or not I'm opening the extension in Safari.