|
|
@ -35,8 +35,8 @@ object Debug { |
|
|
|
showTime: Boolean = true, |
|
|
|
showTime: Boolean = true, |
|
|
|
state: Int = 1 |
|
|
|
state: Int = 1 |
|
|
|
) { |
|
|
|
) { |
|
|
|
if (AppConfig.checkSourceMessage) { |
|
|
|
if (AppConfig.checkSourceMessage && isChecking) { |
|
|
|
if (isChecking && sourceUrl != null && (msg ?: "").length < 30) { |
|
|
|
if (sourceUrl != null && (msg ?: "").length < 30) { |
|
|
|
var printMsg = msg ?: "" |
|
|
|
var printMsg = msg ?: "" |
|
|
|
if (isHtml) { |
|
|
|
if (isHtml) { |
|
|
|
printMsg = HtmlFormatter.format(msg) |
|
|
|
printMsg = HtmlFormatter.format(msg) |
|
|
|