From 7d9c9442f7b362117642640bd4cf909027ff2cd8 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.comā©> Date: Tue, 4 Jul 2023 21:44:01 +0200 Subject: [PATCH] android: inform GB of end of file, activity tracks --- apps/android/boot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/android/boot.js b/apps/android/boot.js index 8917b2cd3d..9599b2d23d 100644 --- a/apps/android/boot.js +++ b/apps/android/boot.js @@ -215,6 +215,7 @@ Bluetooth.println(""); Bluetooth.println(JSON.stringify({t:"actTrk", log:event.id, line:line})); line = log.readLine(); + if (!line) {Bluetooth.println("end of recorder log");} } },