|
@@ -48,6 +48,7 @@ class EventError:
|
|
NATIVE_SIMULATOR_FRAME = "native_simulator_frame"
|
|
NATIVE_SIMULATOR_FRAME = "native_simulator_frame"
|
|
NATIVE_UNKNOWN_IMAGE = "native_unknown_image"
|
|
NATIVE_UNKNOWN_IMAGE = "native_unknown_image"
|
|
NATIVE_SYMBOLICATOR_FAILED = "native_symbolicator_failed"
|
|
NATIVE_SYMBOLICATOR_FAILED = "native_symbolicator_failed"
|
|
|
|
+ NATIVE_UNSUPPORTED_DSYM = "native_unsupported_dsym"
|
|
|
|
|
|
# Processing: Proguard
|
|
# Processing: Proguard
|
|
PROGUARD_MISSING_MAPPING = "proguard_missing_mapping"
|
|
PROGUARD_MISSING_MAPPING = "proguard_missing_mapping"
|
|
@@ -86,6 +87,7 @@ class EventError:
|
|
NATIVE_NO_CRASHED_THREAD: "No crashed thread found in crash report",
|
|
NATIVE_NO_CRASHED_THREAD: "No crashed thread found in crash report",
|
|
NATIVE_INTERNAL_FAILURE: "Internal failure when attempting to symbolicate",
|
|
NATIVE_INTERNAL_FAILURE: "Internal failure when attempting to symbolicate",
|
|
NATIVE_BAD_DSYM: "The debug information file used was broken.",
|
|
NATIVE_BAD_DSYM: "The debug information file used was broken.",
|
|
|
|
+ NATIVE_UNSUPPORTED_DSYM: "The debug information file is not supported",
|
|
NATIVE_MISSING_OPTIONALLY_BUNDLED_DSYM: "An optional debug information file was missing.",
|
|
NATIVE_MISSING_OPTIONALLY_BUNDLED_DSYM: "An optional debug information file was missing.",
|
|
NATIVE_MISSING_DSYM: "A required debug information file was missing.",
|
|
NATIVE_MISSING_DSYM: "A required debug information file was missing.",
|
|
NATIVE_MISSING_SYSTEM_DSYM: "A system debug information file was missing.",
|
|
NATIVE_MISSING_SYSTEM_DSYM: "A system debug information file was missing.",
|