Update XLog
This commit is contained in:
@@ -37,7 +37,7 @@ class ConfiguringDialogController : DialogController() {
|
||||
.show()
|
||||
}
|
||||
}
|
||||
XLog.e("Configuration error!", e)
|
||||
XLog.tag("ConfiguringDialogController").enableStackTrace(2).e("Configuration error!", e)
|
||||
}
|
||||
launchUI {
|
||||
finish()
|
||||
|
||||
@@ -81,7 +81,7 @@ class EHConfigurator(val context: Context) {
|
||||
}
|
||||
}
|
||||
|
||||
XLog.nst().d("Hath perks: $hathPerks")
|
||||
XLog.tag("EHConfigurator").d("Hath perks: $hathPerks")
|
||||
|
||||
configure(ehSource, hathPerks)
|
||||
configure(exhSource, hathPerks)
|
||||
|
||||
Reference in New Issue
Block a user