commit | 5804ed79a10657843fb0c9b900054808896f1889 | [log] [tgz] |
---|---|---|
author | tomnatan <tomnatan@google.com> | Mon Oct 18 16:06:59 2021 +0000 |
committer | tomnatan <tomnatan@google.com> | Mon Oct 18 16:49:40 2021 +0000 |
tree | 53b3e6e67ea0c2f7e838c3ca4f670eda5566e944 | |
parent | 66889d3212ba8dd3ba6b844648248e6a4fe42cea [diff] |
Fix issue where NOT_VISIBLE state is sometimes not logged This happens because ActivityMetricsLogger#notifyActivityRemoved is sometimes called before ActivityMetricsLogger#logAppCompatState is called from ActivityRecord#setVisibility. Fix: 203417779 Test: atest WmTests:SizeCompatTests Change-Id: Ib49f8fd6d01a3b6b6797902e8c517b580649a7d8