mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-26 17:14:36 +01:00
Add clipboard logs
Synchronizing local and device clipboards in invisible. Add INFO logs on success.
This commit is contained in:
@@ -149,6 +149,7 @@ public final class Device {
|
||||
|
||||
public void setClipboardText(String text) {
|
||||
serviceManager.getClipboardManager().setText(text);
|
||||
Ln.i("Device clipboard set");
|
||||
}
|
||||
|
||||
static Rect flipRect(Rect crop) {
|
||||
|
||||
Reference in New Issue
Block a user