commit | 5b15f9bb9dcf92340c8263c1070dac97a50599c7 | [log] [tgz] |
---|---|---|
author | Winson <winsonc@google.com> | Tue Apr 19 16:18:28 2016 -0700 |
committer | Winson <winsonc@google.com> | Tue Apr 19 16:18:28 2016 -0700 |
tree | 2d8c919d7d57815095c74135919e72a8477b07b3 | |
parent | ce9630da86342c7bf30f00d1ced34a1d051c55ba [diff] |
Fixing crash when dumping secondary SystemUI user service. - Secondary user’s SystemUI process is initialized with SERVICES_PER_USER, which is a strict subset of SERVICES, but mServices is a fixed size array that does not change, so we need to add a null check when iterating through the current list of services for the non-primary user. Bug: 28153575 Change-Id: I0a6b4726e82f2efddda358a835b1ef3d9f165375