commit | 5a2db6da7a5e659db2c87cc42fc39ecaef85b5e0 | [log] [tgz] |
---|---|---|
author | Will <wleshner@google.com> | Thu Mar 03 14:54:55 2022 -0800 |
committer | Will <wleshner@google.com> | Fri Mar 04 11:26:39 2022 -0800 |
tree | b0c5537babce271b5c97d237f030b560ef9fd3b3 | |
parent | 43be2221af0f4e959403ec489f42769b900cf46d [diff] |
Add error log for adding parented complications. Adding a complication view that already has a parent throws an IllegalStateException. This change adds an error log for that case that includes the class of the complication to make it easier to track down. The most likely cause of this is complication view reuse. Complication views should be created anew each time they are needed. Test: manually Bug: 220478774 Change-Id: Icaa070ae3c852e89e7203e4b3ff3ee42bf515ce0