Skip to content

v4.2.100

Compare
Choose a tag to compare
@kevingpqi123 kevingpqi123 released this 12 Jul 10:51
· 10 commits to release/4.2 since this release

主要修改内容:
(1)Android 平台问题修复

  • 修复多线程操作时 PAGImageView 渲染 crash
  • 修复 PAGImageView 重置资源渲染异常
  • 修复 PAGViewListener 监听多线程 crash
  • 修复 PAGView JNI 方法加载 crash

(2)iOS 平台问题修复

  • 修复 iOS 平台同时集成百度地图 SDK 时 crash 问题
  • 修复 iOS 平台 XCFramework 运行模拟器 crash 问题

(3)macOS 平台

  • 修复 macOS 平台内存泄漏问题

Main revisions:
(1)The fixes of Android platform issues

  • Fix PAGImageView rendering crash during multi-threaded operation
  • Fix PAGImageView reset resource rendering exception
  • Fix PAGViewListener listening multi-thread crash
  • Fix PAGView JNI method loading crash

(2)The fixes of iOS platform issues

  • Fix the crash issues when the iOS platform integrates Baidu Map SDK at the same time
  • Fix the crash issues of XCFramework running simulator on iOS platform

(3) macOS platform

  • Fix memory leak issue on macOS platform