commit | 5ebdc88a8469cb2bb9188c18b379ca486d338728 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Mon Jun 04 16:42:30 2018 -0700 |
committer | Alex Light <allight@google.com> | Mon Jun 04 16:45:06 2018 -0700 |
tree | 3a6d17746e17213a04368d6140d246063f2316b2 | |
parent | 54f535a3b43186727ff84fb4d604f6c57473d8ce [diff] |
Add missing ',' in default jdwp argument list We were incorrectly missing a ',' in the default jdwp argument list. This meant that a manual -XjdwpProvider:adbconnection will fail due to failing to parse the argument string. Test: run app with wrap.sh that adds '-XjdwpProvider:adbconnection -Xcompiler-option --debuggable' Attach debugger Bug: 109505014 Change-Id: Id09e04cd92c2f89a4bcdf95b05071bacd509b286