commit | f070ae0e74beef3df32fa511228d378ad137b707 | [log] [tgz] |
---|---|---|
author | Lyn <lynhan@google.com> | Tue Mar 19 20:24:25 2024 +0000 |
committer | Lyn <lynhan@google.com> | Tue Mar 19 23:35:35 2024 +0000 |
tree | fd4cbc304d96ff1cda7d49b38e49e4aff6b5586c | |
parent | 318f3b840b67fc52257a4bdd7074cd3a125a811a [diff] |
Remove debug boolean from StackScrollAlgorithm The debug boolean is only checked from log and logView which are only used locally for debugging. Having to flip debug to true is an unnecessary extra step before writing debug logs. Remove this boolean and prefix log and logView with "debug" for clarity. Fixes: 330376903 Test: SystemUITests Change-Id: Id8de2d444806fefd04c74b90d220fc29224bb6c2