mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 19:45:00 +00:00
Fixed typo.
This commit is contained in:
parent
772cc7ba00
commit
154557e72b
1 changed files with 1 additions and 2 deletions
|
@ -264,8 +264,7 @@ execute_server(struct server *server, const struct server_params *params) {
|
|||
sprintf(lock_video_orientation_string, "%"PRIi8, params->lock_video_orientation);
|
||||
sprintf(display_id_string, "%"PRIu16, params->display_id);
|
||||
const char *const cmd[] = {
|
||||
"shell",
|
||||
params->use_ssh ? "ANDROID_DATA=/data" : "UNUSED_ENV_VAR=/data",
|
||||
params->use_ssh ? "ANDROID_DATA=/data" : "shell",
|
||||
"CLASSPATH=" DEVICE_SERVER_PATH,
|
||||
"app_process",
|
||||
#ifdef SERVER_DEBUGGER
|
||||
|
|
Loading…
Add table
Reference in a new issue