Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Android O Preview
- BLOCK
- gradle
- In-app Billing
- xcode
- Android O
- GCM
- Google Cloud Messasging
- 안드로이드 개발 레벨업 교과서
- NSURLConnection
- service
- contentprovider
- android studio
- Activity 수명 주기
- 배포
- 페이스북
- 다른 앱에서 열기
- 데이터 공유
- signing
- Push
- HTTP
- Google Cloud Messasing
- Unchecked Exception
- unreal
- 트위터
- 카카오톡
- AccountManager
- ios9
- ios
- Android
Archives
- Today
- Total
목록Crash (1)
노블의 개발이야기
[Android] UncaughtExceptionHandler
Android UncaughtExceptionHandler 안드로이드 애플리케이션에서 예외가 발생하면 다음과 같은 다이얼로그가 뜨게 된다. 안드로이드에서 애플리케이션에서 캐치하지 않은 예외가 발생하면 처리하는 기본 ExceptionHandler는 다음과 같다. UncaughtExceptionHandler의 구현체는 RuntimeInit 클래스에 Inner 클래스로 구현되어있다. /** * Use this to log a message when a thread exits due to an uncaught * exception. The framework catches these for the main threads, so * this should only matter for threads created by..
Android
2017. 8. 10. 15:32