سؤال

I have multiple Google maps activities in my app, and when either of them return to the previous activity, either by back button or

finish();

, I get the following error:

Fatal signal 11 (SIGSEGV) at 0x646e413c (code=1), thread 2755 (Thread-186)

Which may be related to the message below it:

I/Choreographer﹕ Skipped 77 frames!  The application may be doing too much work on its main thread.

This only happens when leaving maps activities, not any other activities, but then the app continues to run as normal after crashing. Do I need do anything else to destroy the map when leaving the activity? Maybe there's a memory leak?

هل كانت مفيدة؟

المحلول

Pretty sure this is an emulator bug. Tested the app on my phone and nothing of the sort occurred.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top