Searched refs:stackDepth (Results 1 – 1 of 1) sorted by relevance
342 int stackDepth = 2; // 0: getStackTrace(), 1: buildMetricsReportLog, 2: caller in buildMetricsReportLog() local343 String className = stacktraces[stackDepth].getClassName(); in buildMetricsReportLog()344 String methodName = stacktraces[stackDepth].getMethodName(); in buildMetricsReportLog()