| Index: third_party/android_platform/README.chromium
|
| diff --git a/third_party/android_platform/README.chromium b/third_party/android_platform/README.chromium
|
| index a611964c1b57266f97f1de5599bc84186c29dffc..54d41774e3eca7ca956805dc45b67dfca98deb32 100644
|
| --- a/third_party/android_platform/README.chromium
|
| +++ b/third_party/android_platform/README.chromium
|
| @@ -15,14 +15,8 @@
|
|
|
| Local Modifications:
|
| Only picked the few scripts needed by chrome.
|
| -
|
| -The scripts have been modified to better suit Chromium development. Changes
|
| -include, but are not limited to, the following:
|
| -Added memoization of addr2line and objdump.
|
| -Added option to change the amount of symbolization done.
|
| Updated output directories to use environment variable.
|
| When calling addr2line, check the symbol is a file (and not a directory).
|
| Added support for parsing LOG(FATAL) and DCHECK errors and their
|
| stack traces, as emitted by src/base/debug/stack_trace_android.cc
|
| Added support for finding symbols when library is loaded directly from the APK.
|
| -Added debug logging and --verbose parameter.
|
|
|