Eclipse设置logcat的缓存条数
在Eclipse中,LogCat默认显示只有5000条,所以在一些调试中,一会Log就满了。所以下面设置一下logcat的缓存条数。
在Eclipse菜单栏中,选择Window->Preferences
选择Android->Logcat,调整LogCat的数量,这里改成50000。
在Eclipse中,LogCat默认显示只有5000条,所以在一些调试中,一会Log就满了。所以下面设置一下logcat的缓存条数。
在Eclipse菜单栏中,选择Window->Preferences
选择Android->Logcat,调整LogCat的数量,这里改成50000。