Android---------------解决bug的关键点
一、抛出异常,打出异常的的堆信息
System.err.print("ceshi");
e.printStackTrace();
Log.i("ceshi", "exception "+e);
posted on 2018-11-22 00:49 zhang11111wei 阅读(127) 评论(0) 编辑 收藏 举报
一、抛出异常,打出异常的的堆信息
System.err.print("ceshi");
e.printStackTrace();
Log.i("ceshi", "exception "+e);
posted on 2018-11-22 00:49 zhang11111wei 阅读(127) 评论(0) 编辑 收藏 举报