Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

How to debug the crash log? #6

Open
DouglasHennrich opened this issue Apr 17, 2018 · 4 comments
Open

How to debug the crash log? #6

DouglasHennrich opened this issue Apr 17, 2018 · 4 comments

Comments

@DouglasHennrich
Copy link
Contributor

captura de tela 2018-04-17 as 10 22 35

On firebase's crash log I had this report but how do I know what it means? There's a way to know where to find this problem on the code ?

@hansemannn
Copy link
Owner

That looks hard to debug. Do you use kroll- or main-thread? And TiCore or JSCore?

@DouglasHennrich
Copy link
Contributor Author

Yea I know =/
I'm using main-thread and JSCore

@hansemannn
Copy link
Owner

Okay, then the core should be fine. In general, it looks like it tries to call a callback which is not allocated anymore, so maybe you fire a global event while closing a Window?

@DouglasHennrich
Copy link
Contributor Author

Maybe... I do trigger some backbone's event on window close event. but I guess this happens when I'm on background receiving user's location and saving it on an global array

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants