diff options
author | Shukang Zhou <shukang@google.com> | 2020-02-13 17:01:39 -0800 |
---|---|---|
committer | Shukang Zhou <shukang@google.com> | 2020-03-06 13:56:27 -0800 |
commit | f4ffae1055a0222398821c32fbf595c42780ff53 (patch) | |
tree | ecf127b023d448b9c66a13257d103d69dab4f4c4 /trusty/coverage/coverage.cpp | |
parent | 151e74894fe7a4163eb74a32634e377e3c558826 (diff) |
"track-app" service showing debuggable/profileable apps
Add a "track-app" service in adbd. For every debuggable or
profileable-from-shell process, ART sends related info to
adbd and adbd surfaces the info through the "track-app"
service.
The output format of "track-app" is a line summarizing
the number of reported processes, followed by a protobuf
message in human readable form. For example,
Process count: 2
process {
pid: 3307
profileable: true
architecture: "arm64"
}
process {
pid: 3341
debuggable: true
profileable: true
architecture: "arm64"
}
Bug: 149050485
Test: manually unplugged/replugged, "adb track-app",
"adb track-jdwp"
Change-Id: Id1f1a920e1afc148c7e4d2add790baab796178e1
Diffstat (limited to 'trusty/coverage/coverage.cpp')
0 files changed, 0 insertions, 0 deletions