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

Commit ea7999dc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents e7982e05 2d2ba9d0
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) {