commit | df8ccad186afedd451ba726561103cba87e2e9bd | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Fri Mar 04 15:02:03 2016 -0800 |
committer | Hall Liu <hallliu@google.com> | Fri Mar 04 15:02:03 2016 -0800 |
tree | e83102fc391a8a963411b2128d2ce18d9f891c9f | |
parent | cc21c7a4bbcdf66fb7d5f3f81d5bdf9b3845d729 [diff] |
Remove stale session cleanups during tests Fixes spurious mockito WrongTypeOfReturnValue errors during unit tests. The errors were most likely due to a stale instance of Context sticking around in the static Log class across test cases. This change makes Log no longer try to access its instance of Context during testing. Bug: 27484228 Change-Id: I2985e7c29722b27d4e456fe58557deded68f9086