Dalvik 虛擬機運行時可能會進行垃圾收集(garbage-collection),但是,這並不意味著你可以忽略內存管理。作為一名 Android 應用程序開發人員,因應移動設備中更多的內存限制, 應該特別留意內存的使用。
Android開發者博客(Android Developers Blog)剛剛發布一分文章談到一些 Android SDK 中的內存分析工具,可以幫助你微調應用程序的內存使用 - 值得一看。
在文章中,展示 Allocation Tracker 和 heap dumps 如何可以幫助更加了解應用程序的內存使用情況。還展示了 Eclipse Memory Analyzer (MAT) 如何可以幫助追踪應用程序中的內存洩漏(memory leaks)。
- Android Developers Blog: Memory Analysis for Android Applications
沒有留言:
發佈留言