Skip to content
Commit 409fcc72 authored by yuxi1's avatar yuxi1 Committed by yuxi
Browse files

[Bugfix] Fix after performing adb shell am hang and kill this process, the...


[Bugfix] Fix after performing adb shell am hang and kill this process, the phone can not resume from hang state

After performing adb shell am hang and kill this process, the phone can not resume from hang state. The reason is that the IBinder object in runHang(PrintWriter pw) of ActivityManagerShellCommand.java is not the IBinder object of client.

Bug: 180949375
Fixes: 180949375

Test: Run adb shell am hang, and open some APPs, then the phone will hang. Then perform ctrl + c, the phone can resume from hang state.

Signed-off-by: default avataryuxi1 <yuxi1@xiaomi.com>
Change-Id: Ie1153df2e21fc267fd131994422b7c263a17372a
parent 9c92c37f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment