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

Commit 9966ff4b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[PeopleService] Catch exception when failed to query call log." am: 9220245e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1878225

Change-Id: Iedf435a92edc51083030b44c4a7bc3fa293efa8b
parents 93703363 9220245e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -93,6 +93,9 @@ class CallLogQueryHelper {
                    hasResults = true;
                }
            }
        } catch (SecurityException ex) {
            Slog.e(TAG, "Query call log failed: " + ex);
            return false;
        }
        return hasResults;
    }