mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Log service life cycle
This commit is contained in:
@@ -115,7 +115,7 @@ public class ServiceSynchronize extends ServiceBase {
|
||||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
Log.i("Service create version=" + BuildConfig.VERSION_NAME);
|
||||
EntityLog.log(this, "Service create version=" + BuildConfig.VERSION_NAME);
|
||||
super.onCreate();
|
||||
startForeground(Helper.NOTIFICATION_SYNCHRONIZE, getNotificationService(null).build());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user