Searched refs:endMethodName (Results 1 – 2 of 2) sorted by relevance
27 public final String endMethodName; field in TraceInjectionConfiguration36 endMethodName = endMethodComponents[1]; in TraceInjectionConfiguration()42 + ", endMethod=" + endMethodClass + "." + endMethodName + "}"; in toString()
107 Method trace = Method.getMethod("void " + mParams.endMethodName + " (long)"); in onFinally()