Searched refs:MIN_STACK_TRACE_LENGTH (Results 1 – 1 of 1) sorted by relevance
43 private static final int MIN_STACK_TRACE_LENGTH = 7; field in Tracer260 if (stackTrace.length < MIN_STACK_TRACE_LENGTH) { in getCaller()