info_getAppMemory

# info_getAppMemory >i**描述:获取APP占用的内存** 函数:**public String info_getAppMemory(int pid)** >#### 代码示例 >Log.d(TAG, smdtManager. getAppMemory (android.os.Process.myPid())); |参数名/返回值| 类型 |说明 |举例| |-|-|-|-| |PID|Int|进程的ID|| |返回值|String |APP占用的内存,单位为MB||