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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3aa02-2ba7f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3aa02-2ba7f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?