Closed MarijanGazica closed 5 years ago
In some rare cases, logging content.isDone() causes ConcurrentModificationException as the webViewResources is being modified and queried at the same time. As the log statement does not bring a lot of value, it has been removed.
content.isDone()
ConcurrentModificationException
webViewResources
In some rare cases, logging
content.isDone()
causesConcurrentModificationException
as thewebViewResources
is being modified and queried at the same time. As the log statement does not bring a lot of value, it has been removed.