libcros_config: support not WARNING on missing property |
||
Issue descriptionSome GetString callers (like power_manager) may not want to treat a missing property as exceptional. This could be a e.g. `bool PropExists(name)` method or another form of GetString that treats missing props differently.
,
Jan 5 2018
I think this is for avoiding logging in that case. Ben has added a mechanism for this, so I think we can close this.
,
Jan 5 2018
https://crrev.com/c/850946 should have turned off the logging in this case, but didn't provide any way for the caller to check if the property exists.
,
Jan 5 2018
Well GetString() returns false in that case, so I think we already have that. |
||
►
Sign in to add a comment |
||
Comment 1 by la...@chromium.org
, Nov 29 2017