Android 打印堆栈被调用
android.util.Log.i(TAG, "Color:"+Log.getStackTraceString(new Exception()));
android.util.Log.i(TAG, new Throwable("stack dump"));
Android 打印堆栈被调用
android.util.Log.i(TAG, "Color:"+Log.getStackTraceString(new Exception()));
android.util.Log.i(TAG, new Throwable("stack dump"));