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 |
Tags
- service
- Unchecked Exception
- xcode
- Android
- 페이스북
- 카카오톡
- BLOCK
- 안드로이드 개발 레벨업 교과서
- contentprovider
- GCM
- Android O
- HTTP
- ios
- In-app Billing
- unreal
- android studio
- 데이터 공유
- ios9
- Android O Preview
- signing
- Activity 수명 주기
- 배포
- 트위터
- gradle
- NSURLConnection
- Push
- 다른 앱에서 열기
- AccountManager
- Google Cloud Messasging
- Google Cloud Messasing
Archives
- Today
- Total
목록UncaughtExceptionHandler (1)
노블의 개발이야기
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