diff --git a/app/src/scrcpy.c b/app/src/scrcpy.c index a807aef2..15dcbc59 100644 --- a/app/src/scrcpy.c +++ b/app/src/scrcpy.c @@ -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