Skip to content

Commit 828189e

Browse files
committed
Add a warning.
1 parent b58c2ec commit 828189e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analytics/src/analytics_windows.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ HMODULE VerifyAndLoadAnalyticsLibrary(
192192
}
193193
if (expected_hash == nullptr || expected_hash_size == 0) {
194194
// Don't check the hash, just load the library.
195+
LogWarning(LOG_TAG "No hash provided, using unverified Analytics DLL.")
195196
return LoadLibraryW(library_filename);
196197
}
197198

0 commit comments

Comments
 (0)