Android 打印方法调用堆栈

        RuntimeException here = new RuntimeException("here");
        here.fillInStackTrace();
        Log.w("yuge", "Called: " , here);
原文地址:https://www.cnblogs.com/caoxinyu/p/6647788.html