We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be useful to be able to record the video of the session to disk. And to be able to match the video to the logcat timestamps.
Perhaps simply running adb shell screenrecord --bugreport /sdcard/out.mp4 in parallel to scrcpy would be good enough.
adb shell screenrecord --bugreport /sdcard/out.mp4
scrcpy
The text was updated successfully, but these errors were encountered:
(closing as duplicate of #21).
Sorry, something went wrong.
This is implemented in v1.5:
scrcpy --record file.mp4
🎉
No branches or pull requests
It would be useful to be able to record the video of the session to disk. And to be able to match the video to the logcat timestamps.
Perhaps simply running
adb shell screenrecord --bugreport /sdcard/out.mp4
in parallel toscrcpy
would be good enough.The text was updated successfully, but these errors were encountered: