What problem does it solve? Diagnosing native-level performance problems in mobile apps is difficult without the right tooling. This Skill captures and analyzes native traces from iOS and Android devices, surfacing CPU hotspots, UI hangs, and memory leaks with severity-ranked findings and drill-down stack queries. ## Core Features & Use Cases - Cross-platform native profiling: Records iOS traces via xctrace (Instruments) and Android traces via Perfetto with an in-process WASM trace processor. - Structured bottleneck analysis: Categorizes findings as CPU hotspots, UI hangs, or memory leaks, ranked RED/YELLOW by severity, with per-hang jank reasons and blocked-function attribution on Android. - Deep stack investigation: Drill into hang stacks, function callers, thread breakdowns, and leak stacks, and reload previous trace sessions for before/after comparisons after fixes. - Use Case: A user reports the app freezes when opening a large list. Start a profiling session, reproduce the interaction, stop and analyze the trace, then query the hang stacks to find the blocking function on the main thread. ## Quick Start Profile the running app on my connected Android device and show me any UI hangs or CPU hotspots.