You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogFormatter: fix the storage of preferences with arbitrary key value
Both methods:
1. PrefService#putMap(String, Map<String, String>)
2. PrefService#putMap(Map<String, String>, String)
exist, but have different semantics. Previously the first method
was used, which worked only for key values starting with a slash "/".
0 commit comments