cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
thomas 2021-06-02T08:23:12.100500Z

Hi, I have run into a problem with my RN app that is happening on only 1 phone (app crashes hard, no error message what so ever). When I run locally with the same account (we are still in the testing phase) no problems. And when running a debug build no problems either.

thomas 2021-06-02T08:23:40.101100Z

I have tried to add http://BugSnag.com to the app. but then the app won't even start 😞

thomas 2021-06-02T08:23:50.101400Z

Any ideas on how to debug this?

thomas 2021-06-08T10:26:06.110Z

Hi.. sorry.. forgot about this... I managed to get Bugsnag working in the end (had to clear my node_modules/ and then it started working.

thomas 2021-06-08T10:26:51.110200Z

and yes this was with advanced compilation, but hooking it up to the debugger it worked of course

dotemacs 2021-06-02T08:31:14.101500Z

I was going to suggest some sort of service that allows you send the logs to. Which you’ve already tried with BugSnag. So maybe try something “plain”, which doesn’t pull in a lot of dependencies, some log capturing service where you can just simply HTTP POST the logs. Or alternatively, connect your device with the cable to your dev machine and watch the logs that way.

raspasov 2021-06-02T08:41:21.102100Z

“Happening on only 1 phone” - on one specific phone or on one type of device?

raspasov 2021-06-02T08:42:33.102300Z

Do you do :advanced compilation?