描述
当我在运行前台服务时,MainActivity存在内存泄漏问题。
重现步骤
- 我的应用程序正在运行前台服务,所以当我重复关闭->打开操作大约30次时,会导致内存泄漏。React Native屏幕是否有销毁屏幕的选项?
- 我保持Android进程运行,但是当我正常关闭(在Android上通过滑动关闭应用程序)并重新打开应用程序时,它会增加应用程序的内存。我们有销毁它的选项吗?
React Native版本
0.73.6
受影响的平台
运行时 - Android
npx react-native info
的输出
System:
OS: macOS 14.5
CPU: (8) arm64 Apple M1
Memory: 490.44 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.13.1
path: ~/.asdf/installs/nodejs/20.13.1/bin/node
Yarn:
version: 1.22.22
path: ~/.asdf/installs/nodejs/20.13.1/bin/yarn
npm:
version: 10.5.2
path: ~/.asdf/plugins/nodejs/shims/npm
Watchman:
version: 2024.05.06.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /Users/rom/.asdf/shims/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.5
- iOS 17.5
- macOS 14.5
- tvOS 17.5
- visionOS 1.2
- watchOS 10.5
Android SDK: Not Found
IDEs:
Android Studio: 2023.3 AI-233.14808.21.2331.11842104
Xcode:
version: 15.4/15F31d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.11
path: /Users/rom/.asdf/shims/javac
Ruby:
version: 2.7.8
path: /Users/rom/.asdf/shims/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.73.6
wanted: 0.73.6
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
堆栈跟踪或日志
I don't have a stack trace because it is a memory leak
可复现问题
https://github.com/chanphiromsok/rnn-screen-leak
截图和视频
Untitled.mp4
1条答案
按热度按时间fjaof16o1#