commit | b4469f9e589949beeed37ae9a7b11023a1fb64a8 | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Tue Feb 19 15:55:44 2019 -0800 |
committer | Makoto Onuki <omakoto@google.com> | Wed Feb 20 10:20:31 2019 -0800 |
tree | 76fb6b804a5662596bfd32d562eeab12b001cad1 | |
parent | 32981ff4d406cd44c5e57814088028fecb9bf72f [diff] |
Add ADB command to wait for system server crash "adb shell svc system-server wait-for-crash" will block until the process dies. Bug: 124022170 Test: Manual - Run "adb shell svc system-server wait-for-crash" on multiple terminals - Make sure open FDs aren't increasing by checking /proc/`pid system_server`/fd - adb shell killall system_server - All the "adb shell svc system-server wait-for-crash" should finish. Change-Id: I203d001cd296d506ebf9f5a70b97e05e5769961a