Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 libgdx 用于应用程序,但 Logcat 每秒生成GC_EXTERNAL_ALLOC和GC_FOR_MALLOC记录消息。
GC_EXTERNAL_ALLOC
GC_FOR_MALLOC
这是正常的吗?我不认为这种大量的日志对系统有好处。有什么办法可以抑制这些信息?
那就是垃圾收集系统。如果您连接到 LogCat,它只会将这些消息输出,否则您不必太担心它们。