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

Skip to content
Commit c964dea1 authored by Song Chun Fan's avatar Song Chun Fan
Browse files

[SettingsProvider] change the log level of failed writes from WTF to E

Occasionally a super long setting was set in SettingsProvider (even though we already have a length restriction for most of the settings, sometimes the encoded setting length is still too long), which causes the serialization to fail when SettingsProvider writes it to disk. In that case, SettingProvider handles it gracefully by restoring to the old state and removing the invalid setting. Since this is an expected error that is already handled in the code, and is known to happen in the wild, change the log level from WTF from E.

Change-Id: I01b53888d183147772b1cf3de0bc2605f774f9ea
Test: na
BUG: 330914815
parent 6b84cac9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment