<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macOS: 27.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CrashReportExtension",
  "identifier" : "/documentation/CrashReportExtension/CrashReporterExtension/processCrashReport(process:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "CrashReportExtension"
    ],
    "preciseIdentifier" : "s:20CrashReportExtension0a8ReporterC0P07processaB00E0yAA14CrashedProcessC_tF"
  },
  "title" : "processCrashReport(process:)"
}
-->

# processCrashReport(process:)

A method the system calls when a crash report is ready to be processed.

```
func processCrashReport(process: CrashedProcess)
```

## Parameters

`process`

Client for accessing crash data (corpse port, symbolication, etc.)

## Discussion

Implement this method by inspecting the [`CrashedProcess`](/documentation/CrashReportExtension/CrashedProcess) object to prepare a crash report.
You can then persist this report or send it back to your own server.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)