diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-19 07:19:20 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-19 07:19:20 +0000 |
commit | d8a3df404352a9add7ff4bd95835ab0d07fecdd8 (patch) | |
tree | f6fc8f432f2daab87bbe46659548a4e1b141f798 /DEPS | |
parent | 84e0de0837233d572d195b4bac02edb222edc943 (diff) | |
download | chromium_src-d8a3df404352a9add7ff4bd95835ab0d07fecdd8.zip chromium_src-d8a3df404352a9add7ff4bd95835ab0d07fecdd8.tar.gz chromium_src-d8a3df404352a9add7ff4bd95835ab0d07fecdd8.tar.bz2 |
Revert 147401 - Merge branch 'master' of http://git.chromium.org/chromium/src into mywork
Collect NaClLog messages from just prior to crash and display in JavaScript console.
Test command line, after building chrome:
NACLVERBOSITY=6 NACL_PLUGIN_DEBUG=1 NACL_FAULT_INJECTION=BeforeLoadIrt=GF2 out/Release/chrome --user-data-dir=/tmp/udd
This causes the service runtime to abort just prior to loading the
IRT. After this "crash", open up the JavaScript console and see the
log messages, including those from the fault injection library.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2776
TEST= manual, using the fault injection library
Review URL: https://chromiumcodereview.appspot.com/10806005
TBR=bsy@google.com
Review URL: https://chromiumcodereview.appspot.com/10800032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ vars = { "chromium_git": "http://git.chromium.org/git", "chromiumos_git": "http://git.chromium.org/chromiumos", "swig_revision": "69281", - "nacl_revision": "9166", + "nacl_revision": "9121", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "9016", # native_client/DEPS: tools_rev |