문제

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