summaryrefslogtreecommitdiffstats
path: root/testing/android/README.chromium
diff options
context:
space:
mode:
authorjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-07 16:25:57 +0000
committerjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-07 16:25:57 +0000
commit9c320647512d68992d9c2dd9861773e81f9ead72 (patch)
treebcae5d276943a569c7c29e25042b21270bf4287b /testing/android/README.chromium
parent217e38e75177694d2210346aec51da819fa34c9b (diff)
downloadchromium_src-9c320647512d68992d9c2dd9861773e81f9ead72.zip
chromium_src-9c320647512d68992d9c2dd9861773e81f9ead72.tar.gz
chromium_src-9c320647512d68992d9c2dd9861773e81f9ead72.tar.bz2
Add native debugging support to android content shell.
How to native debug: - apply the patch listed in the code review description - adb_run_content_shell - gdb_content_shell - attach Eclipse; continue - now boom! SEGV in gdb. Sadly the native library crashes while loading so it's not registered with gdb yet (e.g no symbols or stack). This CL also adds in a file that got lost (testing/android/README.chromium). BUG= TEST= Review URL: http://codereview.chromium.org/10254028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/android/README.chromium')
-rw-r--r--testing/android/README.chromium3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/android/README.chromium b/testing/android/README.chromium
new file mode 100644
index 0000000..37186a2
--- /dev/null
+++ b/testing/android/README.chromium
@@ -0,0 +1,3 @@
+apk-based runner for Chromium unit test bundles. Many of these files
+are templates for generating an apk specific to a test bundle.
+See generate_native_test.py or discuss with OWNERS.