美文网首页
内存分析

内存分析

作者: OoYoO | 来源:发表于2019-07-15 13:58 被阅读0次
adb shell dumpsys meminf [-a] [-d] [-c] [-s] [--oom] [process]
  -a: include all available information for each process.
  -d: include dalvik details when dumping process details.
  -c: dump in a compact machine-parseable representation.
  --oom: only show processes organized by oom adj.
  --local: only collect details locally, don't call process.
  --package: interpret process arg as package, dumping all
             processes that have loaded that package.
If [process] is specified it can be the name or
pid of a specific process to dump.

相关文章

网友评论

      本文标题:内存分析

      本文链接:https://www.haomeiwen.com/subject/pagezqtx.html