diff options
author | Jack Yu <jackyu@google.com> | 2019-08-18 18:51:30 -0700 |
---|---|---|
committer | Jack Yu <jackyu@google.com> | 2019-08-22 01:41:03 -0700 |
commit | 7302b24f486b3e700a6b9e45a57119ecb63f0cce (patch) | |
tree | 394e765426e9831d5fa7aa21cd58b85d965a0bd7 /startop/scripts/lib/cmd_utils.py | |
parent | 594931f5d993106ec66768f2f08e8eedc47cc302 (diff) |
Fixed null callback issue
Fixed the vendor data/network service non-responsive
issue. The callback binder passed from frameworks
might be GC'd so that vendor data/network service skipped
calling the callback. This eventually caused data
connection state machine messed up.
Fixed by turning the weak refernce to the callback into
a strong reference. This ensure the binder alive when
vendor service needs to invoke the callback.
Test: Telephony sanity tests
Bug: 139076980
Merged-In: Ica0b7b810ffd5416ffd1b2b61f7ebc4af0dcb8ce
Change-Id: Ica0b7b810ffd5416ffd1b2b61f7ebc4af0dcb8ce
(cherry picked from commit 09ef1cb126ee59dcb4eacfc3a8afefcb0f991945)
Diffstat (limited to 'startop/scripts/lib/cmd_utils.py')
0 files changed, 0 insertions, 0 deletions