Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: tools/binary_size/README.md

Issue 2847243005: diagnose_apk_bloat.py: fix error messages and simplify rev order. (Closed)
Patch Set: diagnose_apk_bloat.py: fix error messages and simplify rev order. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/binary_size/diagnose_apk_bloat.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « no previous file | tools/binary_size/diagnose_apk_bloat.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698