Hi
in a Service i check if the Starter_Service run (if yes, use the Log Sub in Startet Service, if not, write to a File)
I use this Code:
Unfortunately Firebase Crashlytics reports an error:
Fatal Exception: java.lang.NullPointerException
Attempt to read from field 'xx.xxx.xxx.starter xx.xxx.xxx.start_backup._starter' on a null object reference
Whats wrong / what can i do?
in a Service i check if the Starter_Service run (if yes, use the Log Sub in Startet Service, if not, write to a File)
I use this Code:
B4X:
If IsPaused(Starter) Then
'Write to File
Else
Starter.Cl.Lg....'Use Startet to Log
End if
Unfortunately Firebase Crashlytics reports an error:
Fatal Exception: java.lang.NullPointerException
Attempt to read from field 'xx.xxx.xxx.starter xx.xxx.xxx.start_backup._starter' on a null object reference
Whats wrong / what can i do?