如何使用android中的logcat调试程序
2个回答
展开全部
千锋扣丁学堂Android开发为您解答:
1. 打开LogCat视窗
Eclipse菜单 -> Windows -> Show View ->Other -> Android -> LogCat,在控制台窗口出现LogCat视窗。
2. 在工程中实验
界面文件中添加一个Button按钮,用于点击按钮出现Log日志信息。
<span style="font-size: 16px;"><Button android:id="@+id/bt" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Log输出" /></span>
3. 添加方法和输出
在Activity中添加为button添加事件响应.
1. 打开LogCat视窗
Eclipse菜单 -> Windows -> Show View ->Other -> Android -> LogCat,在控制台窗口出现LogCat视窗。
2. 在工程中实验
界面文件中添加一个Button按钮,用于点击按钮出现Log日志信息。
<span style="font-size: 16px;"><Button android:id="@+id/bt" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Log输出" /></span>
3. 添加方法和输出
在Activity中添加为button添加事件响应.
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询