try to fix sliding probleme

This commit is contained in:
2024-09-24 16:01:41 +02:00
parent 1c35cd1831
commit 4ee264c650
2 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ class OCRChecker {
async take_screen_shot() {
let name = this.get_file_name()
console.log("will take screenshot for " + this.device.model + ":" + this.device.serial)
console.log("name is " + name)
console.log("OCRChecker.name is " + name)
let stdout1 = await exec("adb -s " + this.device.serial + " exec-out screencap -p > " + name)
await delay(5000);
console.log(`stdout: ${stdout1}`);