2

when I execute command line: dumpsys meminfo in my android shell enviroment (Android 8.1)

I got the output: * SERVICE 'meminfo' DUMP TIMEOUT (10s) EXPIRED *

Does Anyone can tell me how to avoid the issue without rebooting the device?

Because I am developing a function that monitor the memories of all processes when the device is running

Henry.Woo
  • 21
  • 1
  • 3

1 Answers1

3

Henry.Woo says is right.

use: adb shell dumpsys -t 60 meminfo

WillWolf
  • 57
  • 6