Add debug log on new screenrecord execution
To easily notice problems with screenrecord execution, log every new instance started.
This commit is contained in:
parent
7d67696b7e
commit
3078894d1f
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue