add folder attachment type

PiperOrigin-RevId: 877603768
This commit is contained in:
Anay Wadhera
2026-03-02 15:26:15 -08:00
committed by Copybara-Service
parent 2e33e009e5
commit 93cb147c82
@@ -894,6 +894,7 @@ message SharingLog {
repeated WifiCredentialsAttachment wifi_credentials_attachment = 4;
repeated AppAttachment app_attachment = 5;
repeated StreamAttachment stream_attachment = 6;
repeated FolderAttachment folder_attachment = 7;
}
message TextAttachment {
@@ -970,6 +971,8 @@ message SharingLog {
optional int64 duration_millis = 8;
}
message FolderAttachment {}
// EventType: APP_CRASH
// Used only for Nearby Share Windows App now
message AppCrash {