mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-10 18:06:10 +00:00
Name the spinner threads so they are easily identified
This commit is contained in:
@@ -366,6 +366,7 @@ public class MediaCodecDecoderRenderer extends VideoDecoderRenderer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
spinnerThreads[i].setName("Spinner-"+i);
|
||||||
spinnerThreads[i].setPriority(Thread.MIN_PRIORITY);
|
spinnerThreads[i].setPriority(Thread.MIN_PRIORITY);
|
||||||
spinnerThreads[i].start();
|
spinnerThreads[i].start();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user