mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-15 19:54:28 +01:00
Log control messages in verbose mode
PR #2371 <https://github.com/Genymobile/scrcpy/pull/2371> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
committed by
Romain Vimont
parent
937fa704a6
commit
19ca02cd8f
@@ -84,6 +84,9 @@ struct control_msg {
|
||||
size_t
|
||||
control_msg_serialize(const struct control_msg *msg, unsigned char *buf);
|
||||
|
||||
void
|
||||
control_msg_log(const struct control_msg *msg);
|
||||
|
||||
void
|
||||
control_msg_destroy(struct control_msg *msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user