mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-04 23:29:22 +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) {
|
static SDL_bool event_loop(void) {
|
||||||
|
LOGI("scrcpy initialized");
|
||||||
#ifdef CONTINUOUS_RESIZING_WORKAROUND
|
#ifdef CONTINUOUS_RESIZING_WORKAROUND
|
||||||
SDL_AddEventWatch(event_watcher, NULL);
|
SDL_AddEventWatch(event_watcher, NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue