iZettle / android-html2bitmap

Generates a bitmap from html by rendering the content inside an off screen webview
MIT License
57 stars 20 forks source link

Remove log statement to prevent ConcurrentModificationException #28

Closed MarijanGazica closed 5 years ago

MarijanGazica commented 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.