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 b58c2ec commit 828189eCopy full SHA for 828189e
analytics/src/analytics_windows.cc
@@ -192,6 +192,7 @@ HMODULE VerifyAndLoadAnalyticsLibrary(
192
}
193
if (expected_hash == nullptr || expected_hash_size == 0) {
194
// Don't check the hash, just load the library.
195
+ LogWarning(LOG_TAG "No hash provided, using unverified Analytics DLL.")
196
return LoadLibraryW(library_filename);
197
198
0 commit comments