标签:android style http io div sp log on c
通过如下方法,可以直接打印出堆栈信息,方便调试:
RuntimeException here =newRuntimeException("here");
here.fillInStackTrace();
Log.i(TAG,"test", here);
标签:android style http io div sp log on c
原文地址:http://www.cnblogs.com/bianxh/p/3978804.html