fix: start foreground CallService crashes [WPB-24829][WPB-24840]#4820
fix: start foreground CallService crashes [WPB-24829][WPB-24840]#4820saleniuk wants to merge 5 commits into
Conversation
|
@saleniuk looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
|
@saleniuk looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
|
@saleniuk looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
|
@saleniuk looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
|
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (53.65%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #4820 +/- ##
===========================================
+ Coverage 51.11% 51.83% +0.72%
===========================================
Files 610 610
Lines 21091 21866 +775
Branches 3392 3394 +2
===========================================
+ Hits 10780 11334 +554
- Misses 9299 9516 +217
- Partials 1012 1016 +4
... and 210 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|



https://wearezeta.atlassian.net/browse/WPB-24829
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
onStartCommandto avoid any delays.StartForegroundExceptionwith some more info to be able to better investigate crashes in the future.Dependencies (Optional)
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Start a call, kill the app, open again. Disable microphone permissions and try to start or join a call. Starting the call should not crash.
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.