Skip to content

Instantly share code, notes, and snippets.

@taji-taji
Created November 4, 2020 05:20
Show Gist options
  • Save taji-taji/7feff7106cdd014d865e080399b1a49f to your computer and use it in GitHub Desktop.
Save taji-taji/7feff7106cdd014d865e080399b1a49f to your computer and use it in GitHub Desktop.
MXDiagnosticPayload JSON Sample
{
"crashDiagnostics" : [
{
"version" : "1.0.0",
"callStackTree" : {
"callStacks" : [
{
"threadAttributed" : true,
"callStackRootFrames" : [
{
"binaryUUID" : "479C3F32-138B-4FDE-BD75-CE9731821992",
"offsetIntoBinaryTextSegment" : 123,
"sampleCount" : 20,
"binaryName" : "testBinaryName",
"address" : 74565
}
]
}
],
"callStackPerThread" : true
},
"diagnosticMetaData" : {
"appBuildVersion" : "1.0.1",
"appVersion" : "1.0",
"regionFormat" : "JP",
"exceptionType" : 1,
"osVersion" : "iPhone OS 14.0.1 (18A393)",
"deviceType" : "iPhone8,1",
"signal" : 11,
"exceptionCode" : 0,
"platformArchitecture" : "arm64",
"terminationReason" : "Namespace SIGNAL, Code 0xb",
"virtualMemoryRegionInfo" : "0 is not in any region. Bytes before following region: 4000000000 REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 0000000000000000-0000000000000000 [ 32K] r-x\/r-x SM=COW ...pp\/Test"
}
}
],
"timeStampEnd" : "2020-11-03 06:58:28 +0000",
"hangDiagnostics" : [
{
"version" : "1.0.0",
"callStackTree" : {
"callStacks" : [
{
"threadAttributed" : true,
"callStackRootFrames" : [
{
"binaryUUID" : "479C3F32-138B-4FDE-BD75-CE9731821992",
"offsetIntoBinaryTextSegment" : 123,
"sampleCount" : 20,
"binaryName" : "testBinaryName",
"address" : 74565
}
]
}
],
"callStackPerThread" : true
},
"diagnosticMetaData" : {
"appBuildVersion" : "1.0.1",
"appVersion" : "1.0",
"regionFormat" : "JP",
"hangDuration" : "20秒",
"osVersion" : "iPhone OS 14.0.1 (18A393)",
"deviceType" : "iPhone8,1",
"platformArchitecture" : "arm64"
}
}
],
"cpuExceptionDiagnostics" : [
{
"version" : "1.0.0",
"callStackTree" : {
"callStacks" : [
{
"callStackRootFrames" : [
{
"binaryUUID" : "A2AA4C11-161F-4CB8-9E6A-7523A1559C47",
"offsetIntoBinaryTextSegment" : 123,
"sampleCount" : 20,
"binaryName" : "testBinaryName",
"address" : 74565
}
]
}
],
"callStackPerThread" : false
},
"diagnosticMetaData" : {
"appBuildVersion" : "1.0.1",
"appVersion" : "1.0",
"regionFormat" : "JP",
"osVersion" : "iPhone OS 14.0.1 (18A393)",
"deviceType" : "iPhone8,1",
"platformArchitecture" : "arm64",
"totalCPUTime" : "20秒",
"totalSampledTime" : "20秒"
}
}
],
"timeStampBegin" : "2020-11-03 06:58:28 +0000",
"diskWriteExceptionDiagnostics" : [
{
"version" : "1.0.0",
"callStackTree" : {
"callStacks" : [
{
"callStackRootFrames" : [
{
"binaryUUID" : "A2AA4C11-161F-4CB8-9E6A-7523A1559C47",
"offsetIntoBinaryTextSegment" : 123,
"sampleCount" : 20,
"binaryName" : "testBinaryName",
"address" : 74565
}
]
}
],
"callStackPerThread" : false
},
"diagnosticMetaData" : {
"appBuildVersion" : "1.0.1",
"appVersion" : "1.0",
"regionFormat" : "JP",
"writesCaused" : "2,000 byte",
"osVersion" : "iPhone OS 14.0.1 (18A393)",
"deviceType" : "iPhone8,1",
"platformArchitecture" : "arm64"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment