Skip to content

Shorten 'Android Notification History - Snoozed' name (Windows path length)#838

Merged
abrignoni merged 1 commit into
mainfrom
lava-batch-85
Jun 21, 2026
Merged

Shorten 'Android Notification History - Snoozed' name (Windows path length)#838
abrignoni merged 1 commit into
mainfrom
lava-batch-85

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

The framework writes each artifact's HTML using its name as the filename, so long names can contribute to Windows MAX_PATH (260) overflow on deep output paths (see the FCM Dump report-generation crash).

This shortens Android Notification History - Snoozed Notifications (52 chars) → Android Notification History - Snoozed (38), staying consistent with the sibling … - Status report. Description unchanged. No behaviour change.

Drops 'Notifications' from the Snoozed report name (52 -> 38 chars). The
framework uses the artifact name as the HTML filename, so an overly long
name can contribute to Windows MAX_PATH (260) overflow on deep output
paths. Keeps it under a safe length while staying consistent with the
sibling '- Status' report.
@abrignoni abrignoni merged commit c9dc901 into main Jun 21, 2026
2 checks passed
@abrignoni abrignoni deleted the lava-batch-85 branch June 21, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant