Index: athena/content/app_activity_registry.cc |
diff --git a/athena/content/app_activity_registry.cc b/athena/content/app_activity_registry.cc |
index 4284346a3a89604bc45ae219d62e1044f3bb7920..5a6402f0e714711f3771c0464a697ac27ca62c3f 100644 |
--- a/athena/content/app_activity_registry.cc |
+++ b/athena/content/app_activity_registry.cc |
@@ -83,6 +83,7 @@ void AppActivityRegistry::Unload() { |
// current activity. |
unloaded_activity_proxy_ = new AppActivityProxy(GetMruActivity(), this); |
ActivityManager::Get()->AddActivity(unloaded_activity_proxy_); |
+ unloaded_activity_proxy_->GetWindow()->SetName("AppActivityProxy"); |
// This function can be called through an observer call. When that happens, |
// several activities will be closed / started. That can then cause a crash. |