Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2668)

Unified Diff: base/android/build_info.cc

Issue 2960883002: Add installer_package_name and ABI to crash report (Closed)
Patch Set: fix style Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/android/build_info.h ('k') | base/android/java/src/org/chromium/base/BuildInfo.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/build_info.cc
diff --git a/base/android/build_info.cc b/base/android/build_info.cc
index 2b527ca49c0123c2543034134757486ea9ca0262..7dd429143908a9ec59a2d64af4c388e71dd95d68 100644
--- a/base/android/build_info.cc
+++ b/base/android/build_info.cc
@@ -67,7 +67,9 @@ BuildInfo::BuildInfo(const std::vector<std::string>& params)
package_version_name_(StrDupParam(params, 10)),
android_build_fp_(StrDupParam(params, 11)),
gms_version_code_(StrDupParam(params, 12)),
- extracted_file_suffix_(params[13]),
+ installer_package_name_(StrDupParam(params, 13)),
+ abi_name_(StrDupParam(params, 14)),
+ extracted_file_suffix_(params[15]),
java_exception_info_(NULL) {}
// static
« no previous file with comments | « base/android/build_info.h ('k') | base/android/java/src/org/chromium/base/BuildInfo.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698