OSDN Git Service

bringDownServiceLocked() shouldn't complain when mServicesByName...
authorMakoto Onuki <omakoto@google.com>
Fri, 28 Apr 2017 23:27:15 +0000 (16:27 -0700)
committerMakoto Onuki <omakoto@google.com>
Fri, 28 Apr 2017 23:47:49 +0000 (16:47 -0700)
commit1b9dfda1632a3666e28d193537da3c3bc8d18751
tree20fa209c16c6eceeb9005a2a27976f298abe2ece
parent2d5c0d89e5315f6e84b2d8499828235e0b0291f3
bringDownServiceLocked() shouldn't complain when mServicesByName...

doesn't contain the given record, which is what happens when this method
is called by bringUpServiceLocked().

Bug 37746449
Test: bit CtsAppTestCases:ServiceTest

Change-Id: Ie540f634a0a1d2a1f16df382f1ea09a083ffa483
services/core/java/com/android/server/am/ActiveServices.java