查找报错的方法
在程序打印日志,看打印到哪个地方出错的,然后用排除发寻找bug
程序中:
public PullToRefreshListView(Context context) {
		this(context, null);
		Log.v("article", "article1");
	}

在程序打印日志,看打印到哪个地方出错的,然后用排除发寻找bug
程序中:
public PullToRefreshListView(Context context) {
		this(context, null);
		Log.v("article", "article1");
	}

