From b8e94316e41eba72d927d5ca7d931b26139ee8ff Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 15 六月 2020 09:12:53 +0800
Subject: [PATCH] 20200612

---
 Shared.IOS/UI/Camera.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Shared.IOS/UI/Camera.cs b/Shared.IOS/UI/Camera.cs
index 7f4fba4..5c51f5f 100644
--- a/Shared.IOS/UI/Camera.cs
+++ b/Shared.IOS/UI/Camera.cs
@@ -42,7 +42,7 @@
                 tempPhoto = rotateImage(tempPhoto);
                 var width = tempPhoto.CGImage.Width;
                 var height = tempPhoto.CGImage.Height;
-                //System.Console.WriteLine("鍘熷搴�=" + width + "楂樺害=" + height);
+                //Shared.HDLUtils.WriteLine("鍘熷搴�=" + width + "楂樺害=" + height);
 
                 nfloat noScale = width / height;
                 nfloat scale = 16.0f / 9.0f;
@@ -69,7 +69,7 @@
 
 
                 // 鍏抽棴涓婁笅鏂�
-                //System.Console.WriteLine("鏀瑰彉鍚庣殑瀹藉害=" + newImage.Size.Width + "楂樺害=" + newImage.Size.Height);
+                //Shared.HDLUtils.WriteLine("鏀瑰彉鍚庣殑瀹藉害=" + newImage.Size.Width + "楂樺害=" + newImage.Size.Height);
                 string tempFilePath = System.IO.Path.Combine(Application.RootPath, _fileName);
                 NSError err = null;
                 float f = 0.1f;
@@ -89,7 +89,7 @@
                 }
                 else
                 {
-                    Console.WriteLine("淇濆瓨鍥剧墖澶�");
+                    Shared.HDLUtils.WriteLine("淇濆瓨鍥剧墖澶�");
                 }
                 newImage.Dispose();
                 _callback?.Invoke(tempFilePath);

--
Gitblit v1.8.0