[RDSG] Silently report crashes for debugging
To investigate <10" devices in RDS default-on cohort, silently report
crashes for debugging when:
- Display size falls below threshold
- Display size falls into overflow bucket
Flag guarded with REQUEST_DESKTOP_SITE_DEFAULTS_LOGGING.
Bug: 1418537
Change-Id: Ib76df7c1ba146e32b6b7bac7580c157f20ccf609
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4285402
Reviewed-by: Theresa Sullivan <[email protected]>
Reviewed-by: Sirisha Kavuluru <[email protected]>
Commit-Queue: Shu Yang <[email protected]>
Code-Coverage: Findit <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1110678}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index b7aaeb3..5ed0941 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3922,6 +3922,12 @@
"Disable the request desktop site global setting if it was enabled by "
"default based on device conditions.";
+const char kRequestDesktopSiteDefaultsLoggingName[] =
+ "Silently report crashes for debugging request desktop site on Android.";
+const char kRequestDesktopSiteDefaultsLoggingDescription[] =
+ "Silently report crashes with display spec when ineligible device shows "
+ "up in cohort or device screen size exceeds threshold.";
+
const char kRequestDesktopSiteExceptionsDowngradeName[] =
"Downgrade request desktop site exceptions on Android.";
const char kRequestDesktopSiteExceptionsDowngradeDescription[] =