简体   繁体   中英

GC_EXTERNAL_ALLOC and GC_FOR_MALLOC log messages are generated every second

I am using libgdx for an application but Logcat is generating GC_EXTERNAL_ALLOC and GC_FOR_MALLOC log messages per second.

Is this normal? I don't think this kind of large number of logs are good for the system. Is there any way to depress these messages?

That is the garbage collection system. It only puts those messages out if you are connected to LogCat otherwise you shouldn't worry too much about them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM