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

Commit 55c7de1e 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:...

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

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

Change-Id: I27ebe65926e140da27352646073dc8a936008e14
parents 33524eb0 8d57a8c7
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;
    }