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

This commit is contained in:
ashilkn
2024-06-10 11:56:05 +05:30
parent 99833e287c
commit f9c6151482

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,
);
}