mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Fix: shorten stream sink thread name to satisfy 15-char limit
Co-authored-by: yeicor <4929005+yeicor@users.noreply.github.com>
This commit is contained in:
parent
d4e458370d
commit
2fcba7e5b3
1 changed files with 1 additions and 1 deletions
|
|
@ -719,7 +719,7 @@ error_mutex_destroy:
|
|||
bool
|
||||
sc_stream_sink_start(struct sc_stream_sink *sink) {
|
||||
bool ok = sc_thread_create(&sink->thread, run_stream_sink,
|
||||
"scrcpy-stream-sink", sink);
|
||||
"scrcpy-stream", sink);
|
||||
if (!ok) {
|
||||
LOGE("Could not start stream sink thread");
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue