summaryrefslogtreecommitdiffstats
path: root/adb/services.c
Commit message (Collapse)AuthorAgeFilesLines
...
* adb: Another attempted workaround for the adb disconnect problem.Mike Lockwood2009-07-301-11/+81
| | | | | | | | For adb shell commands (as well as shell based commands like logcat and bugreport) we now batch USB writes into 4K chunks instead of sending small packets of data as they come in. A timeout prevents us from blocking for more than 100ms when our 4K buffer is partially full. Signed-off-by: Mike Lockwood <lockwood@android.com>
* Revert "adb: Workaround for adb disconnect problem."Mike Lockwood2009-06-111-55/+3
| | | | | | | | | This reverts commit e38a31e305b0944c0cd1ae782e47e3145d731f0f. This change had the unfortunate side effect of breaking ctrl-C when executing "adb shell <command>" Signed-off-by: Mike Lockwood <lockwood@android.com>
* adb: Workaround for adb disconnect problem.Mike Lockwood2009-06-021-3/+55
| | | | | | | | For non-interactive adb shell commands, batch USB writes into 4K chunks instead of sending small packets of data as they come in. Add a timeout so we do not block for more than 200ms when our 4K buffer is partially full. Signed-off-by: Mike Lockwood <lockwood@android.com>
* adb: adbd no longer disables OOM and now sets children's OOM adjustment to zeroMike Lockwood2009-05-201-0/+12
| | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-0/+30
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+367
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-367/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-4/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+370