Logger update.

This commit is contained in:
Harry Fn Potter
2021-07-17 00:16:42 -04:00
parent 063b0d05d5
commit 20607bf3b4

View File

@@ -17,7 +17,7 @@ namespace AndroidSideloader
string newline = "\n";
if (text.Length > 40 && text.Contains("\n"))
newline += "\n\n";
try { File.AppendAllText(logfile, time + text + newline); } catch { }
try { File.AppendAllText(Properties.Settings.Default.CurrentLogTitle, time + text + newline); } catch { }
return ret;
}
return ret;