码迷,mamicode.com
首页 > 移动开发 > 详细

android 如何打印堆栈信息

时间:2014-09-18 12:50:03      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:android   style   http   io   div   sp   log   on   c   

通过如下方法,可以直接打印出堆栈信息,方便调试:

  1. RuntimeException here =newRuntimeException("here");
  2. here.fillInStackTrace();
  3. Log.i(TAG,"test", here);





android 如何打印堆栈信息

标签:android   style   http   io   div   sp   log   on   c   

原文地址:http://www.cnblogs.com/bianxh/p/3978804.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!