forked from recloudstream/cloudstream
make logcat multiline
This commit is contained in:
parent
ce45351399
commit
e1de73f36f
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ class SettingsUpdates : PreferenceFragmentCompat() {
|
|||
|
||||
var line: String?
|
||||
while (bufferedReader.readLine().also { line = it } != null) {
|
||||
log.append(line)
|
||||
log.append("${line}\n")
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
logError(e) // kinda ironic
|
||||
|
@ -130,4 +130,4 @@ class SettingsUpdates : PreferenceFragmentCompat() {
|
|||
return@setOnPreferenceClickListener true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue