Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tracer when available. #100

Merged
merged 2 commits into from
Oct 17, 2015
Merged

Conversation

yhartanto
Copy link
Contributor

No description provided.

@@ -63,7 +64,14 @@ private static void enterMethod(JoinPoint joinPoint) {
builder.append(Strings.toString(parameterValues[i]));
}
builder.append(')');
final String logtag = asTag(cls);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

@yhartanto
Copy link
Contributor Author

Sorry for the mess, I cleaned up the PR now.

JakeWharton added a commit that referenced this pull request Oct 17, 2015
@JakeWharton JakeWharton merged commit 0d09b9f into JakeWharton:master Oct 17, 2015
@JakeWharton
Copy link
Owner

Thanks! I'm crazy busy right now, but I'll try to squeeze out a release in the next two weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants