Added Logservice interface
This commit is contained in:
parent
f45c7ce6e3
commit
a9d18bfe01
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
package be.ugent.sel.studeez.domain
|
||||||
|
|
||||||
|
interface LogService {
|
||||||
|
fun logNonFatalCrash(throwable: Throwable)
|
||||||
|
}
|
Reference in a new issue