To ask you a question, there is a front-end page embedded in Android, and running it for a long time will cause the page to crash.

I would like to ask how to monitor the situation that led to the collapse of Android app, and what is the reason,

Jan.22,2022

what is the function of your page?


the reason is that the front-end logic is unreasonable, resulting in a large amount of rendering or running out of memory, and second, Android does not do memory recycling, and the resources and operations loaded at the front-end are all in the phone's memory, so the memory cannot be freed if the memory is not cleaned for a long time. If you are not familiar with native development, you can find the native to help you tune, they can monitor the amount of memory consumption.

Menu