History log of /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/WifiP2pMonitorTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
098640f533f3fc04cb49cb860f9dc45ad8a19e69 02-May-2017 Randy Pan <zpan@google.com> 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
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/WifiP2pMonitorTest.java