Add some logs to debug issue 386
This commit is contained in:
@@ -64,6 +64,7 @@ public final class Server {
|
||||
}
|
||||
// use "adb forward" instead of "adb tunnel"? (so the server must listen)
|
||||
boolean tunnelForward = Boolean.parseBoolean(args[2]);
|
||||
Ln.d("tunnelForward = " + tunnelForward);
|
||||
options.setTunnelForward(tunnelForward);
|
||||
|
||||
if (args.length < 4) {
|
||||
@@ -105,6 +106,8 @@ public final class Server {
|
||||
}
|
||||
});
|
||||
|
||||
Ln.d("args: " + Arrays.toString(args));
|
||||
|
||||
Options options = createOptions(args);
|
||||
scrcpy(options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user