Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(10)

Side by Side Diff: README.ANDROID

Issue 633002: Fix the Android/MIPS build. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 10 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.in ('k') | android/google_breakpad/Android.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Google Breakpad for Android 1 Google Breakpad for Android
2 =========================== 2 ===========================
3 3
4 This document explains how to use the Google Breakpad client library 4 This document explains how to use the Google Breakpad client library
5 on Android, and later generate valid stack traces from the minidumps 5 on Android, and later generate valid stack traces from the minidumps
6 it generates. 6 it generates.
7 7
8 This release supports ARM and x86 based Android systems. MIPS is not 8 This release supports ARM, x86 and MIPS based Android systems.
9 currently supported by Breakpad.
10 9
11 I. Building the client library: 10 I. Building the client library:
12 =============================== 11 ===============================
13 12
14 The Android client is built as a static library that you can 13 The Android client is built as a static library that you can
15 link into your own Android native code. There are two ways to 14 link into your own Android native code. There are two ways to
16 build it: 15 build it:
17 16
18 I.1. Building with ndk-build: 17 I.1. Building with ndk-build:
19 ----------------------------- 18 -----------------------------
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 - Rebuilding the client library unit tests, and running them on a device. 129 - Rebuilding the client library unit tests, and running them on a device.
131 - Rebuilding the client library with ndk-build. 130 - Rebuilding the client library with ndk-build.
132 - Building, installing and running a test crasher program on a device. 131 - Building, installing and running a test crasher program on a device.
133 - Extracting the corresponding minidump, dumping the test program symbols 132 - Extracting the corresponding minidump, dumping the test program symbols
134 and generating a stack trace. 133 and generating a stack trace.
135 - Checking the generated stack trace for valid source locations. 134 - Checking the generated stack trace for valid source locations.
136 135
137 For more details, please run: 136 For more details, please run:
138 137
139 android/run-checks.sh --help-all 138 android/run-checks.sh --help-all
OLDNEW
« no previous file with comments | « Makefile.in ('k') | android/google_breakpad/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted