commit | d79d0d736ce0a544875d240dff1638f3c89c487d | [log] [tgz] |
---|---|---|
author | Kevin Jeon <kevinjeon@google.com> | Tue May 03 21:49:19 2022 +0000 |
committer | Kevin Jeon <kevinjeon@google.com> | Mon May 16 15:24:35 2022 +0000 |
tree | 18d18ebe8bca50994237177a895767749f65d7ee | |
parent | 09dd375de7f876bb0226ede4df6fc8c30c63fd13 [diff] |
Strip verbose logs in SystemUI This change adds rules to proguard.flags to strip Log.v and Slog.v in SystemUI. This results in a 37.5KiB reduction in dex size. Stripping will only occur in user/userdebug builds; eng builds will not be affected Test: Build; check before/after .apk using ApkDiffStats. Bug: 223674938 Change-Id: I203c589ea8a856bf3dc01bc876dbd2231c336d41