mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-17 05:24:19 +01:00
Add debug log on new screenrecord execution
To easily notice problems with screenrecord execution, log every new instance started.
This commit is contained in:
@@ -27,6 +27,7 @@ public class ScreenStreamerSession {
|
|||||||
* @throws IOException if an I/O error occurred
|
* @throws IOException if an I/O error occurred
|
||||||
*/
|
*/
|
||||||
private boolean streamScreenOnce() throws IOException {
|
private boolean streamScreenOnce() throws IOException {
|
||||||
|
Ln.d("Recording...");
|
||||||
Process process = startScreenRecord();
|
Process process = startScreenRecord();
|
||||||
setCurrentProcess(process);
|
setCurrentProcess(process);
|
||||||
InputStream inputStream = process.getInputStream();
|
InputStream inputStream = process.getInputStream();
|
||||||
|
|||||||
Reference in New Issue
Block a user