mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Omit dump of configs and databases on debug builds
They only slow down debugging process
This commit is contained in:
@@ -29,7 +29,9 @@ namespace ArchiSteamFarm {
|
||||
internal static bool IsDebugBuild => false;
|
||||
#endif
|
||||
|
||||
internal static bool IsUserDebugging => IsDebugBuild || ASF.GlobalConfig.Debug;
|
||||
internal static bool IsDebugConfigured => ASF.GlobalConfig.Debug;
|
||||
|
||||
internal static bool IsUserDebugging => IsDebugBuild || IsDebugConfigured;
|
||||
|
||||
internal sealed class DebugListener : IDebugListener {
|
||||
public void WriteLine(string category, string msg) {
|
||||
|
||||
Reference in New Issue
Block a user