fix: stuck on connecting vendor specific Logcat restrictions (WPB-26623)#5020
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (10.95%) 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 #5020 +/- ##
===========================================
- Coverage 49.33% 49.27% -0.07%
===========================================
Files 653 653
Lines 23512 23553 +41
Branches 3607 3615 +8
===========================================
+ Hits 11600 11606 +6
- Misses 10839 10873 +34
- Partials 1073 1074 +1
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|



https://wearezeta.atlassian.net/browse/WPB-26623
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
Some devices cannot go after login, they get stuck on connecting.
Causes (Optional)
After some research, some devices, for instance; Huawei, Honor, have some restrictions for showing logcat logs.
This lead to our starting process to be stuck in those devices, since we start logcat process in our LogWriter mechanism.
Solutions
Starting the logs, datadog (for internal), checking logs enabled config for the session, etc is extensive. We wanted at some point in the past to defer this after the splash screen, so now we do this by:
Note:
About the log restrictions of some devices:
Attachments (Optional)
Before
Screen_recording_20260701_152530.mp4
After
Screen_recording_20260701_152751.mp4
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.