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

Commit 1a4507cb authored by Chris Thornton's avatar Chris Thornton Committed by android-build-merger
Browse files

Merge \"Fix a few log messages that didn\'t have a space in the...

Merge \"Fix a few log messages that didn\'t have a space in the SoundTriggerTestApp\" into nyc-mr1-dev
am: ea7999dc

Change-Id: I27952804de098e92c50907d47198dd747f272e31
parents 47efffff ea7999dc
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) {