标签:
在程序打印日志,看打印到哪个地方出错的,然后用排除发寻找bug
程序中:
public PullToRefreshListView(Context context) { this(context, null); Log.v("article", "article1"); }
查找报错的方法
原文地址:http://www.cnblogs.com/snower/p/4242011.html