Messaging: Remove unnecessary toString() and String.valueOf() calls
Change-Id: I5d5624386ba72b9e7074a7da909f78baaee73f75
This commit is contained in:
@@ -208,7 +208,7 @@ public final class Assert {
|
||||
if (caller != null) {
|
||||
// This log message can be de-obfuscated by the Proguard retrace tool, just like a
|
||||
// full stack trace from a crash.
|
||||
LogUtil.e(LogUtil.BUGLE_TAG, "\tat " + caller.toString());
|
||||
LogUtil.e(LogUtil.BUGLE_TAG, "\tat " + caller);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user