backtrace-cocoa icon indicating copy to clipboard operation
backtrace-cocoa copied to clipboard

Backtrace for Apple devices

Results 8 backtrace-cocoa issues
Sort by recently updated
recently updated
newest added

# Why This pull request upgrades PlCrashReporter to the latest version. Starting now, we're not using our fork anymore but rather we prefer to continue using the official one.

enhancement

Please review the current version of a Crash Loop Detector. This request doesn't include a separate file fix to work with Unity+Cocoa environment.

Add explicit BacktraceResources-Info.plist Update example apps bundle identifiers ref: BT-5026

- Adds CustomDirectoryBacktraceClientTests - Updates Example App to showcase custom .plcrash directory and file protection level settings - Updates metadata storage FileProtectionType - Updates Example App docs ref: BT-5738

Adds OSInfo name, version and buildNumber Adds CPU/Device architecture Fixes Uname .machine and .model attributes Adds isSimulator attribute ref: BT-5714

This PR refactors the MultipartRequest and Attachments implementation to transition from in-memory multipart body construction to disk-based streaming using a temporary file and improve filenameExtension detection. ### Why? - The...

- Adds CrashReporter (swift/objc) module and target - Adds static targets and embed frameworks - Adds a new swift demo app target - Updates SPM to use a binaryTarget -...