Android message is too big

I’m occasionally seeing this error message in my logs

Logger: homeassistant.components.mobile_app.notify
Source: components/mobile_app/notify.py:198
Integration: Mobile App (documentation, issues)
First occurred: 4:25:01 PM (1 occurrences)
Last logged: 4:25:01 PM

Android message is too big. This message is generated externally to Home Assistant.

As far as I can tell, I don’t see anything happening in the logbook at 4:25:01. Any ideas how to trouble shoot what this is?

looks like the notification text is too large? what notification did you send at this time?

Can you define too large? I didn’t see anything in the logbook, so I’m not sure how to find what triggered the message.

That’s a firebase error so probably some hard coded value. Android notifications can only show so much text also. There must be too much text. Can you share what you are sending?