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

Unified Diff: components/browser_watcher/stability_report.proto

Issue 2649773008: Collect module information from the stability file (Closed)
Patch Set: YA signed/unsigned Created 3 years, 11 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 | « components/browser_watcher/postmortem_report_collector_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/stability_report.proto
diff --git a/components/browser_watcher/stability_report.proto b/components/browser_watcher/stability_report.proto
index 1d1897fb7ef645921abb5bcbe96162db6706dfab..72c8fc20c1bb15452276888be525d1d8eda3b061 100644
--- a/components/browser_watcher/stability_report.proto
+++ b/components/browser_watcher/stability_report.proto
@@ -15,7 +15,7 @@ message SystemState {
// TODO(manzagop): flesh out.
}
-// Next id: 8
+// Next id: 10
message CodeModule {
// The base address of this code module as it was loaded by the process.
optional int64 base_address = 1;
@@ -49,6 +49,11 @@ message CodeModule {
// A human-readable representation of the code module's version.
optional string version = 7;
+
+ optional int64 shrink_down_delta = 8;
+
+ // Whether the module was still loaded into memory.
+ optional bool is_unloaded = 9;
}
// A typed value holds values of interest or references to such values.
« no previous file with comments | « components/browser_watcher/postmortem_report_collector_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698