下面这些数字是什么意思?(使用 LogCat 调试器捕获)
08-03 14:29:11.538: I/dalvikvm-heap(6514): Forcing collection of SoftReferences for 14337016-byte allocation
08-03 14:29:11.568: D/dalvikvm(6514): GC_BEFORE_OOM freed 10K, 6% free 115756K/121948K, paused 29ms, total 30ms
08-03 14:29:11.568: E/dalvikvm-heap(6514): Out of memory on a 14337016-byte allocation.
- 121948K 和 115756K 是什么意思?
- 为什么是 14337016 字节?它约为 14MB。不可能!我试图加载一个 14kB 大小的位图。