From f9c6151482a8517b66521a30d4f6a477fa606942 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Mon, 10 Jun 2024 11:56:05 +0530 Subject: [PATCH] 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 --- mobile/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/main.dart b/mobile/lib/main.dart index c9659606fb..d696c4b926 100644 --- a/mobile/lib/main.dart +++ b/mobile/lib/main.dart @@ -186,7 +186,7 @@ Future _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, ); }