[memory-inspector] Add prebuilts for Android x86/x86_64
commit95f711c167157db7ea293571dbbdc5fa472f8868
authorprimiano <primiano@chromium.org>
Tue, 3 Feb 2015 20:16:59 +0000 (3 12:16 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 3 Feb 2015 20:18:07 +0000 (3 20:18 +0000)
tree953a2ad15360515d1e41ef21d7db2e35d4f833fc
parent34477f1239c60bf8a7e3243ad3aa6ae893072cba
[memory-inspector] Add prebuilts for Android x86/x86_64

This change also:
 - adds x86/x86_64 in the list of supported ABIs.
 - adjusts the regexp of the REST endpoints to support the emulator:
   the old regex was using \w+ to match the device serial, which
   doesn't work with the cases such as "emulator-1234".

TBR=primiano@chromium.org
BUG=

Review URL: https://codereview.chromium.org/887583004

Cr-Commit-Position: refs/heads/master@{#314396}
tools/memory_inspector/chrome_app/template/manifest.json
tools/memory_inspector/memory_inspector/backends/android_backend.py
tools/memory_inspector/memory_inspector/frontends/www_server.py
tools/memory_inspector/prebuilts/heap_dump-android-x86.sha1 [new file with mode: 0644]
tools/memory_inspector/prebuilts/heap_dump-android-x86_64.sha1 [new file with mode: 0644]
tools/memory_inspector/prebuilts/libheap_profiler-android-x86.sha1 [new file with mode: 0644]
tools/memory_inspector/prebuilts/libheap_profiler-android-x86_64.sha1 [new file with mode: 0644]
tools/memory_inspector/prebuilts/memdump-android-x86.sha1 [new file with mode: 0644]
tools/memory_inspector/prebuilts/memdump-android-x86_64.sha1 [new file with mode: 0644]
tools/memory_inspector/prebuilts/ps_ext-android-x86.sha1 [new file with mode: 0644]
tools/memory_inspector/prebuilts/ps_ext-android-x86_64.sha1 [new file with mode: 0644]