File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ std::wstring Utf8ToWide(const std::string& utf8String) {
8787 wideString.resize (pos);
8888 }
8989
90-
9190 return wideString;
9291}
9392
@@ -131,12 +130,12 @@ void Initialize(const App& app) {
131130 if (!g_analytics_dll) {
132131 g_analytics_dll = LoadLibraryW (g_analytics_dll_filename.c_str ());
133132 if (g_analytics_dll) {
134- LogInfo (" Successfully loaded Analytics DLL %ls" , g_analytics_dll_filename);
133+ LogInfo (" Loaded Google Analytics DLL" );
134+ FirebaseAnalytics_LoadAnalyticsFunctions (g_analytics_dll);
135135 } else {
136- LogError ( " Failed to load Analytics DLL %ls " , g_analytics_dll_filename);
136+ // Silently fail and continue in stub mode.
137137 }
138138 }
139- FirebaseAnalytics_LoadAnalyticsFunctions (g_analytics_dll);
140139#endif
141140}
142141
You can’t perform that action at this time.
0 commit comments