Commit 51eafa5d authored by Tobias Sargeant's avatar Tobias Sargeant Committed by Commit Bot

[crash] Correct typo in build info annotation string.

Change-Id: Ifeb7b6e4c5cb71c118d8fd005fac20894ff9ba9c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594715
Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org>
Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#657723}
parent d1f626b8
......@@ -230,7 +230,7 @@ void SetBuildInfoAnnotations(std::map<std::string, std::string>* annotations) {
(*annotations)["installer_package_name"] = info->installer_package_name();
(*annotations)["abi_name"] = info->abi_name();
(*annotations)["custom_themes"] = info->custom_themes();
(*annotations)["resources_verison"] = info->resources_version();
(*annotations)["resources_version"] = info->resources_version();
(*annotations)["gms_core_version"] = info->gms_version_code();
if (info->firebase_app_id()[0] != '\0') {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment