mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-15 10:54:40 +01:00
Log SDL_WaitEvent() error
This commit is contained in:
@@ -191,6 +191,8 @@ event_loop(struct scrcpy *s) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
LOGE("SDL_WaitEvent() failed: %s", SDL_GetError());
|
||||
return SCRCPY_EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user