Loading adb/commandline.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2009,7 +2009,7 @@ int install_multiple_app(transport_type transport, char* serial, int argc, char* } } snprintf(buf, sizeof(buf), "exec:pm install-write -S %lld %d %d_%s -", snprintf(buf, sizeof(buf), "exec:pm install-write -S %lld %d %d_%s -", sb.st_size, session_id, i, get_basename(file)); (long long int) sb.st_size, session_id, i, get_basename(file)); int localFd = adb_open(file, O_RDONLY); int localFd = adb_open(file, O_RDONLY); if (localFd < 0) { if (localFd < 0) { Loading Loading
adb/commandline.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2009,7 +2009,7 @@ int install_multiple_app(transport_type transport, char* serial, int argc, char* } } snprintf(buf, sizeof(buf), "exec:pm install-write -S %lld %d %d_%s -", snprintf(buf, sizeof(buf), "exec:pm install-write -S %lld %d %d_%s -", sb.st_size, session_id, i, get_basename(file)); (long long int) sb.st_size, session_id, i, get_basename(file)); int localFd = adb_open(file, O_RDONLY); int localFd = adb_open(file, O_RDONLY); if (localFd < 0) { if (localFd < 0) { Loading