현상노티피케이션바로 다른 앱으로 이동 -> 백버튼으로 돌아옴 -> onResume 에서 startActivity A-> A 종료 -> 버튼 클릭으로 startActivity B -> 딜레이 발생A activity 실행시 밑에 깔려있는 액티비티의 onPause가 불리지 않는다!! 해결 방법 Handler handler = new Handler(); handler.postDelayed(new Runnable() { @Override public void run() { startActivity A } }, 250); 관련 로그03-27 18:04:09.678 27544-27544/ E/ActivityThread﹕ Performing stop of activity that is not resumed: {} ja..
- 현상-- 안드로이드 버전 : 킷켓-- 액티비티 -> 액티비티 -> 프레그먼트(웹뷰)-- 프레그먼트에서 뒤로가기 시 최초 액티비티로 돌아가게 설계됨-- 뒤로가기, 재진입 반복-- 웹뷰 멈춤 현상이 발생 화면 터치 할때마 아래 로그가 찍힌다.03-27 15:03:06.798 180-3518/? E/BufferQueue﹕ [] dequeueBuffer: can't dequeue multiple buffers without setting the buffer count03-27 15:02:38.708 5362-5362/ E/Surface﹕ dequeueBuffer failed (Invalid argument)03-27 15:02:38.708 5362-5362/ E/ViewRootImpl﹕ Could not l..
- Total
- Today
- Yesterday
- BroadcastReceiver
- Android
- Could not lock surface
- startActivity
- TransactionTooLargeException
- 암호 잠금
- onpause not called
- Performing stop of activity that is not resumed
- registerReceiver
- ACTION_SCREEN_OFF
- LifeCycle
- onWindowFocusChanged
- unregisterReceiver
- WebView
- onPause
- ACTION_SCREEN_ON
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |