tryOrIgnore

inline fun tryOrIgnore(runnable: () -> Unit)

try the code in runnable, If it runs then its perfect if its not, It won't crash your app.