commit | 0b3f96ff26536c849f959138f6add722f477fee7 | [log] [tgz] |
---|---|---|
author | Pinyao Ting <pinyaoting@google.com> | Thu May 09 20:42:00 2024 +0000 |
committer | Pinyao Ting <pinyaoting@google.com> | Thu May 09 21:20:26 2024 +0000 |
tree | eecc7a6709c9083a5ee909682fc98598f22d9216 | |
parent | f51a4c835b8e153fe0032ed2175fb84d25023332 [diff] |
Fix NPE in AppWidgetServiceImpl#maskWidgetsViewsLocked This CL added following changes: 1. Included fallback logic in maskWidgetViewLocked in case AppWidgetProviderInfo#providerInfo is null. 2. Explicitly asserts AppWidgetProviderInfo#providerInfo is non null upon assignment in debug builds to reveal the root cause why it was null in the first place. Bug: 339669351 Flag: NONE Test: manual Change-Id: I2676a62b1a6bc6c24df6900bde09711003200df5