android 内存占用调试

android 内存占用调试linux

在ubuntu下执行android

~/workspace/android-sdk-linux/platform-tools$shell

文件ubuntu

#!/bin/bash

while true; do
./adb shell procrank | grep "com.tiantianmini.android.browser"
sleep 1
donebash

 

此外还有可能用到的工具备ide

查看内存: cat /proc/meminfo工具

CUP占用:top -n 1 -d 1 -m 30 -tspa

详细日志:adb bugreport > /sdcard/bugreport.txt调试

错误trance:/data/anr/trance.txt日志

相关文章
相关标签/搜索