mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-04 15:19:11 +00:00
Processing video sessions and sending error messages
This commit is contained in:
parent
8b9597cd59
commit
81a65c3da1
1 changed files with 1 additions and 4 deletions
|
@ -107,11 +107,8 @@ public class ScreenCapture extends SurfaceCapture {
|
||||||
boolean isFlipped = captureOrientation.isFlipped();
|
boolean isFlipped = captureOrientation.isFlipped();
|
||||||
streamer.writeVideoSession(videoSize, isFlipped, displayRotation);
|
streamer.writeVideoSession(videoSize, isFlipped, displayRotation);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Ln.e("Video Session failed to send", e);
|
||||||
}
|
}
|
||||||
// Ln.i("@@@@@@@"+(transform != null ? transform.toString():"Null"));
|
|
||||||
|
|
||||||
// Ln.i("===="+captureOrientation.isFlipped()+"=="+captureOrientation.getRotation());
|
|
||||||
// Ln.i("===="+displayInfo.getRotation()+"=="+videoSize.getWidth()+"=="+videoSize.getHeight()+"=="+locked+"==============");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue