forked from organicmaps/organicmaps
[android] Extracted MyTracker initialization in application.onCreate()
This commit is contained in:
parent
91d08848e7
commit
ba9b16f92d
1 changed files with 1 additions and 2 deletions
|
@ -176,6 +176,7 @@ public class MwmApplication extends Application
|
|||
initCrashlytics();
|
||||
initPushWoosh();
|
||||
initAppsFlyer();
|
||||
initTracker();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -201,8 +202,6 @@ public class MwmApplication extends Application
|
|||
|
||||
final boolean isInstallationIdFound = setInstallationIdToCrashlytics();
|
||||
|
||||
initTracker();
|
||||
|
||||
final String settingsPath = StorageUtils.getSettingsPath();
|
||||
mLogger.d(TAG, "onCreate(), setting path = " + settingsPath);
|
||||
final String filesPath = StorageUtils.getFilesPath();
|
||||
|
|
Loading…
Add table
Reference in a new issue