There is a difference in severity;
Log.e()
will simply log an error to the log with priority ERROR.
Log.wtf()
will log an error with priority level ASSERT, and may (depending on the system configuration) send an error report and terminate the program immediately.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…