commit | 8229dfd13343dcc51e66358fcd8a8edece622ad2 | [log] [tgz] |
---|---|---|
author | Gustav Sennton <gsennton@google.com> | Wed Apr 03 15:15:58 2019 +0100 |
committer | Gustav Sennton <gsennton@google.com> | Wed Apr 03 15:15:58 2019 +0100 |
tree | cfac0b5eccb807fcdf24d4ba0e4a1858fda15721 | |
parent | 2a127a77fe2e85d98c6a2ab0997c7ab6fdbb9f32 [diff] |
Avoid a bunch of log spam in SmartReplyConstantsTest. DeviceConfig logs errors when trying to read e.g. an integer and the value provided isn't an integer. However, DeviceConfig avoids logging the error if the value is null. So with this CL we use null as the reset value for SmartReplyConstantsTest. Bug: 129538548 Test: atest SmartReplyConstantsTest, and check logcat for spam. Change-Id: I4c714b7e808163c20fccc5cdca734a255c698ede