commit | f365affd27933d1d0771d0d5064101db18c19cc2 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Mon Jan 27 13:43:01 2020 -0800 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jan 28 18:39:37 2020 +0000 |
tree | b94a643c08f62a4355d3e7de143aa5e4f7b2d2e2 | |
parent | d71f1dc15e264f9d2122c427a4d99d49b525bfd3 [diff] |
Remove isDebuggerActive native implementation. This function is identical to VMDebug#isDebuggerConnected and always has been in ART (on dalvik there was a distinction between the two). Simply implement this function in java to reduce the number of places the debugger needs to overwrite native functions. Test: build Bug: 148401311 Change-Id: I56448e5c437900cb072aa39ee784a25efad260b0