ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.csold mode 100755 new mode 100644
@@ -1,5 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newtonsoft.Json.Linq; @@ -18,6 +19,7 @@ /// <param name="flage">If set to <c>true</c> flage.</param> public static void DebugPrintLog(string msg, bool flage = true) { #if DEBUG if (flage == true) { if (msg.Contains("DeviceStatusReport") == false) @@ -25,6 +27,7 @@ System.Console.WriteLine(msg + " " + System.DateTime.Now.ToLongTimeString() + " " + System.DateTime.Now.Millisecond); } } #endif } /// <summary>