Commit 4a52792 1 parent 6c8d591 commit 4a52792 Copy full SHA for 4a52792
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -444,6 +444,8 @@ class ScrcpyPageState {
444
444
client . onSizeChanged ( action ( ( size ) => {
445
445
const { croppedWidth, croppedHeight, } = size ;
446
446
447
+ this . log . push ( `[client] Video size changed: ${ croppedWidth } x${ croppedHeight } ` ) ;
448
+
447
449
this . width = croppedWidth ;
448
450
this . height = croppedHeight ;
449
451
@@ -472,8 +474,8 @@ class ScrcpyPageState {
472
474
} ) ;
473
475
474
476
runInAction ( ( ) => {
475
- this . log . push ( `Server version: ${ SCRCPY_SERVER_VERSION } ` ) ;
476
- this . log . push ( `Server arguments: ${ options . formatServerArguments ( ) } ` ) ;
477
+ this . log . push ( `[client] Server version: ${ SCRCPY_SERVER_VERSION } ` ) ;
478
+ this . log . push ( `[client] Server arguments: ${ options . formatServerArguments ( ) . join ( ' ' ) } ` ) ;
477
479
} ) ;
478
480
479
481
await client . start (
You can’t perform that action at this time.
0 commit comments