| Index: tools/binary_size/README.md
|
| diff --git a/tools/binary_size/README.md b/tools/binary_size/README.md
|
| index 598e53d206765c1b9dbff3ad10206676f2046edb..a3af7e6b14011ce791aa4388225e264c13094f15 100644
|
| --- a/tools/binary_size/README.md
|
| +++ b/tools/binary_size/README.md
|
| @@ -11,6 +11,8 @@ symbol information parsed from a linker .map file.
|
|
|
| ### Example Usage:
|
|
|
| +Note: Supersize on Linux has known deficiencies (crbug/717550).
|
| +
|
| # Android:
|
| # Googlers:
|
| gn gen out/Release --args='is_official_build=true symbol_level=1 is_chrome_branded=true target_os="android"'
|
| @@ -110,5 +112,4 @@ Tracked in https://crbug.com/681694
|
| # Roadmap for diagnose_apk_bloat.py:
|
| 1. More `diagnose_apk_bloat.py` features:
|
|
|
| - * Add more diff types (pak files, Java symbols, native symbols).
|
| - * Support local builds for revs before supersize existed.
|
| + * Add more diff types (pak files, Java symbols).
|
|
|