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

Commit 72336035 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
am: 1a4507cb

Change-Id: I4579b7ecd4781d56cc86878d8c145aa11e56ea81
parents 0474f567 1a4507cb
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) {