commit | cfab7f4d5c8890f2fede5825823dcee39af2a68d | [log] [tgz] |
---|---|---|
author | Jeff Nainaparampil <jeffnainap@google.com> | Wed Dec 28 20:09:16 2022 +0000 |
committer | Jeff Nainaparampil <jeffnainap@google.com> | Wed Dec 28 20:36:54 2022 +0000 |
tree | 4b8f3da0b331aacbc92f8e7889c07b4337be0418 | |
parent | fa71876cc023e55bd939cf7f39a991abbb2eb4f9 [diff] |
[People Service] Catch possible `SQLiteException` when querying CP2 Following a similar pattern from [ValidateNotificationPeople](http://cs/android-internal/frameworks/base/services/core/java/com/android/server/notification/ValidateNotificationPeople.java;l=500-513;rcl=0741d64d094a3a075146b4e18f10e01cc5c1d8b2), we catch a possible `SQLiteException` when querying CP2 for people data that might occur when CP2 is occurring high write contention (such as during a device locale change). Bug: 252333206 Change-Id: I65190e2496fc49168048fdd34208c5d55bfb4048