Added version to logging

This commit is contained in:
M66B
2018-08-23 11:21:40 +00:00
parent e86a05b5da
commit 26d8772ed4
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ public class ServiceSynchronize extends LifecycleService {
@Override
public void onCreate() {
Log.i(Helper.TAG, "Service create");
Log.i(Helper.TAG, "Service create version=" + BuildConfig.VERSION_NAME);
super.onCreate();
startForeground(NOTIFICATION_SYNCHRONIZE, getNotificationService(0, 0, 0).build());