commit | fbfa84045d30a8288c3feab9d7ce7c0c20d7728b | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Oct 30 18:37:26 2015 -0700 |
committer | Yabin Cui <yabinc@google.com> | Mon Nov 02 10:39:09 2015 -0800 |
tree | d7b61e8c3b85071a1b22558dcad88a89595d2373 | |
parent | 1e2382a0277eb36fb57a3a54202945556dfd234b [diff] |
adb: run reverse_service() in main thread. reverse_service() calls handle_forward_request(), which calls functions in fdevent.cpp. fdevent functions is only supposed to be called in the main thread. Add check in fdevent.cpp to make sure all operations come from main thread. Bug: 25355808 Change-Id: Iceb9273f3056acc0713eaafe086ac950ca80ff4f