fix crashing when service starting in isolated process #20

Merged
artem.denisov merged 2 commits from isolated_process_starting_bugfix into feature/MB-43443 2025-12-10 18:27:45 +03:00
Member
No description provided.
artem.denisov added 1 commit 2025-12-10 14:17:02 +03:00
bogdan.terehov reviewed 2025-12-10 18:07:31 +03:00
@ -57,3 +46,1 @@
Lc.e("Crashlytics initialization error! Did you forget to add\n"
+ "com.google.firebase:firebase-crashlytics\n"
+ "to your build.gradle?", error);
if (!Process.isIsolated()) {
Member

if (Process.isIsolated()) return было бы лучше

if (Process.isIsolated()) return было бы лучше
Author
Member

фикс

фикс
bogdan.terehov marked this conversation as resolved
artem.denisov added 1 commit 2025-12-10 18:24:11 +03:00
artem.denisov merged commit 67a3420c56 into feature/MB-43443 2025-12-10 18:27:45 +03:00
artem.denisov deleted branch isolated_process_starting_bugfix 2025-12-10 18:27:46 +03:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TouchInstinct/RoboSwag#20
No description provided.