Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ open class FileLoggingTree(externalCacheDir: File, context: Context? = null, fil

private val LOG_TAG = FileLoggingTree::class.java.simpleName
private var logImpossible = false
private val _lastLogEntry = MutableLiveData<Event<String>>()
protected val _lastLogEntry = MutableLiveData<Event<String>>()
val lastLogEntry: LiveData<Event<String>>
get() = _lastLogEntry
}
Expand Down