0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-22 19:25:11 +00:00

log throwable

This commit is contained in:
X1nto 2020-05-21 21:05:41 +04:00
parent 1e268c9e00
commit fe7e626a84

View file

@ -8,6 +8,7 @@ import android.graphics.drawable.ColorDrawable
import android.net.Uri
import android.os.Build
import android.os.Bundle
import android.util.Log
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
@ -98,6 +99,7 @@ class UpdateCheckFragment : DialogFragment() {
},
onError = { throwable ->
checkingTxt.text = throwable.toString()
Log.e("Error", throwable.toString())
}
)
}