mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Added locale to Bugsnag extra
This commit is contained in:
@@ -549,6 +549,7 @@ public class Log {
|
||||
String theme = prefs.getString("theme", "blue_orange_system");
|
||||
event.addMetadata("extra", "theme", theme);
|
||||
event.addMetadata("extra", "package", BuildConfig.APPLICATION_ID);
|
||||
event.addMetadata("extra", "locale", Locale.getDefault().toString());
|
||||
}
|
||||
|
||||
return should;
|
||||
|
||||
Reference in New Issue
Block a user