摘要:
` import android.util.Log import androidx.annotation.IntRange val StackTraceTag = "stackTraceIndexed" fun whereUsed(@IntRange(from = 1, to = 10) maxTr 阅读全文
摘要:
需求:获取当前方法名 为了获取当前方法名已知的有1.堆栈获取2.通过classs 的enclosingMethod.name 比较准确的是enclosingMethod,但是为了获取这个还需要一个内部类,于是用到了Runable,但是run方法没有返回值 于是出现了神奇问题 1.照Runnable 阅读全文