commit | f6cf598d0325c3c96927285b22c84f042e95b6fb | [log] [tgz] |
---|---|---|
author | Matthew Fritze <mfritze@google.com> | Thu Nov 09 09:40:09 2017 -0800 |
committer | Matthew Fritze <mfritze@google.com> | Thu Nov 09 10:40:14 2017 -0800 |
tree | 90dea7ded4536e8e7d31ed015afddf652309c838 | |
parent | d0965a21e42411b26d917af2f9a92f7e04783707 [diff] |
Prevent crash in Search from Stack overflow NotificationSettingBase's getPreferenceController call is recursive with no base case which crashes search. Root cause here is that NotificationSettingsBase should not be indexed for seacrh but was probably failing the code inspection test. Added NotificationSettingsBase child classes to grandfather list of classes that should be ignored for search. Change-Id: I04ed242db3a394b88e0d0ac420aaaff6f9301cb5 Fixes: 69096424 Test: robotests