summaryrefslogtreecommitdiff
path: root/services/incremental/IncrementalService.h
AgeCommit message (Expand)Author
2021-06-08Proper retrying DL installation sessions. Alex Buynytskyy
2021-05-08Avoid sysfs name clashes. Alex Buynytskyy
2021-05-04[incremental] report new metrics from Incremental Service Songchun Fan
2021-04-26[incremental] expose more metrics fields Songchun Fan
2021-04-16[pm] remove incremental startable/unstartable code Songchun Fan
2021-04-08Installation hardening: reducing read timeout during installation. Alex Buynytskyy
2021-03-24[incfs] Space trimming for IncFS v1 Yurii Zubrytskyi
2021-03-24[incfs] Fix the mount state callbacks processing Yurii Zubrytskyi
2021-03-23Reduce ifs lock scope. Alex Buynytskyy
2021-03-23Unbind from DataLoader when not needed anymore. Alex Buynytskyy
2021-03-19Untangle listeners mess in IncrementalService Yurii Zubrytskyi
2021-03-19[incfs] Call the new isFullyLoaded api where possible Yurii Zubrytskyi
2021-03-18[incfs] Use the new libincfs API for file status checking Yurii Zubrytskyi
2021-03-16Limit read log reporting to 2hrs for non-system DLs (non-adb). Alex Buynytskyy
2021-03-11DL lifecycle: handle slow DL binding. Alex Buynytskyy
2021-03-09[incremental] expose duration since oldest pending read Songchun Fan
2021-02-20Potential deadlock mitigation. Alex Buynytskyy
2021-02-11DataLoader lifecycle. Alex Buynytskyy
2021-01-29Inherited installation support for Incremental. Alex Buynytskyy
2021-01-12Per package read timeouts. Alex Buynytskyy
2020-11-09[incremental] add last pending reads info in dumpsys Songchun Fan
2020-10-20[incremental/pm] set health listener on commit and on reboot Songchun Fan
2020-10-01[incremental/pm] app states and transitions Songchun Fan
2020-09-21Installer digests for Incremental installations. Alex Buynytskyy
2020-09-15[incremental/pm] register progress listener Songchun Fan
2020-08-27Wait for APK to be fully downloaded for full APK digests. Alex Buynytskyy
2020-08-22[IncrementalService] getLoadingProgress (v1) Songchun Fan
2020-06-12Don't provide read logs for shell-initiated installations. Alex Buynytskyy
2020-06-01Healthcheck: proper job allocation and test. Alex Buynytskyy
2020-05-29Lifecycle: detecting blocked and unhealthy, part 2. Alex Buynytskyy
2020-05-27Merge "[incremental] respect extractNativeLibs in native lib config" into rvc... Songchun Fan
2020-05-27[incremental] respect extractNativeLibs in native lib config Songchun Fan
2020-05-26Lifecycle: detecting blocked and unhealthy. Alex Buynytskyy
2020-05-08Addressing CL comments. Alex Buynytskyy
2020-05-07Lifecycle: detecting pending reads. Alex Buynytskyy
2020-05-04Additional lock to avoid access to deleted object. Alex Buynytskyy
2020-04-29Unavailable DataLoader status. Alex Buynytskyy
2020-04-23Corner cases handling. Alex Buynytskyy
2020-04-23Keep only service binding in DataLoaderManager. Alex Buynytskyy
2020-04-22[incfs] Use the new IncFs_MakeDirs() function Yurii Zubrytskyi
2020-04-22[incfs] Use MountRegistry to import existing mounts on start Yurii Zubrytskyi
2020-04-17Cleaning up resources on mount destruction. Alex Buynytskyy
2020-04-17Switching to FSM-based DL lifecycle. Alex Buynytskyy
2020-04-14DataLoader lifecycle. Alex Buynytskyy
2020-04-13[incfs] Correctly wait for async .so's extraction Yurii Zubrytskyi
2020-04-10[incfs] Fix a crash in worker thread calling JNI Yurii Zubrytskyi
2020-04-10[incfs] Make native library extraction async Yurii Zubrytskyi
2020-04-09Refactor: move dataLoader details to a separate class. Alex Buynytskyy
2020-04-08Merge "Uninitialized member fix :(" into rvc-dev TreeHugger Robot
2020-04-07Uninitialized member fix :( Alex Buynytskyy