summaryrefslogtreecommitdiff
path: root/services/incremental/IncrementalService.h
AgeCommit message (Expand)Author
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 configSongchun 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() functionYurii Zubrytskyi
2020-04-22[incfs] Use MountRegistry to import existing mounts on startYurii 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 extractionYurii Zubrytskyi
2020-04-10[incfs] Fix a crash in worker thread calling JNIYurii Zubrytskyi
2020-04-10[incfs] Make native library extraction asyncYurii Zubrytskyi
2020-04-09Refactor: move dataLoader details to a separate class.Alex Buynytskyy
2020-04-08Merge "Uninitialized member fix :(" into rvc-devTreeHugger Robot
2020-04-07Uninitialized member fix :(Alex Buynytskyy
2020-04-08Merge "Change the way how we call setStorageParams." into rvc-devTreeHugger Robot
2020-04-07Change the way how we call setStorageParams.Alex Buynytskyy
2020-04-07Merge "[incfs] Add time measurement for native libs extraction" into rvc-devYurii Zubrytskyi
2020-04-07[incfs] Add time measurement for native libs extractionYurii Zubrytskyi
2020-04-06Appops permission monitoring for GET_USAGE_STATS.Alex Buynytskyy
2020-04-03Disallow read logs collection if user changes their mind.Alex Buynytskyy
2020-04-03[incfs] fix the storage loading for existing mountsYurii Zubrytskyi
2020-04-02Checking LOADER_USAGE_STATS before enabling read logs.Alex Buynytskyy
2020-03-11DataLoader lifecycle cleanup.Alex Buynytskyy
2020-03-03directly call data loader manager service from incremental serviceSongchun Fan
2020-03-03libincfs and libdataloader headers not using std::spanSongchun Fan
2020-02-11Incremental installations in PackageManagerShellCommand.Alex Buynytskyy
2020-02-10Incremental install via adb.Alex Buynytskyy
2020-02-07Incremental native lib extractionSongchun Fan
2020-02-04Merge "fix dir creation mode"TreeHugger Robot
2020-02-04Merge "Dumpsys support for IncrementalService."TreeHugger Robot
2020-02-03Dumpsys support for IncrementalService.Alex Buynytskyy
2020-02-04more normalized path fixSongchun Fan
2020-02-04fix dir creation modeSongchun Fan
2020-01-28Port the current code to new IncFSYurii Zubrytskyi
2019-12-19[incremental] native implementation of Incremental ServiceSongchun Fan