This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuyujia-webhopper/collector/adg-linux/gen/components/services/heap_profiling/manifest.json
little_stone bd2d50cf35 code update
2022-05-05 20:41:28 +08:00

28 lines
447 B
JSON
Executable File

{
"sandbox_type": "profiling",
"display_name": "Heap Profiling Service",
"name": "heap_profiling",
"interface_provider_specs": {
"service_manager:connector": {
"requires": {
"*": [
"app"
],
"resource_coordinator": [
"heap_profiler_helper"
],
"service_manager": [
"service_manager:all_users"
]
},
"provides": {
"profiling": [
"heap_profiling.mojom.ProfilingService"
],
"heap_profiler": [
"memory_instrumentation.mojom.HeapProfiler"
]
}
}
}
}