Skip to content

Commit ab5697b

Browse files
authored
fix (#3636)
1 parent 4d49364 commit ab5697b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-messaging/src/main/java/com/google/firebase/messaging/MessagingAnalytics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ private static void logToFirelog(
341341
.getTransport(
342342
FirelogAnalytics.FCM_LOG_SOURCE,
343343
MessagingClientEventExtension.class,
344-
Encoding.of("src/main/proto"),
344+
Encoding.of("proto"),
345345
MessagingClientEventExtension::toByteArray)
346346
.send(
347347
Event.ofTelemetry(

0 commit comments

Comments
 (0)