King Wu
King Wu

Reputation: 387

the log of GC on Android

i face a problem on understand the GC log.

Log: GC_EXTERNAL_ALLOC freed 82K, 48% free 2829K/5379K, external 1702K/2137K, paused 28ms

Anyone can explain the meaning of the log?

Thanks.

Upvotes: 1

Views: 1600

Answers (2)

Luke Taylor
Luke Taylor

Reputation: 9599

In this Google IO I once watched I believe the presenter (Patrick Dubroy) states the different logs, and their association: Google I/O: Memory Management for Android Apps

I hope this helps.

Upvotes: 2

Alexander
Alexander

Reputation: 48262

I don't think those log messages are documented.

If you're developing with Eclipse you are supposed to use DDMS perspective | Allocation Tracker to track your memory allocations.

Upvotes: 0

Related Questions