android icon indicating copy to clipboard operation
android copied to clipboard

LOST crash report

Open rwrx opened this issue 7 years ago • 2 comments

I have crash report from Crashlytics where LOST throwed an exception that it was not connected. This was from one user using my app, so currently I don't know how to reproduce it, but I can attach here at least stack trace. I have created gist for it here: https://gist.github.com/rwrx/f4da7fe41c5f1f7b82479d64a61685c4 . Hope this helps.

rwrx avatar Jul 09 '17 22:07 rwrx

Thanks for the report. From the stacktrace I can see that you're using Lost via the Android SDK, which version of the SDK are you using? Clicking the "find me" button looks like the trigger, are you able to provide any code snippets from your app which show how you're interacting with MapzenMap, specifically calls to MapzenMap#setMyLocationEnabled?

sarahsnow1 avatar Jul 10 '17 16:07 sarahsnow1

I am compiling Android SDK from source in my project and currently I am using latest master branch. Calling MapzenMap#setMyLocationEnabled in my app is a little bit complicated, but I am enabling it in onCreate and onResume in activity which contains MapzenMap and disabling it in OnPause in the same activity. I am not sure if this information helps you. Also I am not calling MapzenMap#setFindMeOnClickListener in my app.

rwrx avatar Jul 10 '17 21:07 rwrx