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

Commit 9220245e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[PeopleService] Catch exception when failed to query call log."

parents 2df3d4e0 28367ba7
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;
    }