mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 12:05:00 +00:00
Log server pushed
Now that "adb push" stdout is disabled, add a log to notify server pushed.
This commit is contained in:
parent
36c0d6864c
commit
e48bbb3c2c
1 changed files with 2 additions and 0 deletions
|
@ -461,6 +461,8 @@ run_server(void *data) {
|
|||
goto error_connection_failed;
|
||||
}
|
||||
|
||||
LOGI("Server pushed");
|
||||
|
||||
ok = sc_adb_tunnel_open(&server->tunnel, &server->intr, params->serial,
|
||||
params->port_range, params->force_adb_forward);
|
||||
if (!ok) {
|
||||
|
|
Loading…
Add table
Reference in a new issue