commit | f91599184200e4e5f5b8bb01f9e7274d21a3dc9d | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Mon Aug 10 18:55:34 2015 +0200 |
committer | Chenjie Luo <cjluo@google.com> | Tue Nov 10 23:20:53 2015 +0000 |
tree | e1d99b9db1ed3cbe7a64226fea207ad21baf95ca | |
parent | d9a2be8d3d5bd0e170fec71c316373e268a8c17f [diff] |
Allow debugging only for apps forked from zygote When starting the runtime from app_process, we only pass JDWP options if starting zygote. It prevents from opening a JDWP connection in non-zygote programs while Android apps (forked from zygote) remain debuggable. Bug: 23050463 (cherry picked from commit 7a09b8322cab26d6e3da1362d3c74964ae66b5d4) Change-Id: Ib5b6d3bc4d45389993c3c54226df5a7b72479d19 (cherry picked from commit ff8dc21278b19b22ed8dc9f9475850838336d351)