2010년 3월 21일 일요일

[Android] Memory Analyzing

In order to get information about the memory usage on Android.
There are 2 useful command lines (you can invoke these command in adb shell).

1. adb shell procrank

2. adb shell dumpsys meminfo

For more detailed debugging for memory leakage, use eclipse MAT (Memory Analyzer)
About using MAT for an android app, have a look at the following blog.

http://kohlerm.blogspot.com/

댓글 없음:

댓글 쓰기