This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
[android] Animating camera with tilt and map padding set couses big memory leaks in nativeCode leading to OOM #15411
Labels
Android
Mapbox Maps SDK for Android
Animating camera with tilt and map padding set couses big memory leaks in nativeCode.
Steps to reproduce. Profiler from Android Studio shows huge memory usage. 1 minute -> from 120MB to over 500MB in native code.
map.easeCamera(CameraUpdateFactory.newCameraPosition(cameraPosition), 1000, false)
Expected behavior
No leaks, no crashes, smooth movement
Actual behavior
Configuration
Android versions: 8.0.0
Device models: HTC U11
Mapbox SDK versions: 8.2.1
The text was updated successfully, but these errors were encountered: