Merge "[P2P][AsyncChannel] Revert client registering for service death" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-07-27 18:07:19 +00:00
committed by Android (Google) Code Review

View File

@@ -402,7 +402,6 @@ public class AsyncChannel {
// Initialize destination fields
mDstMessenger = dstMessenger;
linkToDeathMonitor();
if (DBG) log("connected srcHandler to the dstMessenger X");
}