You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously fixed in fix-crashlytics-crashes branch (merged):
Dataset.triggerDependants - Replaced list.removeAll() with safe forEach { list.remove(it) } + added Mutex for thread safety to fix
ArrayIndexOutOfBoundsException
Dataset.getStringFromPosition - Changed entries?.get() to entries?.getOrNull() to fix IndexOutOfBoundsException
EncryptedSharedPreferences - Added recovery for corrupted Android KeyStore in PreferenceManager and DatabaseKeyManager
New fixes in this branch (fix-crashlytics-crashes2):
ImmunizationFormViewModel - Changed lateinit var list to var list = emptyList() to fix crash when Android restores checkbox state before async
data loads
FormInputAdapter.validateInput - Added null guard in validation loops to prevent NullPointerException on null FormElement entries during list
diffing
AllHouseholdFragment - Added navigation destination guard to prevent double-tap crash when navigating to Household Members
AshaProfileViewModel - Initialize profileActivityCache with default when no saved record exists to fix UninitializedPropertyAccessException on
save
Crashes investigated but skipped (low impact):
WorkManager internal DB corruption — 1 device, OS-level issue
Migration DEFAULT 'undefined' in INTEGER columns — old DB versions only
Gender enum null from corrupted DB — 1 device, old version
AbhaIdRepo force-unwrap on null server response — old versions only
▎ All fixed crashes had more than 3 events and occurred on more than 2 devices.
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 6c51fa81-2e09-4360-b76d-56e30681d778
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Use the checkbox below for a quick retry:
🔍 Trigger review
✨ Finishing Touches🧪 Generate unit tests (beta)
Create PR with unit tests
Commit unit tests in branch fix-crashlytics-crashes2
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously fixed in fix-crashlytics-crashes branch (merged):
ArrayIndexOutOfBoundsException
New fixes in this branch (fix-crashlytics-crashes2):
data loads
diffing
save
Crashes investigated but skipped (low impact):
▎ All fixed crashes had more than 3 events and occurred on more than 2 devices.