You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
394 B
14 lines
394 B
4 months ago
|
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.
|