Crash 설정
IMQA Crash는 다양한 옵션이 존재하며, 사용자가 원하는 설정을 추가하여 더욱 자세한 크래시 리포트를 받아 보실 수 있습니다.
1. Custom Crash 발생
try {
...
} catch (SomeException e) {
IMQACrashAgent.SendException(e, "ERROR TAG", ErrorRank.Major);
}Rank
Description
2. Custom Web Crash 발생
throw new IMQACustomError("사용자가 지정한 에러 메시지");
try {
...
} catch (e) {
throw new IMQACustomError(e)
}
3. 특정 웹 크래시 수집 제한 옵션
Option Name
Type
Default Value
Description

4. EventPath 등
STEP
LABEL
5. Custom User ID 등록
Class Name
Method Name
Description

6. Custom User Log/Key 등록
Class Name
Method Name
Description
7. 초기화 Option 추가
Class Name
Method Name
Last updated