summaryrefslogtreecommitdiff
path: root/adbconnection
AgeCommit message (Expand)Author
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to artBob Badour
2021-02-03Fix DDMS-JDWP raceAlex Light
2020-10-23Rename ART release APEX to com.android.art.Martin Stjernholm
2020-03-30Fix thread shutdown race in adbconnectionAlex Light
2020-03-09ART supports sendng profileable info to adbdShukang Zhou
2020-02-13Make AdbConnectionState staticallyFlash Liu
2020-01-29Remove old JDWP implementation from ARTAlex Light
2020-01-29Move jdwp connection abstraction from ART apex to adbd apex.Josh Gao
2019-12-20Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMARJiyong Park
2019-12-19Revert submission 1191937-art_apex_availableJoseph Murphy
2019-12-19Use apex_available propertyJiyong Park
2019-11-05libadbconnection_server: remove dynamic dependencies.Josh Gao
2019-11-05Include libadbconnection_server in the art apex.Josh Gao
2019-09-20Limit visibility of ART libraries, binaries, and headers.Martin Stjernholm
2019-09-11Fixup inconsistency due to change in Plugin loading requirements.Alex Light
2019-08-27Remove multilib suffixes from librariesColin Cross
2019-07-24Revert "Workaround bogus Thread Safety Analysis warning"Ziang Wan
2019-06-28adbconnection: add libadbconnection_server.Josh Gao
2019-01-28adbconnection: libnativehelper include clean-upOrion Hodson
2018-12-13Delete logspam.Josh Gao
2018-10-26Merge changes from topic "socket_peer_is_trusted"Treehugger Robot
2018-10-25Remove libcutils socket_peer_is_trusted dependency.Elliott Hughes
2018-10-19ART: Fix android-cloexec warningsAndreas Gampe
2018-10-18ART: Enable bugprone-unused-return-valueAndreas Gampe
2018-10-09ART: Refactor for bugprone-argument-commentAndreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART.Roland Levillain
2018-06-04Add missing ',' in default jdwp argument listAlex Light
2018-06-04Pass SOCK_CLOEXEC to adb socket.Alex Light
2018-05-16Move ArtDexFileLoader to libdexfileDavid Sehr
2018-05-09ART: Move JNI files to runtime/jni/ .Vladimir Marko
2018-04-19Move jit startup attempt to openjdkjvmti from adbconnectionAlex Light
2018-04-19Always allow agent attach on userdebug builds with kArtTiVersionAlex Light
2018-04-17Make adbconnection try to start the JIT if it is not running.Alex Light
2018-02-13Merge "jdwp: send pids to adbd as raw integers."Treehugger Robot
2018-02-12jdwp: send pids to adbd as raw integers.Josh Gao
2018-02-12Hide an adbconnection log behind VLOG(jdwp).Alex Light
2018-02-06Merge "Workaround bogus Thread Safety Analysis warning"Stephen Hines
2018-02-03Merge "Lower several adbconnection log messages to VLOG(jdwp)"Treehugger Robot
2018-02-02Lower several adbconnection log messages to VLOG(jdwp)Alex Light
2018-02-01Fix UAF error caught by asanAlex Light
2018-01-26Make adbconnection validate jdwpOptions and change defaultsAlex Light
2018-01-24Have adbconnection handle DDMS packets if agent not loadedAlex Light
2018-01-11Support using adbconnection and openjdkjvmti without JAVA_DEBUGGABLEAlex Light
2018-01-09Workaround bogus Thread Safety Analysis warningYi Kong
2018-01-05ART: Take classloader into account for AttachAgentAndreas Gampe
2017-12-20Disable libraries using eventfd on darwin hosts.Alex Light
2017-12-19Add adbconnection pluginAlex Light