Skip to content
Commit 1f33110f authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Don't cache null in getSystemService()

When Context.getSystemService(SERVICE_NAME) returns null, previously,
we remembered it and would always return null for the same service.

Now we stop doing it and always retry in the next call.

Bug: 175626705
Test: boot
Change-Id: I458e59fe2efc6278ff27d821f6ef516a48ded443
parent 583b2e50
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