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

Side by Side Diff: third_party/android_platform/README.chromium

Issue 1952353005: Re-land "Fix invalid using decl in bionic relocation_packer" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/android_platform/bionic/tools/relocation_packer/src/debug.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Android Platform engineering tools 1 Name: Android Platform engineering tools
2 Short Name: android platform development 2 Short Name: android platform development
3 URL: https://android.googlesource.com/platform/development 3 URL: https://android.googlesource.com/platform/development
4 Version: unknown 4 Version: unknown
5 Date: 2014/05/02 5 Date: 2014/05/02
6 Revision: 1b10ec4 6 Revision: 1b10ec4
7 License: Apache 2.0 7 License: Apache 2.0
8 License File: NOT_SHIPPED 8 License File: NOT_SHIPPED
9 Security Critical: no 9 Security Critical: no
10 10
(...skipping 21 matching lines...) Expand all
32 stack traces, as emitted by src/base/debug/stack_trace_android.cc 32 stack traces, as emitted by src/base/debug/stack_trace_android.cc
33 Added support for finding symbols when library is loaded directly from the APK. 33 Added support for finding symbols when library is loaded directly from the APK.
34 Changed the toolchain to remove references to 4.6 toolchains. 34 Changed the toolchain to remove references to 4.6 toolchains.
35 Added support for arch=x64 as an alias to arch=x86_64 35 Added support for arch=x64 as an alias to arch=x86_64
36 Added debug logging and --verbose parameter. 36 Added debug logging and --verbose parameter.
37 Used fast ELF symbolizer for symbols.py and tombstones 37 Used fast ELF symbolizer for symbols.py and tombstones
38 Used multiprocessing to pre-process logcat before symbolizing it 38 Used multiprocessing to pre-process logcat before symbolizing it
39 Added code address adjustment for the debuggerd output from pre-M Android 39 Added code address adjustment for the debuggerd output from pre-M Android
40 where relocations are packed. 40 where relocations are packed.
41 Added code to capture java stderr for better handling of native->java crashes. 41 Added code to capture java stderr for better handling of native->java crashes.
42 Fixed invalid using decl in logging header debug.h
42 43
43 Android relocation packing tool details: 44 Android relocation packing tool details:
44 Copy sources from AOSP bionic/tools/relocation_packer 45 Copy sources from AOSP bionic/tools/relocation_packer
45 Remove scripts that regenerate golden test data (not relevant here) 46 Remove scripts that regenerate golden test data (not relevant here)
46 Create a nativehelper/ScopedFd.h to satisfy inclusion from main.cc 47 Create a nativehelper/ScopedFd.h to satisfy inclusion from main.cc
47 Create gyp build 48 Create gyp build
48 Create gn build (currently packer only; no unit tests) 49 Create gn build (currently packer only; no unit tests)
49 List of bionic changes currently included: 50 List of bionic changes currently included:
50 Refresh: https://android-review.googlesource.com/#/c/143878/ 51 Refresh: https://android-review.googlesource.com/#/c/143878/
51 Refresh: https://android-review.googlesource.com/#/c/147620/ 52 Refresh: https://android-review.googlesource.com/#/c/147620/
52 https://android-review.googlesource.com/#/c/147745/ 53 https://android-review.googlesource.com/#/c/147745/
53 https://android-review.googlesource.com/#/c/148073/ 54 https://android-review.googlesource.com/#/c/148073/
54 Refresh: https://android-review.googlesource.com/#/c/151901/ 55 Refresh: https://android-review.googlesource.com/#/c/151901/
55 https://android-review.googlesource.com/#/c/149300/ 56 https://android-review.googlesource.com/#/c/149300/
56 https://android-review.googlesource.com/#/c/148822/ 57 https://android-review.googlesource.com/#/c/148822/
57 https://android-review.googlesource.com/#/c/148492/ 58 https://android-review.googlesource.com/#/c/148492/
58 https://android-review.googlesource.com/#/c/148175/ 59 https://android-review.googlesource.com/#/c/148175/
OLDNEW
« no previous file with comments | « no previous file | third_party/android_platform/bionic/tools/relocation_packer/src/debug.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698