mirror of https://github.com/CrimsonTome/tldr.git
10 lines
256 B
Markdown
10 lines
256 B
Markdown
|
# screencap
|
||
|
|
||
|
> Take a screenshot of a mobile display.
|
||
|
> This command can only be used through `adb shell`.
|
||
|
> More information: <https://developer.android.com/studio/command-line/adb#screencap>.
|
||
|
|
||
|
- Take a screenshot:
|
||
|
|
||
|
`adb shell screencap {{path/to/file}}`
|