зеркало из https://github.com/mozilla/pjs.git
Bug 618537 - Android - broadcast memory-pressure from onStop. r=mwu a=blocking-fennec
This commit is contained in:
Родитель
74e6e6bdc8
Коммит
3ee0f621a4
|
@ -234,7 +234,11 @@ nsAppShell::ProcessNextNativeEvent(PRBool mayWait)
|
|||
break;
|
||||
|
||||
case AndroidGeckoEvent::ACTIVITY_STOPPING: {
|
||||
// Do nothing yet.
|
||||
nsCOMPtr<nsIObserverService> obsServ =
|
||||
mozilla::services::GetObserverService();
|
||||
NS_NAMED_LITERAL_STRING(minimize, "heap-minimize");
|
||||
obsServ->NotifyObservers(nsnull, "memory-pressure", minimize.get());
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче