Tag

crashanalysis

0 views collected around this technical thread.

DeWu Technology
DeWu Technology
Mar 12, 2025 · Mobile Development

Android Crash Analysis and Fixes: DNS, MediaCodec, BIO, and Focus Issues

The article details four native DeWu Android client crashes—DNS resolution, MediaCodec state‑exception, BIO multi‑thread, and Xiaomi Android 15 focus null‑pointer—explains their root causes, and demonstrates inline‑hook, PLT‑hook, and JNI‑hook fixes that lowered the crash rate from 2/10 000 to about 1.2/10 000.

AndroidNativeHookPerformance
0 likes · 20 min read
Android Crash Analysis and Fixes: DNS, MediaCodec, BIO, and Focus Issues
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 22, 2024 · Databases

Analyzing OBServer Crash Logs with observer.log and gdb

This article explains how to locate OBServer crash logs, extract stack traces from observer.log, map memory addresses to source code using addr2line and gdb, identify the faulty function ObMPStmtExecute::copy_or_convert_str, and verify the issue through the OceanBase knowledge base, providing a systematic five‑step approach for rapid crash diagnosis.

DatabaseGDBOceanBase
0 likes · 9 min read
Analyzing OBServer Crash Logs with observer.log and gdb
ByteDance Cloud Native
ByteDance Cloud Native
Dec 12, 2023 · Mobile Development

Why Android Apps Crash with TransactionTooLargeException and How to Fix It

This article analyzes a recent surge of TransactionTooLargeException crashes in the Douyin Android app, explains how oversized Bundles exceed Binder limits during Activity stop, and presents a hook‑based solution that compresses Bundle data to prevent binder transaction failures.

AndroidBinderMobile
0 likes · 21 min read
Why Android Apps Crash with TransactionTooLargeException and How to Fix It
DaTaobao Tech
DaTaobao Tech
Nov 6, 2023 · Mobile Development

Analyzing and Fixing iOS 16 WKWebView Crash via Reverse Engineering and Hooking

By reverse‑engineering the iOS 16 WKWebView image‑analysis crash, the team identified a nil‑buffer bug in VisionKitCore’s CGImage creation, then mitigated it by runtime‑hooking VKCRemoveBackgroundResult’s createCGImage (returning NULL) and suppressing the image‑analysis gesture, reducing crashes from thousands to near zero.

HookingVisionKitWKWebView
0 likes · 29 min read
Analyzing and Fixing iOS 16 WKWebView Crash via Reverse Engineering and Hooking