Skip to content

Commit

Permalink
Mention OS with subject of logs sent when app is stuck on lockscreen …
Browse files Browse the repository at this point in the history
…for more than 15 seconds. This will let us identify OS when logs are not attached
  • Loading branch information
ashilkn committed Jun 10, 2024
1 parent 99833e2 commit f9c6151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Future<void> _init(bool isBackground, {String via = ''}) async {
if (!initComplete && !isBackground) {
sendLogsForInit(
"[email protected]",
"Stuck on splash screen for >= 15 seconds",
"Stuck on splash screen for >= 15 seconds on ${Platform.operatingSystem}",
null,
);
}
Expand Down

0 comments on commit f9c6151

Please sign in to comment.