(info SessionRecord)
| 1094 | } |
| 1095 | |
| 1096 | func sessionCrashBundlePath(info SessionRecord) string { |
| 1097 | if info.Failure == nil { |
| 1098 | return "" |
| 1099 | } |
| 1100 | return strings.TrimSpace(info.Failure.CrashBundlePath) |
| 1101 | } |
| 1102 | |
| 1103 | func sessionEventsBundle(events []SessionEventRecord) outputBundle { |
| 1104 | return listBundle( |
no outgoing calls
no test coverage detected