Merge "[PeopleService] Catch exception when failed to query call log."
This commit is contained in:
@@ -93,6 +93,9 @@ class CallLogQueryHelper {
|
||||
hasResults = true;
|
||||
}
|
||||
}
|
||||
} catch (SecurityException ex) {
|
||||
Slog.e(TAG, "Query call log failed: " + ex);
|
||||
return false;
|
||||
}
|
||||
return hasResults;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user