Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d2ba9d0 authored by Chris Thornton's avatar Chris Thornton
Browse files

Fix a few log messages that didn't have a space in the SoundTriggerTestApp

Change-Id: If3b5ac6533429843d4be733bd31f2bb83e1d5971
parent 33759a99
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -645,7 +645,7 @@ public class SoundTriggerTestService extends Service {
        }

        public void onAvailabilityChanged(int status) {
            postMessage(mModelInfo.name + "Availability changed to: " + status);
            postMessage(mModelInfo.name + " availability changed to: " + status);
        }

        public void onDetected(SoundTriggerDetector.EventPayload event) {