mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 11:35:57 +00:00
Added a log message telling when scrcpy is initialized
This commit is contained in:
parent
3eaf39fda7
commit
0ad9dc1633
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ static SDL_bool is_apk(const char *file) {
|
|||
}
|
||||
|
||||
static SDL_bool event_loop(void) {
|
||||
LOGI("scrcpy initialized");
|
||||
#ifdef CONTINUOUS_RESIZING_WORKAROUND
|
||||
SDL_AddEventWatch(event_watcher, NULL);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue