1
0
Fork 0
fenix/app
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
..
src Closes #6937: Disable runStorageMaintenance during startup 2019-12-17 14:24:30 -08:00
.gitignore Initializes Android project 2018-12-07 15:25:38 -05:00
build.gradle Use feature-accounts-push, which replaces feature-sendtab. 2019-12-13 16:42:28 -08:00
lint-baseline.xml Run lint for app module and set baseline 2019-12-02 14:45:34 -08:00
lint.xml Fixes #1890 - Remove unused strings (#1891) 2019-04-22 11:24:49 -07:00
metrics.yaml For #6070 Adds telemetry for enabling search suggestions in private 2019-12-04 16:44:01 -08:00
pings.yaml Add pings.yaml metadata 2019-05-20 13:26:40 -07:00
proguard-rules.pro For #4064: Update R8/ProGuard config for new Kotlin coroutines library (#7218) 2019-12-17 10:41:54 -06:00