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

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

Issue 401003003: Stack trace support for libraries loaded directly from APKs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo in comment. Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/android_platform/development/scripts/symbol.py » ('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: 0 4 Version: 0
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
11 Description: 11 Description:
12 Android Platform engineering tools, specifically stack symbolization scripts. 12 Android Platform engineering tools, specifically stack symbolization scripts.
13 13
14 Local Modifications: 14 Local Modifications:
15 Only picked the few scripts needed by chrome. 15 Only picked the few scripts needed by chrome.
16 Updated output directories to use environment variable. 16 Updated output directories to use environment variable.
17 When calling addr2line, check the symbol is a file (and not a directory). 17 When calling addr2line, check the symbol is a file (and not a directory).
18 Added support for parsing LOG(FATAL) and DCHECK errors and their 18 Added support for parsing LOG(FATAL) and DCHECK errors and their
19 stack traces, as emitted by src/base/debug/stack_trace_android.cc 19 stack traces, as emitted by src/base/debug/stack_trace_android.cc
20 Added support for finding symbols when library is loaded directly from the APK.
OLDNEW
« no previous file with comments | « no previous file | third_party/android_platform/development/scripts/symbol.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698