We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edb5f6 commit 4e57806Copy full SHA for 4e57806
transport/transport-runtime/src/main/java/com/google/android/datatransport/runtime/logging/Logging.java
@@ -27,7 +27,7 @@ private static String getTag(String tag) {
27
if(android.os.Build.VERSION.SDK_INT < Build.VERSION_CODES.N)
28
return concatTag(LOG_PREFIX, tag);
29
30
- return MAX_LOG_TAG_SIZE_IN_SDK_N + tag;
+ return LOG_PREFIX + tag;
31
}
32
33
private static String concatTag(String prefix, String tag){
0 commit comments