Add debug log on new screenrecord execution

To easily notice problems with screenrecord execution, log every new
instance started.
This commit is contained in:
Romain Vimont 2018-01-23 16:18:50 +01:00
parent 7d67696b7e
commit 3078894d1f

View file

@ -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();