appium / appium-uiautomator2-server

Appium UiAutomator/UiObject2-based server for Android UI automation. This module is used by appium-uiautomator2-driver component
Apache License 2.0
328 stars 232 forks source link

fix: Recycling of screenshot bitmaps #609

Closed mykola-mokhnach closed 8 months ago

mykola-mokhnach commented 8 months ago

Addresses https://github.com/appium/appium-uiautomator2-server/issues/608

I turns out the Bitmap.createBitmap does not always create a new Bitmap instance and may also return the same instance that has been passed in arguments.

github-actions[bot] commented 8 months ago

:tada: This PR is included in version 6.0.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: