projects
/
profile
/
iot
/
apps
/
dotnet
/
setting-wifi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3b8778
)
Remove unused method
44/282944/1
author
cheoleun moon
<chleun.moon@samsung.com>
Thu, 13 Oct 2022 10:46:58 +0000
(19:46 +0900)
committer
cheoleun moon
<chleun.moon@samsung.com>
Thu, 13 Oct 2022 10:47:02 +0000
(19:47 +0900)
Change-Id: I7248bda308915e4340d081902ba343a9e6509a64
SettingWiFi/SettingWiFi/Logger.cs
patch
|
blob
|
history
diff --git
a/SettingWiFi/SettingWiFi/Logger.cs
b/SettingWiFi/SettingWiFi/Logger.cs
index 92113eb35debe5b7590a1315e1e9e089d58f5e8c..777e3583ac102b8c4c07aebd4a281b88f56431a2 100644
(file)
--- a/
SettingWiFi/SettingWiFi/Logger.cs
+++ b/
SettingWiFi/SettingWiFi/Logger.cs
@@
-1,4
+1,3
@@
-using System.Diagnostics;
using System.Runtime.CompilerServices;
using Tizen;
@@
-22,10
+21,5
@@
namespace SettingWiFi
{
Log.Error(LogTag, msg, file, func, line);
}
-
- private static StackFrame GetCaller()
- {
- return new System.Diagnostics.StackTrace(1, false).GetFrame(1);
- }
}
}