| traced
Трассировка Тип файла: служба Рус usage: traced [option] ...
Options and arguments
--background : Exits immediately and continues running in the background
--version : print the version number and exit.
--set-socket-permissions <permissions> : sets group ownership and permission
mode bits of the producer and consumer sockets.
<permissions> format: <prod_group>:<prod_mode>:<cons_group>:<cons_mode>,
where <prod_group> is the group name for chgrp the producer socket,
<prod_mode> is the mode bits (e.g. 0660) for chmod the produce socket,
<cons_group> is the group name for chgrp the consumer socket, and
<cons_mode> is the mode bits (e.g. 0660) for chmod the consumer socket.
Example: traced --set-socket-permissions traced-producer:0660:traced-consumer:0660
starts the service and sets the group ownership of the producer and consumer
sockets to "traced-producer" and "traced-consumer", respectively. Both
producer and consumer sockets are chmod with 0660 (rw-rw----) mode bits. Комментарии Входит в PERFETTO
PERFETTO — это инструмент, который позволяет собирать информацию о производительности с устройств Android через Android Debug Bridge (ADB). Вызовите инструмент perfetto с помощью команды adb shell perfetto ....
PERFETTO использует различные источники для сбора данных о производительности вашего устройства, например:
ftrace - для получения информации от ядра
atrace - для аннотаций пользовательского пространства в сервисах и приложениях
heapprofd - для информации об использовании встроенной памяти сервисов и приложений
|
|