mirror of
https://github.com/Genymobile/scrcpy
synced 2025-02-18 13:36:52 +00:00
Log device details on server start
This commit is contained in:
parent
e050cfdcd6
commit
4adf5fde6d
@ -16,6 +16,7 @@ public final class Server {
|
||||
}
|
||||
|
||||
private static void scrcpy(Options options) throws IOException {
|
||||
Ln.i("Device: " + Build.MANUFACTURER + " " + Build.MODEL + " (Android " + Build.VERSION.RELEASE + ")");
|
||||
final Device device = new Device(options);
|
||||
boolean tunnelForward = options.isTunnelForward();
|
||||
try (DesktopConnection connection = DesktopConnection.open(device, tunnelForward)) {
|
||||
|
Loading…
Reference in New Issue
Block a user