Merge "Fix NullPointerException thrown by logging" into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d0efb94bb0
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user