Chihwei
Lurker
Hi all,
When I am developing my app, I usually check memory with "adb shell dumpsys meminfo <app pkg name>".
Recently I found some weird results with option "--local", the TOTAL numbers from cmd w/ "--local" or w/o "--local" are not the same. It seems because of "SwapPss Dirty".
Anyway, in help, it says " --local: only collect details locally, don't call process.", and I still can't figure out.
Could anyone help to answer more details?
Thanks so much.
Chihwei
When I am developing my app, I usually check memory with "adb shell dumpsys meminfo <app pkg name>".
Recently I found some weird results with option "--local", the TOTAL numbers from cmd w/ "--local" or w/o "--local" are not the same. It seems because of "SwapPss Dirty".
Anyway, in help, it says " --local: only collect details locally, don't call process.", and I still can't figure out.
Could anyone help to answer more details?
Thanks so much.
Chihwei