As mentioned here: https://www.b4x.com/android/forum/t...hes-due-to-starter-service-not-running.91661/ in newer B4A versions, when the app is reopened after a long time, the Starter service fails to start. After the app launch, it takes 5-10 seconds to start the Starter service.
The crashes haven't stopped even after updating to B4A 8.30 (which was supposed to fix them).
If the user interacts with any element before that time (which, they will), the app crashes. without any error log.
More than 4,000 crashes occur every week, and a large number of users are uninstalling the app because of these crashes. This seems to happen in only my biggest project. And so, I cannot replicate the issue.
logs-
Can something be done?
Help will be really appreciated!
The crashes haven't stopped even after updating to B4A 8.30 (which was supposed to fix them).
If the user interacts with any element before that time (which, they will), the app crashes. without any error log.
More than 4,000 crashes occur every week, and a large number of users are uninstalling the app because of these crashes. This seems to happen in only my biggest project. And so, I cannot replicate the issue.
logs-
B4X:
-Start- '<---- App starts
State: 16842910
State: 16843597
-End-
Yeah, it is!
** Activity (main) Resume **
Starting Intent: no extras
#-auth_TokenAvailable, Success=true
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
Starting Intent: no extras
mobile data state: CONNECTED wifi_on: 0 server ip: 10.1.106.168
wifi ip: 127.0.0.1
InternetCommands '<----------- THE APP CRASHES HERE
Notification internal service created
*** Service (starter) Create *** '<----------- THE SERVICE STARTS AFTER THE APP CRASH
FirebaseAuth initialized
** Service (starter) Start **
mobile data state: CONNECTED wifi_on: 0 server ip: 10.1.106.168
wifi ip: 127.0.0.1
mobile data state: CONNECTED wifi_on: 0 server ip: 10.1.106.168
wifi ip: 127.0.0.1
onAuthStateChanged: com.google.firebase.auth.internal.zzj@dbcc5ee
Error getting consent state: java.lang.Exception: Unable to resolve host "adservice.google.com": No address associated with hostname
Consent state: NON_PERSONALIZED
Consent state: NON_PERSONALIZED
EU: false
Voice initialization failed
** Service (notificationservice) Start **
** Service (notificationservice) Start **
** Service (notificationservice) Start **
** Service (notificationservice) Start **
** Service (notificationservice) Start **
** Service (notificationservice) Start **
** Service (notificationservice) Start **
** Service (notificationservice) Start **
Can something be done?
Help will be really appreciated!
Last edited: