Skip to content

Commit

Permalink
Also capture reload_type for debugging 1338089.
Browse files Browse the repository at this point in the history
Bug: 1338089
Change-Id: I9b89070228404158669186302e000fb0861751d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3726633
Reviewed-by: Rakina Zata Amni <[email protected]>
Commit-Queue: Fergal Daly <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1018597}
  • Loading branch information
fergald authored and Chromium LUCI CQ committed Jun 28, 2022
1 parent 07efb4f commit 9bc07e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/browser/renderer_host/back_forward_cache_metrics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ void BackForwardCacheMetrics::DidCommitNavigation(
page_store_result_->disallow_activation_reasons().size());
SCOPED_CRASH_KEY_NUMBER("BFCacheMismatch", "restore_type",
static_cast<int>(navigation->GetRestoreType()));
SCOPED_CRASH_KEY_NUMBER("BFCacheMismatch", "reload_type",
static_cast<int>(navigation->GetReloadType()));
SCOPED_CRASH_KEY_STRING256("BFCacheMismatch", "url",
navigation->GetURL().spec());
SCOPED_CRASH_KEY_STRING256(
Expand Down

0 comments on commit 9bc07e2

Please sign in to comment.