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
Environment
Describe the bug I just migrated to v 1.22, and I have the following issue (didn't have it with 1.18):
If now I relaunch scrcpy, everything works normally. It is only the 1st time that scrcpy closes The console displays: WARN: Device disconnected
Thanks
The text was updated successfully, but these errors were encountered:
Crashing when unlocking
The console displays: WARN: Device disconnected
It's not a "crash", it's an adb disconnection (every other adb connection would also close at the same time, for example adb shell or adb logcat).
adb shell
adb logcat
This probably happens because some USB mode is enabled only when unlocked (MTP, etc), so unlocking resets the USB/adb connection. See #1382 (comment)
Sorry, something went wrong.
Thanks. Please close the incident!
No branches or pull requests
Environment
Describe the bug
I just migrated to v 1.22, and I have the following issue (didn't have it with 1.18):
x scrcpy stops
If now I relaunch scrcpy, everything works normally. It is only the 1st time that scrcpy closes
The console displays: WARN: Device disconnected
Thanks
The text was updated successfully, but these errors were encountered: