通过如下方法,可以直接打印出堆栈信息,方便调试:
RuntimeException here =newRuntimeException("here");
here.fillInStackTrace();
Log.i(TAG,"test", here);
时间: 2024-10-07 16:41:46
通过如下方法,可以直接打印出堆栈信息,方便调试:
RuntimeException here =newRuntimeException("here");
here.fillInStackTrace();
Log.i(TAG,"test", here);