MCPcopy Create free account
hub / github.com/afkT/DevUtils / screenrecord

Method screenrecord

lib/DevApp/src/main/java/dev/utils/app/ADBUtils.java:1552–1554  ·  view source on GitHub ↗

录制屏幕 ( 以 mp4 格式保存 ) @param path 存储路径 @return true success, false fail

(final String path)

Source from the content-addressed store, hash-verified

1550 * @return {@code true} success, {@code false} fail
1551 */
1552 public static boolean screenrecord(final String path) {
1553 return screenrecord(path, null, -1, -1);
1554 }
1555
1556 /**
1557 * 录制屏幕 ( 以 mp4 格式保存 )

Callers

nothing calls this directly

Calls 6

execCmdMethod · 0.95
eTagMethod · 0.95
isEmptyMethod · 0.45
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected