进入AS自带的CMD,依次输入:

      (1)进入Android Atudio安卓的目录:

              1、H:

              2、cd AndroidStudio\sdk\platform-tools

      (2)adb shell

      (3)top -m 10 -s cpu、(-m显示最大数量,-s 按指定行排序)

      (4)dumpsys meminfo (pid),例如dumpsys meminfo 1010

              

相关文章:

  • 2021-09-19
  • 2021-12-03
  • 2022-12-23
  • 2021-12-03
  • 2021-12-10
  • 2021-11-04
  • 2021-11-23
  • 2021-11-23
猜你喜欢
  • 2021-11-23
  • 2021-06-15
  • 2021-11-04
  • 2021-12-01
  • 2021-11-23
  • 2021-11-23
相关资源
相似解决方案