Tag

CrashLog

1 views collected around this technical thread.

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
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 22, 2017 · Mobile Development

Automated Retrieval and Symbolication of iOS Crash Logs for Third‑Party Apps

This article explains how to overcome Xcode's limitations by using command‑line tools such as libimobiledevice to automatically collect crash logs from third‑party iOS apps, symbolicate them without dsym files, and analyze the resulting CrashReport structure for effective debugging.

CommandLineCrashLogMobileTesting
0 likes · 9 min read
Automated Retrieval and Symbolication of iOS Crash Logs for Third‑Party Apps