Nicer catch all
This commit is contained in:
parent
956d555b35
commit
38f1f5f5c6
|
@ -462,8 +462,8 @@ class MediaPlayerController(
|
|||
} else {
|
||||
musicService.star(song.id, null, null)
|
||||
}
|
||||
} catch (e: java.lang.Exception) {
|
||||
Timber.e(e)
|
||||
} catch (all: Exception) {
|
||||
Timber.e(all)
|
||||
}
|
||||
}.start()
|
||||
|
||||
|
|
Loading…
Reference in New Issue