菜鸟笔记7——调试方法,log

来源:互联网 发布:苹果手机修改游戏数据 编辑:程序博客网 时间:2024/05/22 03:40

logcat界面的打开:

eclipse->Window->Open Perspective->DDMS,好了能看到logcat了,在程序各处写的Log.e(TAG,"adfafewf");什么的都会在这里显示。我操他大爷找死我了

附录:DDMS 的全称是Dalvik Debug Monitor Service,是 Android 开发环境中的Dalvik虚拟机调试监控服务。它为我们提供例如:为测试设备截屏,针对特定的进程查看正在运行的线程以及堆信息、Logcat、广播状态信息、模拟电话呼叫、接收SMS、虚拟地理坐标等等。

 

API for sending log output.

Generally, use the Log.v() Log.d() Log.i() Log.w() and Log.e() methods.

The order in terms of verbosity, from least to most is ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled into an application except during development. Debug logs are compiled in but stripped at runtime. Error, warning and info logs are always kept.

Tip: A good convention is to declare a TAG constant in your class:

private static final String TAG = "MyActivity";

and use that in subsequent calls to the log methods.

Tip: Don't forget that when you make a call like

Log.v(TAG, "index=" + i);

 

public static int d (String tag, String msg)

 

Since: API Level 1

Send a DEBUG log message.

Parameters
tagUsed to identify the source of a log message. It usually identifies the class or activity where the log call occurs.msgThe message you would like logged.

 今天的几个error log:

TAG为IsiCamera2Activity的Log产生于如下片段:

        try        {          BufferedOutputStream bos = new BufferedOutputStream          (new FileOutputStream(myCaptureFile));                    /* 采用压缩转档方法 */          bm.compress(Bitmap.CompressFormat.JPEG, 80, bos);            /* 调用flush()方法,更新BufferStream */          bos.flush();                    /* 结束OutputStream */          bos.close();          /* 显示完图文件,立即重置相机,并关闭预览 */          resetCamera();                    /* 再重新启动相机继续预览 */          initCamera();        }        catch (Exception e)        {          Log.e(TAG, e.getMessage());        }


看来是onPictureTaken()下执行到照片存储的时候。出现了问题。悲剧。不知道怎么解决,留这里备忘。

删除掉照片存储的部分,不再抛出error.但是leaked memory和failed to set all parameters依然存在。继续查吧,struggle..

内存溢出?

原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 军官证解锁片丢了怎么办 六安市人民医院药品停用了怎么办 信无法寄到该怎么办 5个月的宝宝光有屎沫怎么办 胸牌的别针坏了怎么办 工资表税金扣多了怎么办? 装修公司不发放工程怎么办 公司不给开收入证明怎么办 装修公司不付工人工资怎么办 收入证明少500元怎么办 dnf二级输错了怎么办 如果受到法律的伤害怎么办 86岁了还怕死怎么办 风衣的腰带丢了怎么办 成为伪娘身上的毛怎么办 军官升不上去了怎么办 王者荣耀代练封号怎么办 cf淘宝代练封号怎么办 买音乐会的票过期怎么办 十年多年前被怨错拘留了怎么办 与室友关系闹僵怎么办 开庭后被告威胁我们证人怎么办 开车撞了豪车怎么办 我把人撞了全责怎么办 开车撞伤人没钱赔怎么办 开车撞伤无证驾驶人怎么办 开车把人撞伤了只买交强险怎么办 开车撞伤人赔不起怎么办 如果车撞死人了怎么办 给车撞了跑了怎么办 开车把人撞死了怎么办 开车把人蹭了怎么办 驾照被扣54分怎么办? 驾照被扣了12分怎么办 驾驶证丢失后被扣分怎么办 驾照扣了三十分怎么办 一次被扣了12分怎么办 驾照被扣35分后怎么办 我驾驶证扣了6分怎么办 c1驾照被扣6分怎么办 被扣了6分怎么办