Added a log message telling when scrcpy is initialized

This commit is contained in:
CapsLock 2019-02-06 09:43:50 +01:00
parent 3eaf39fda7
commit 0ad9dc1633

View file

@ -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