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