Tag

KSCrash

0 views collected around this technical thread.

Inke Technology
Inke Technology
Aug 25, 2022 · Mobile Development

Mastering iOS Crash Handling, OOM Monitoring, and Memory Profiling

This article explains the iOS system architecture, how Mach and BSD layers handle exceptions, the mechanisms for collecting crashes with KSCrash, strategies for OOM detection and monitoring, and techniques for memory snapshotting and reference‑graph analysis to pinpoint memory bloat.

Crash HandlingKSCrashMemory Profiling
0 likes · 21 min read
Mastering iOS Crash Handling, OOM Monitoring, and Memory Profiling
Beike Product & Technology
Beike Product & Technology
Jul 10, 2020 · Mobile Development

iOS Crash Log Parsing and Symbolication: Challenges and Solutions in the Haishen Platform

This article explains how the Haishen platform collects iOS crash logs, uses KSCrash to capture rich crash context, overcomes background‑session upload limitations, extracts system symbol tables from firmware, and implements a fast, JSON‑based crash‑symbolication pipeline using atos while handling symbolicatecrash bugs.

CrashLogKSCrashNSURLSession
0 likes · 23 min read
iOS Crash Log Parsing and Symbolication: Challenges and Solutions in the Haishen Platform