commit | f1d1cd83c2a99f41cbe5ff1579035567f2dba521 | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Fri Apr 05 16:25:10 2019 +0100 |
committer | Hector Dearman <hjd@google.com> | Fri Apr 05 15:49:49 2019 +0000 |
tree | 44e6e2ec5d37c85302377479dc8a067fe8aabc5b | |
parent | ea32fa09086cca84d3cc725a76a58de871ddd8c7 [diff] |
Rename Android kill switch Test: As follows: patch aosp/891475 patch aosp/891853 patch ag/6224352 $ adb shell walleye:/ $ ps -A | grep traced nobody 1135 1 52288 2200 0 0 S traced nobody 1136 1 52288 2256 0 0 S traced_probes walleye:/ $ settings put global sys_traced 0 walleye:/ $ ps -A | grep traced 1|walleye:/ $ walleye:/ $ settings put global sys_traced 1 1|walleye:/ $ ps -A | grep traced nobody 12386 1 52288 2208 0 0 S traced nobody 12387 1 52288 2248 0 0 S traced_probes Bug: b/71737179 Change-Id: Ia62c6c7ac08dd73cf35a9f7aabb30e1ec56ac6d7
Perfetto is an open-source project for performance instrumentation and tracing of Linux/Android/Chrome platforms and user-space apps.
See www.perfetto.dev for docs.