mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 03:25:03 +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();
|
||||
streamer.writeVideoSession(videoSize, isFlipped, displayRotation);
|
||||
} 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
|
||||
|
|
Loading…
Add table
Reference in a new issue