简体   繁体   English

Google Play控制台发布前报告-内存

[英]Google Play Console Pre-launch report - memory

Help me understand how to interpret (and improve my app performance) using the memory chart in the Google Play Console pre-launch reports. 帮助我了解如何使用Google Play控制台发布前的报告中的内存图表来解释(并改善我的应用性能)。

在此处输入图片说明

The memory profiler in the Google Play console pre-launch report is just there to let you know if you have an obvious serious problem. Google Play控制台发布前报告中的内存分析器仅用于通知您是否存在明显的严重问题。 Eg suppose the memory usage jumped up and never came down again you might know you had a memory leak. 例如,假设内存使用率突然上升,但再也没有下降,您可能会知道内存泄漏。 The other thing it could tell you if your memory usage is much higher than it should be for your app. 另一件事是它可以告诉您内存使用率是否比应用程序高得多。 But without knowing the details of what your app does, it is hard to know how much memory it should need. 但是,如果不知道您的应用程序执行的详细信息,很难知道它需要多少内存。

In the graph you show: 在图形中显示:

  • there are no obvious quick memory leaks (jumps up without jumping down) except at startup which is expected 除了预期的启动外,没有明显的快速内存泄漏(跳跃而不会跳下来)
  • the memory usage (about 150M) seems high, but it depends what your app is doing. 内存使用量(大约150M)似乎很高,但这取决于您的应用程序在做什么。
  • the memory usage is trending upwards which might indicate an ongoing slow memory leak, but the trend is very slow 内存使用量呈上升趋势,这可能表示正在进行的内存泄漏缓慢,但是趋势非常缓慢

To investigate where your memory is going you should use a Memory profiler and one comes with Android Studio . 要调查内存的去向,您应该使用Memory profiler,Android Studio附带了它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 谷歌播放控制台的发布前报告没有开始 - Google play console's pre-launch report didn't start 我的应用在 Google Play 控制台上的原生崩溃 发布前报告详细信息 - Native crash of my app on Google play console Pre-launch report details 是什么导致 Google Play 管理中心发布前报告中显示错误? - What is causing an error showed in the Google Play Console pre-launch report? Google Play中的发布前报告中有哪些警告? - What are these warnings in the pre-launch report in google play? 在Unity中检测Google Play发布前报告 - Detect Google Play pre-launch report in Unity Google Play Store App 发布前发布报告 - Google Play Store App publich pre-launch report 是否可以忽略 Google Play 中的发布前报告错误? - Is it possible to ignore pre-launch report errors in Google Play? Google Play Pre-Launch Report Getting Security and Trust Anomaly Permission Usage issue on play billing library - Google Play Pre-Launch Report Getting Security and Trust Anomalous Permission Usage issue on play billing library 如何检测应用程序是否在 Google Play Pre-Launch 报告设备上运行? - How to detect if the app is running on Google Play Pre-Launch report devices? Google Play 启动前崩溃报告:java.lang.NoSuchMethodError - Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM