!-- flowchart 箭头图标 勿删 --
//方法1:
try {
new Exception("print trace").printStackTrace();
} catch(Exception e) {
e.printStackTrace();
android.util.Log.e("TestTag", "Exception:" + e, e);
}
//方法1: