summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorTobias Lindskog <tobias.lindskog@sony.com>2018-03-12 15:44:47 +0100
committerJulia Reynolds <juliacr@google.com>2018-04-20 13:14:35 -0400
commit33ecd1bca766416bb8e7d5bd4cdf12cc4d3d6445 (patch)
treec5edad569e03e03ee82e475fb40818a3beca852f /tools/aapt2/java/JavaClassGenerator_test.cpp
parent5e12ebfffd813fc7035c9eef60220914dc92482f (diff)
Catch double unbind of dead service
If a service receives onBindingDied after it has successfully connected once, unbindService would be called once from the onBindingDied and then again from registerServiceLocked when the service was rebound. This second attempt would typically crash. The first unbindService call has a try/catch, add one around the second call as well. Fixes: 78345567 Test: Manual. Boots and reboots without problems. Change-Id: Ie9eabbcb6ee89c05abc565427465cfd6906f3fa3 Merged-In: Ie9eabbcb6ee89c05abc565427465cfd6906f3fa3
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions