[mob][photos] Mention OS with subject of logs sent when app is stuck on lockscreen for more than 15 seconds. This will let us identify OS when logs are not attached (#2077)

Tested if this breaks logs from getting sent. Good to go.
This commit is contained in:
Ashil
2024-06-11 15:23:38 +05:30
committed by GitHub

View File

@@ -186,7 +186,7 @@ Future<void> _init(bool isBackground, {String via = ''}) async {
if (!initComplete && !isBackground) {
sendLogsForInit(
"support@ente.io",
"Stuck on splash screen for >= 15 seconds",
"Stuck on splash screen for >= 15 seconds on ${Platform.operatingSystem}",
null,
);
}