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

Unified Diff: chrome/browser/browser_process_impl.cc

Issue 2719813005: CrOS: Add print statements to help debug BrowserProcessImpl::Unpin crash. (Closed)
Patch Set: Whitespace. Created 3 years, 10 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
Index: chrome/browser/browser_process_impl.cc
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
index be342085d4c81cde97e4375b29079b4685152651..47ff7bc8f3b505a316bb54999db62353c4b775d8 100644
--- a/chrome/browser/browser_process_impl.cc
+++ b/chrome/browser/browser_process_impl.cc
@@ -1325,6 +1325,8 @@ void BrowserProcessImpl::Pin() {
void BrowserProcessImpl::Unpin() {
DCHECK(CalledOnValidThread());
+ LOG(ERROR) << "Unpin";
+
release_last_reference_callstack_ = base::debug::StackTrace();
shutting_down_ = true;

Powered by Google App Engine
This is Rietveld 408576698