OSDN Git Service

Make upstream tether list threadsafe
authorRobert Greenwalt <rgreenwalt@google.com>
Thu, 3 Nov 2011 23:01:40 +0000 (16:01 -0700)
committerRobert Greenwalt <rgreenwalt@google.com>
Mon, 7 Nov 2011 22:44:48 +0000 (14:44 -0800)
commitb445362bd67cf596cfdd39db2dbe8f42cf9a119a
treed3e659e4c53b54537212a33997f92fcf0bd0dea8
parent7311bd4b709750384b058d8e988e2e983c97b3f2
Make upstream tether list threadsafe

Outsiders asking for this list may cause the list to change on another thread.
Fixing general synchronization issues.

bug:5531630
Change-Id: I7a3ee0bba3db40f45bcb0159491942fa4cf38c37
services/java/com/android/server/connectivity/Tethering.java