Release server privacy preserving download measurement
https://f-droid.org/2019/04/15/privacy-preserving-analytics.html#our-setup
We can setup something like this, including access_log
from above, and also error_log
The files we have are:
- -factory-.zip = website factory zip donwloads
- -incremental-.zip -> devices updating from one build to another. We only generate these deltas for one previous release
- -ota_update-.zip -> devices from any build to this build, only if the above build isn't found.
- *-{stable,beta} -> metadata for the particular channels, what the devices check first before downloading
- *-{stable,beta}-changelog.html -> changelog for the build
- *-{testing,otatest} -> internal testing builds
error_log
inclusion is to handle incremental updates not being found.
We can process some of all of these files, but this is basically all the files we have right now.
All filenames start with the device codename, i.e. sunfish-beta for Pixel 4a beta channel metadata.