具体请参见android源码:ProcessErrorsTest.java


private String checkForProcessErrors() throws Exception {

        List errList;
        errList = mActivityManager.getProcessesInErrorState();


        // note: this contains information about each process that is currently in an error
        // condition.  if the list is empty (null) then "we're good".


        // if the list is non-empty, then it's useful to report the contents of the list
        final String reportMsg = reportListContents(errList);
        return reportMsg;
    }

更多相关文章

  1. android 源码的一些修改定制方案
  2. 源码网站推荐
  3. Android抓屏源码
  4. android查看第三方libs的jar源码
  5. View的invalidate()方法的源码分析
  6. Android高版本P/Q/R源码编译指南
  7. android lru缓存 辅助类LruCache源码解析

随机推荐

  1. ORA-27154: post/wait create failed
  2. 大数据和云计算技术周报(第104期)
  3. 《数据科学家》2016年11月,让大数据更简单
  4. 大数据和云计算技术周报(第102期)
  5. 电商数据分析:用七句话学会用数据监控类目
  6. 给非科班出身的你,推荐几本统计学图书
  7. 批量制作:疫情防控小区出入证
  8. 18个高效WPS表格技巧,值得收藏
  9. Linux中shell脚本使用
  10. 你真知道如何高效用mapPartitions吗?