android13/external/perfetto/infra/perfetto-get.appspot.com
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
Makefile initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
app.yaml initial 2024-06-22 20:45:49 +08:00
index.yaml initial 2024-06-22 20:45:49 +08:00
main.py initial 2024-06-22 20:45:49 +08:00

README.md

This folder contains the sources for the https://get.perfetto.dev/XXX web service.

This service simply proxies request of the form

https://get.perfetto.dev/XXX

to the raw content of the files hosted on AOSP Gerrit, e.g.:

https://android.googlesource.com/platform/external/perfetto/+/master/XXX

See main.py for the dictionary that maps /XXX into the actual path in the perfetto repository.