commit | 90300de6373f25658942d87dbdb9cb8f8407bc6b | [log] [tgz] |
---|---|---|
author | Marcello Galhardo <mgalhardo@google.com> | Tue Nov 07 12:33:15 2023 +0000 |
committer | Marcello Galhardo <mgalhardo@google.com> | Tue Nov 07 14:18:42 2023 +0000 |
tree | 339b4ca60df1bab24da65e2650ce26ccba4cf214 | |
parent | ecac62c7354f8aee9af7eca4602bf2731d1a036e [diff] |
Catch any SecurityException thrown by starting a NoteTaskControllerUpdateService * If the user is stopped before NoteTaskControllerUpdateService is started, a security excepton is triggered. To avoid that, we try-catch the start method. Test: atest NoteTaskControllerTest Fixes: b/300829451 Change-Id: Ia6416267d1b6a4ebeef660f4eaca6ed7361537e9