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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2130753002: Made setting lowbox token a warning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted change to logging Created 4 years, 5 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:
Download patch
« no previous file with comments | « sandbox/win/tests/common/controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fc5adae2e4e25202528f57d07bcb83fd85d19765..ebde98ee843e2654aaf97ad485dfb3048fe85131 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43928,6 +43928,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Process.Sandbox.Launch.Warning" units="GetLastError">
+ <owner>forshaw@chromium.org</owner>
+ <summary>
+ Warnings returned while launching sandboxed process on Windows. For decoding
+ error code please refer to http://goo.gl/fJJiAv. This will only be logged
+ when SpawnTarget succeeds with SBOX_ALL_OK but the last warning result does
+ not equal SBOX_ALL_OK.
+ </summary>
+</histogram>
+
+<histogram name="Process.Sandbox.Launch.WarningResultCode"
+ units="LaunchErrorCodes">
+ <owner>forshaw@chromium.org</owner>
+ <summary>
+ The warning launch error returned while launching sandboxed process on
+ Windows. This will only be logged when SpawnTarget succeeds with SBOX_ALL_OK
+ but the last warning result does not equal SBOX_ALL_OK.
+ </summary>
+</histogram>
+
<histogram name="Process.Sandbox.Lowbox.Launch.Error" units="GetLastError">
<owner>shrikant@chromium.org</owner>
<summary>
« no previous file with comments | « sandbox/win/tests/common/controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698