關閉測試函式
This commit is contained in:
parent
b1ba0ed286
commit
d81c88119d
@ -236,14 +236,15 @@ namespace DualScreenDemo{
|
|||||||
isLoggedIn=false;
|
isLoggedIn=false;
|
||||||
userPhone=string.Empty;
|
userPhone=string.Empty;
|
||||||
}
|
}
|
||||||
private static int countforSearch = 0;
|
//private static int countforSearch = 0;
|
||||||
private static void writeLogforSearchTime(long elapsedMs){
|
private static void writeLogforSearchTime(long elapsedMs){
|
||||||
|
/*
|
||||||
countforSearch++;
|
countforSearch++;
|
||||||
|
|
||||||
string logFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "txt", "searchTimeLog.txt");
|
string logFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "txt", "searchTimeLog.txt");
|
||||||
string data = $"{countforSearch}, {elapsedMs} " + Environment.NewLine;
|
string data = $"{countforSearch}, {elapsedMs} " + Environment.NewLine;
|
||||||
File.AppendAllText(logFilePath, data);
|
File.AppendAllText(logFilePath, data);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AddSongCount(string id){
|
public void AddSongCount(string id){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user