Add debug log on new screenrecord execution

To easily notice problems with screenrecord execution, log every new
instance started.
hidpi
Romain Vimont 6 years ago
parent 7d67696b7e
commit 3078894d1f

@ -27,6 +27,7 @@ public class ScreenStreamerSession {
* @throws IOException if an I/O error occurred
*/
private boolean streamScreenOnce() throws IOException {
Ln.d("Recording...");
Process process = startScreenRecord();
setCurrentProcess(process);
InputStream inputStream = process.getInputStream();

Loading…
Cancel
Save