mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 03:25:03 +00:00
more logs
This commit is contained in:
parent
3b41c6dd62
commit
e1118e6b18
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ screen_update_content_rect(struct screen *screen) {
|
|||
/ content_size.height;
|
||||
rect->x = (drawable_size.width - rect->w) / 2;
|
||||
}
|
||||
|
||||
LOGI(" --> rect (%d, %d) %dx%d", rect->x, rect->y, rect->w, rect->h);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue