Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_base
/
4bafd4ddd820138d9f50b37c169e9facce6e7bb7
/
services
/
incremental
/
IncrementalService.h
4bafd4d
Proper retrying DL installation sessions.
by Alex Buynytskyy
· 4 years, 11 months ago
e76e1ef
Avoid sysfs name clashes.
by Alex Buynytskyy
· 5 years ago
0dc7772
[incremental] report new metrics from Incremental Service
by Songchun Fan
· 5 years ago
9471be5
[incremental] expose more metrics fields
by Songchun Fan
· 5 years ago
5ada150
[pm] remove incremental startable/unstartable code
by Songchun Fan
· 5 years ago
c144cc4
Installation hardening: reducing read timeout during installation.
by Alex Buynytskyy
· 5 years ago
4cd2492
[incfs] Space trimming for IncFS v1
by Yurii Zubrytskyi
· 5 years ago
9acc9ac
[incfs] Fix the mount state callbacks processing
by Yurii Zubrytskyi
· 5 years ago
50d83ff
Reduce ifs lock scope.
by Alex Buynytskyy
· 5 years ago
cb163f9
Unbind from DataLoader when not needed anymore.
by Alex Buynytskyy
· 5 years ago
f4769e2
Untangle listeners mess in IncrementalService
by Yurii Zubrytskyi
· 5 years ago
883a27a
[incfs] Call the new isFullyLoaded api where possible
by Yurii Zubrytskyi
· 5 years ago
256a1a4
[incfs] Use the new libincfs API for file status checking
by Yurii Zubrytskyi
· 5 years ago
d7aa346
Limit read log reporting to 2hrs for non-system DLs (non-adb).
by Alex Buynytskyy
· 5 years ago
7e06d71
DL lifecycle: handle slow DL binding.
by Alex Buynytskyy
· 5 years ago
1b76ccf
[incremental] expose duration since oldest pending read
by Songchun Fan
· 5 years ago
060c9d6
Potential deadlock mitigation.
by Alex Buynytskyy
· 5 years ago
b19ee3e
DataLoader lifecycle.
by Alex Buynytskyy
· 5 years ago
07694ed
Inherited installation support for Incremental.
by Alex Buynytskyy
· 5 years ago
aa8e95e
Per package read timeouts.
by Alex Buynytskyy
· 5 years ago
6944f1e
[incremental] add last pending reads info in dumpsys
by Songchun Fan
· 5 years ago
2570ec0
[incremental/pm] set health listener on commit and on reboot
by Songchun Fan
· 6 years ago
3309398
[incremental/pm] app states and transitions
by Songchun Fan
· 6 years ago
b39d13e
Installer digests for Incremental installations.
by Alex Buynytskyy
· 6 years ago
a709859
[incremental/pm] register progress listener
by Songchun Fan
· 6 years ago
bc0a7e6
Wait for APK to be fully downloaded for full APK digests.
by Alex Buynytskyy
· 6 years ago
374f765
[IncrementalService] getLoadingProgress (v1)
by Songchun Fan
· 6 years ago
3697d9e
Don't provide read logs for shell-initiated installations.
by Alex Buynytskyy
· 6 years ago
46d3ddb3
Healthcheck: proper job allocation and test.
by Alex Buynytskyy
· 6 years ago
4760d8f
Lifecycle: detecting blocked and unhealthy, part 2.
by Alex Buynytskyy
· 6 years ago
f2a6af4
Merge "[incremental] respect extractNativeLibs in native lib config" into rvc-dev
by Songchun Fan
· 6 years ago
14f6c3c
[incremental] respect extractNativeLibs in native lib config
by Songchun Fan
· 6 years ago
8ef61ae
Lifecycle: detecting blocked and unhealthy.
by Alex Buynytskyy
· 6 years ago
d0855a3
Addressing CL comments.
by Alex Buynytskyy
· 6 years ago
cca2c11
Lifecycle: detecting pending reads.
by Alex Buynytskyy
· 6 years ago
b0ea448
Additional lock to avoid access to deleted object.
by Alex Buynytskyy
· 6 years ago
7e0a1a8
Unavailable DataLoader status.
by Alex Buynytskyy
· 6 years ago
0bdbccf
Corner cases handling.
by Alex Buynytskyy
· 6 years ago
ea1390f
Keep only service binding in DataLoaderManager.
by Alex Buynytskyy
· 6 years ago
efebb45
[incfs] Use the new IncFs_MakeDirs() function
by Yurii Zubrytskyi
· 6 years ago
629051fd
[incfs] Use MountRegistry to import existing mounts on start
by Yurii Zubrytskyi
· 6 years ago
9a54579a
Cleaning up resources on mount destruction.
by Alex Buynytskyy
· 6 years ago
ab65cb1
Switching to FSM-based DL lifecycle.
by Alex Buynytskyy
· 6 years ago
0b20266
DataLoader lifecycle.
by Alex Buynytskyy
· 6 years ago
721ac4d
[incfs] Correctly wait for async .so's extraction
by Yurii Zubrytskyi
· 6 years ago
8632140
[incfs] Fix a crash in worker thread calling JNI
by Yurii Zubrytskyi
· 6 years ago
da20801
[incfs] Make native library extraction async
by Yurii Zubrytskyi
· 6 years ago
0ea4ff4
Refactor: move dataLoader details to a separate class.
by Alex Buynytskyy
· 6 years ago
b9bc1df
Merge "Uninitialized member fix :(" into rvc-dev
by TreeHugger Robot
· 6 years ago
5f9e3a0
Uninitialized member fix :(
by Alex Buynytskyy
· 6 years ago
9f16f26
Merge "Change the way how we call setStorageParams." into rvc-dev
by TreeHugger Robot
· 6 years ago
f415679
Change the way how we call setStorageParams.
by Alex Buynytskyy
· 6 years ago
c3fcae2
Merge "[incfs] Add time measurement for native libs extraction" into rvc-dev
by Yurii Zubrytskyi
· 6 years ago
3787c9f
[incfs] Add time measurement for native libs extraction
by Yurii Zubrytskyi
· 6 years ago
1d89216
Appops permission monitoring for GET_USAGE_STATS.
by Alex Buynytskyy
· 6 years ago
96e350b
Disallow read logs collection if user changes their mind.
by Alex Buynytskyy
· 6 years ago
107ae35
[incfs] fix the storage loading for existing mounts
by Yurii Zubrytskyi
· 6 years ago
5e860ba
Checking LOADER_USAGE_STATS before enabling read logs.
by Alex Buynytskyy
· 6 years ago
bf1c063
DataLoader lifecycle cleanup.
by Alex Buynytskyy
· 6 years ago
68645c4
directly call data loader manager service from incremental service
by Songchun Fan
· 6 years ago
9b75308
libincfs and libdataloader headers not using std::span
by Songchun Fan
· 6 years ago
04f7391
Incremental installations in PackageManagerShellCommand.
by Alex Buynytskyy
· 6 years ago
cd4d387
Incremental install via adb.
by Alex Buynytskyy
· 6 years ago
0f8b6fe
Incremental native lib extraction
by Songchun Fan
· 6 years ago
1a79ff6
Merge "fix dir creation mode"
by TreeHugger Robot
· 6 years ago
fb740d5
Merge "Dumpsys support for IncrementalService."
by TreeHugger Robot
· 6 years ago
18b07a4
Dumpsys support for IncrementalService.
by Alex Buynytskyy
· 6 years ago
103ba1d
more normalized path fix
by Songchun Fan
· 6 years ago
9610093
fix dir creation mode
by Songchun Fan
· 6 years ago
4a25dfb
Port the current code to new IncFS
by Yurii Zubrytskyi
· 6 years ago
3c82a30
[incremental] native implementation of Incremental Service
by Songchun Fan
· 6 years ago