快照打点异常判定
- 遍历查看【head info】->【control info】下每个area的控制信息。
- 当前写入区:“type”为current。
- 已导出异常区:“type”为history,“rw status”为read done,“exception”为true。
- 本次导出异常区:“type”为history,“rw status”为wait read,“exception”为true。
- 只关注“本次导出异常区”,找到对应区域,遍历下面的block信息。
- current status == expect status时,打点正常。
- current status != expect status时,即判定为模块存在异常。
- 根据异常模块的“exception id”的值查询对应版本的《黑匣子错误码信息列表》“黑匣子错误码信息列表”,可以找到具体的异常描述。
父主题: 快照异常判定