Messaging: Remove unnecessary toString() and String.valueOf() calls

Change-Id: I5d5624386ba72b9e7074a7da909f78baaee73f75
This commit is contained in:
Michael W
2024-12-26 14:55:12 +01:00
parent 21cb2b6289
commit e35d385149
18 changed files with 40 additions and 34 deletions
@@ -234,7 +234,7 @@ public class MmsHttpClient {
}
}
}
Log.v(MmsService.TAG, "HTTP: headers\n" + sb.toString());
Log.v(MmsService.TAG, "HTTP: headers\n" + sb);
}
}