[go: nahoru, domu]

Skip to content

Commit

Permalink
Enable crash logging in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Mar 7, 2024
1 parent a97aac6 commit 8485001
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ class WPCrashLoggingDataProvider @Inject constructor(
override val applicationContextProvider = MutableStateFlow<Map<String, String>>(emptyMap())

override fun crashLoggingEnabled(): Boolean {
if (buildConfig.isDebug()) {
/*if (buildConfig.isDebug()) {
return false
}
}*/

val hasUserAllowedReporting = sharedPreferences.getBoolean(
resourceProvider.getString(R.string.pref_key_send_crash),
Expand Down

0 comments on commit 8485001

Please sign in to comment.