commit | d7cd8eda88f063aa9946d7b1586f61d79b789bd9 | [log] [tgz] |
---|---|---|
author | Riddle Hsu <riddlehsu@google.com> | Tue Jul 16 18:19:01 2019 +0800 |
committer | Riddle Hsu <riddlehsu@google.com> | Tue Jul 16 20:57:29 2019 +0800 |
tree | 9ba6092fab09976f1e2d69d82fa9d303307aa8b7 | |
parent | d1552e36f4aa20ac240e2d72ae26f30e51f03787 [diff] |
Don't hold lock when dumping activities of app side Although TransferPipe has a 5s timeout, there may have several activities take long time do dump that may lead to system no response. Fix: 135770637 Test: Launch an activity which overrides Activity#dump and sleeps 5s in the dump method. Enter command: "adb shell dumpsys activity all", then check the interaction with system UI is still responsive. Change-Id: Id81463eee0178065a0fb982a6e599bee5f15dd81