diff options
author | peter.zhang <peter.zhang@spreadtrum.com> | 2019-06-13 16:39:30 +0800 |
---|---|---|
committer | peter.zhang <peter.zhang@spreadtrum.com> | 2019-06-25 11:10:25 +0800 |
commit | b0d11d1cc4d74f36a3034b04a99417966d96feeb (patch) | |
tree | d3f351c06b6c270711275b730a02e291c7bdcc24 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 56dbf7cc45a9a22289fae654f4ff435e58c14a59 (diff) |
Fix StorageManagerService linkToDeath more than one time when vold/storaged died.
Storaged and vold register Binder.linkToDeath in the same method, once one died,
the other would register Binder.linkToDeath many times. Once the other died, it
would receive binderDied callBack many times, then executing volume reset command
many times in very short time, it's a bad user experience.
Bug:135167044
Test:kill vold and storaged, just one time binderDied callBack, so just run one
time volume reset.
Change-Id: I881af5b6ce399dad39274fc2598e92a3b9f88a77
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions