Binary size reports should not contain unwind_cfi_32 |
|
Issue descriptionThis is a file that: * Is included only for Canary & Dev builds * Changes in size with every commit that affects native code. We created a quick-fix to filter out the symbol when looking at official releases: https://cs.chromium.org/chromium/src/tools/binary_size/libsupersize/static/index.html?rcl=c32044fc3ac8ac2c9d2473882819d580cad95efc&l=128 However, we also need a solution to reduce the noise it's causing for android-binary-size trybot. Proposed solution: 1) Create a GN arg that can disable it. Set it for android-binary-size & diagnose_bloat.py 2) Change official builds to measure the Stable .apk rather than the non-channel builds. |
|
►
Sign in to add a comment |
|
Comment 1 by agrieve@chromium.org
, Yesterday (38 hours ago)