Commit f2f4dc53 几米阳光

增加日志打印

1 个父辈 469cabf7
...@@ -141,6 +141,7 @@ namespace CodeLibrary ...@@ -141,6 +141,7 @@ namespace CodeLibrary
} }
catch (Exception ex) catch (Exception ex)
{ {
HDLogUtil.error("DecodeCode出错:" + ex.ToString());
return codeList; return codeList;
} }
} }
...@@ -199,6 +200,7 @@ namespace CodeLibrary ...@@ -199,6 +200,7 @@ namespace CodeLibrary
} }
catch (Exception ex) catch (Exception ex)
{ {
HDLogUtil.error("将BitMap转换为HObject对象出错:" + ex.ToString());
ho_Image = null; ho_Image = null;
} }
return ho_Image; return ho_Image;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!