commit | db18cdae661b87ff2de3847947906da735f8d5eb | [log] [tgz] |
---|---|---|
author | yinxu <yinxu@google.com> | Mon Mar 12 14:07:49 2018 -0700 |
committer | yinxu <yinxu@google.com> | Mon Mar 12 14:07:49 2018 -0700 |
tree | cb620be2d8f8ffb3e55dad237b4b3b353245afa7 | |
parent | ec174b28c40f21a4a3bb99b8785fa3022db74335 [diff] |
Fix a bug when calling onError(int) The lambda expression is executed on executor, so it is possible that the message has been updated. The correct way is to fetch the message.arg1 and use that value in the lamda expression. Bug:73750871 Test: Unit Test Change-Id: Id13f5fabf7eaad6970ab66a83a17aba7f1eebfce