[SuperSize] Allow .map file to be absent if --java-only is specified.
SuperSize uses .map file only for native code analysis. However, previously it requires .map file always, even if native code analysis is skipped (via --java-only). This CL removes the restriction: So when using SuperSize to diagnoise Java size changes, one no longer needs to specify "generate_linker_map = true" in args.gn. Change-Id: I9cd36c16d4efe45fcee2ae7e6cea88511fa2b56c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082895Reviewed-by:Andrew Grieve <agrieve@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#746041}
Showing
Please register or sign in to comment