1
0
Fork 0
fenix/app/src/main/java
Grisha Kruglov 52334f9121 Closes #6937: Disable runStorageMaintenance during startup
This call will acquire a "write" lock at the storage layer (sqlite's reserved+),
which may interfere with migrations that run during startup as well (they need to
write to storage, and so also need to acquire a lock). If these operations clash,
we get a SQLITE_BUSY crash. For now, just disable the maintenance operation.
2019-12-17 14:24:30 -08:00
..
org/mozilla/fenix Closes #6937: Disable runStorageMaintenance during startup 2019-12-17 14:24:30 -08:00