Log server pushed
Now that "adb push" stdout is disabled, add a log to notify server pushed.
This commit is contained in:
@@ -461,6 +461,8 @@ run_server(void *data) {
|
|||||||
goto error_connection_failed;
|
goto error_connection_failed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LOGI("Server pushed");
|
||||||
|
|
||||||
ok = sc_adb_tunnel_open(&server->tunnel, &server->intr, params->serial,
|
ok = sc_adb_tunnel_open(&server->tunnel, &server->intr, params->serial,
|
||||||
params->port_range, params->force_adb_forward);
|
params->port_range, params->force_adb_forward);
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
|
|||||||
Reference in New Issue
Block a user