Skip to content

Commit

Permalink
Add start application state to crash reports. (youtube#1760)
Browse files Browse the repository at this point in the history
b/302372195

Change-Id: I6ee7f6b5978b9e17d1e2c28c5a1a42f376204948
  • Loading branch information
briantting authored Oct 10, 2023
1 parent 8bbeeec commit 2484147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cobalt/browser/application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,8 @@ Application::Application(const base::Closure& quit_closure, bool should_preload,
base::TimeDelta::FromSeconds(duration_in_seconds));
}
#endif // ENABLE_DEBUG_COMMAND_LINE_SWITCHES

AddCrashLogApplicationState(base::kApplicationStateStarted);
}

Application::~Application() {
Expand Down

0 comments on commit 2484147

Please sign in to comment.