There are e.printStackTrace() method to print exceptional error, so I would like to take entire exception in String and show it by Toast.makeText
e.printStackTrace()
String
Toast.makeText
import android.util.Log; ... String stackTrace = Log.getStackTraceString(e);