Android Performance Use this skill to capture Android performance evidence for adb-installable apps. CPU sampling usually requires a debuggable or profileable build; frame stats, Perfetto, and logcat can still help when an app cannot be sampled. Compose with for device selection, build/install/launch, UI driving, screenshots, UI trees, and logcat capture. Core Workflow 1. Pick one focused user-visible flow. 2. Choose the trace type that matches the question. 3. Record the flow with clear start and stop boundaries. 4. Pull or copy the trace produced by that run, then generate reports from that…