| commit | 305b2874252ece3518e5032ac744a8fb780fe7d5 | [log] [tgz] |
|---|---|---|
| author | Pablo Gamito <pablogamito@google.com> | Fri Jul 12 17:14:01 2024 +0000 |
| committer | Pablo Gamito <pablogamito@google.com> | Tue Jul 16 16:30:43 2024 +0000 |
| tree | 1941e1f8b85f3f312b9aca0363b2633a1da5a5e4 | |
| parent | 936ecd09ae3749e60fc1826b2b29f90ac2a5918a [diff] |
Register ProtoLog groups on ShellInit instance creation We use ProtoLog before the ShellInit#init() method is called for example when registering callback for when ShellInit#init() is triggered. So we are moving the group registration earlier. Test: Build and make sure SysUI doesn't crash. Flag: EXEMPT bug fix Change-Id: Idf4d01e67d15c0caa688e2b480ba338ac8c270e1