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

Commit 8d57a8c7 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

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

Change-Id: I9a74ae94a66c0c3a761bdc18d8be069a872c9cfc
parents 3dd1c5cf 9966ff4b
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;
    }