基本信息
{{ detail.level ?? '-' }}
{{ detail.platform ?? '-' }}
{{ statusLabel(detail.status) }}
{{ detail.release ?? '-' }}
{{ detail.count }}
{{ detail.affectedUsers ?? 0 }}
{{ detail.assignee ?? '未分配' }}
{{ detail.fingerprint ?? '-' }}
{{ formatTime(detail.firstSeenAt) }}
{{ formatTime(detail.lastSeenAt) }}
趋势(近 14 天)
崩溃信息
{{ latestException.type }}: {{ latestException.value }}
{{ latestException.stackSymbolicated || latestException.stacktrace || '(无堆栈信息)' }}
设备信息
{{ latestDevice.model ?? '-' }}
{{ latestDevice.manufacturer ?? '-' }}
{{ latestDevice.osName ?? '' }} {{ latestDevice.osVersion ?? '' }}
{{ latestDevice.locale ?? '-' }}
{{ latestDevice.timezone ?? '-' }}
{{ latestDevice.freeMemoryMb != null ? latestDevice.freeMemoryMb + ' MB' : '-' }}
{{ latestDevice.isEmulator ? '是' : '否' }}
{{ latestDevice.buildType ?? '-' }}
最近崩溃事件
{{ row.userId ?? '-' }}
{{ row.exception?.value ?? '-' }}
{{ formatTime(row.createdAt) }}
查看
{{ row.exception?.stackSymbolicated || row.exception?.stacktrace }}
-