UI Dump
Overview
Section titled “Overview”Get the complete view hierarchy of the current screen as XML. Shows every view element with its bounds, text, content description, and state. Essential for debugging layout issues.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
compressed | boolean | No | true | Use compressed format for smaller output |
deviceId | string | No | — | Target device serial |
Examples
Section titled “Examples”Dump the UI hierarchy of the current screen
Show what’s on screen as XML
Related Tools
Section titled “Related Tools”- Screenshot — Visual capture alongside hierarchy
- Device Shell — Alternative with
uiautomator dump