зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1358043 - Produce only warning when appcache/old cache backend I/O thread can't be created for lack of resources, r=michal
This commit is contained in:
Родитель
3fb640acba
Коммит
a102a4969c
|
@ -1166,7 +1166,7 @@ nsCacheService::Init()
|
|||
rv = NS_NewNamedThread("Cache I/O",
|
||||
getter_AddRefs(mCacheIOThread));
|
||||
if (NS_FAILED(rv)) {
|
||||
MOZ_CRASH("Can't create cache IO thread");
|
||||
NS_WARNING("Can't create cache IO thread");
|
||||
}
|
||||
|
||||
rv = nsDeleteDir::Init();
|
||||
|
|
Загрузка…
Ссылка в новой задаче