Index: third_party/android_platform/README.chromium |
diff --git a/third_party/android_platform/README.chromium b/third_party/android_platform/README.chromium |
index 2bf9bb2245401ea45a7f8a5460258e61248c6fae..e9f3149d9ade9218430250ef855d9184dfd17cbd 100644 |
--- a/third_party/android_platform/README.chromium |
+++ b/third_party/android_platform/README.chromium |
@@ -16,4 +16,5 @@ Only picked the few scripts needed by chrome. |
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 |
+ 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. |