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

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

Merge "Fix NullPointerException thrown by logging" into rvc-qpr-dev

parents db092183 f6ef97cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -697,7 +697,7 @@ public class SoundTriggerService extends SystemService {
            synchronized (mLock) {
                ModuleProperties properties = mSoundTriggerHelper.getModuleProperties();
                sEventLogger.log(new SoundTriggerLogger.StringEvent(
                        "getModuleProperties(): " + properties.toString()));
                        "getModuleProperties(): " + properties));
                return properties;
            }
        }