Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在我的 android shell 环境(Android 8.1)中执行命令行时:dumpsys meminfo
我得到了输出:* SERVICE 'meminfo' DUMP TIMEOUT (10s) EXPIRED *
有没有人可以告诉我如何在不重新启动设备的情况下避免该问题?
因为我正在开发一个功能,可以在设备运行时监控所有进程的内存
Henry.Woo 说的是对的。
使用: adb shell dumpsys -t 60 meminfo