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
d921e2d7a3
commit
d5d1b59b68
1 changed files with 2 additions and 0 deletions
|
@ -459,6 +459,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