Skip to content

Commit

Permalink
Log device details on server start
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Mar 28, 2020
1 parent e050cfd commit 4adf5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main/java/com/genymobile/scrcpy/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ private 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)) {
Expand Down

0 comments on commit 4adf5fd

Please sign in to comment.