Issue
From this article, I know the Android Debug Bridge is composed of three components:
ADB Client
ADB Server
Daemon on equipment or emulator
I would like to get deeper understanding of those components from their respective source code. For now, I found:
ADB Client: ./system/core/adb/adb_client
ADB Server: ./system/core/adb/adb
Daemon on equipment or emulator: don't really know where it is located on framework project...
Solution
The source code for all 3 parts of ADB
is in the same system/adb folder.
Answered By - Alex P.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.