We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828189e commit a10b866Copy full SHA for a10b866
analytics/src/analytics_windows.cc
@@ -260,6 +260,7 @@ HMODULE VerifyAndLoadAnalyticsLibrary(
260
expected_hash_size) != 0) {
261
LogError(LOG_TAG "Hash mismatch for Analytics DLL.");
262
} else {
263
+ LogInfo(LOG_TAG "Successfully verified Analytics DLL.");
264
// Load the library. When loading with a full path string, other
265
// directories are not searched.
266
hModule = LoadLibraryW(full_dll_path_str.c_str());
0 commit comments