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