commit | 0875233ef62459000adca12f888714b20836390e | [log] [tgz] |
---|---|---|
author | Randy Pan <zpan@google.com> | Tue May 02 14:52:40 2017 -0700 |
committer | Randy Pan <zpan@google.com> | Thu May 04 14:58:45 2017 -0700 |
tree | 1a2596c45cc3731fa5975a941705afe7f92f38cc | |
parent | 5e5da8e4baf10634f9e20387bfae71fb24718619 [diff] |
Fix how WifiMonitor/WifiP2pMonitor sends a message A message can potentially have multiple handlers. Looper recycles the message after one handler is done with it. Sending/copying the recycled message to another handler is problematic. Fix the issue by always sending a copy of the original message. Bug: 37714369 Test: runtest.sh Change-Id: I2f4a4903ac8da94816341def969878f888154b6c