commit | 7628dc3a4b081c7715d902572b3417f2a468b2de | [log] [tgz] |
---|---|---|
author | Ibrahim Yilmaz <iyz@google.com> | Thu Apr 11 09:55:47 2024 +0000 |
committer | Ibrahim Yilmaz <iyz@google.com> | Thu Apr 11 09:58:19 2024 +0000 |
tree | 0c891710ae392a60027aeb6f0e2c0690a98b6cc5 | |
parent | 1265dc5010c68b1b3823c75b85b7e4a8dace530f [diff] |
[KeyguardMediaController] Fix activeContainer logs We had a field named activeContainer in KeyguadMediaController which is only used for logActiveMediaContainer. As this field is not calculated field. We see its value is null in logs which might cause us to draw wrong conclusions. This CL fix this. Bug: 298213983 Test: BR Flag: NONE Change-Id: I352bf6c9f8b6d263c8dcb0129af0e43a14013e05