commit | 54ef1a4fd7a283dfdc1f2851dde12b8597a830e4 | [log] [tgz] |
---|---|---|
author | Brad Ebinger <breadley@google.com> | Thu Feb 18 13:42:30 2016 -0800 |
committer | Brad Ebinger <breadley@google.com> | Thu Feb 18 13:47:16 2016 -0800 |
tree | 4ee6bbb56d876acaf07903cdc32eba8e892e2d41 | |
parent | 78c8018bdc3b5de56ae6925df4b1051dedbed79f [diff] |
Change GC method in LogTest A recent change in the System.gc() method made the GC test in LogTest fail because Sessions were not being cleaned up correctly. The internal Runtime.getRuntime().gc() method is now used to ensure the trigger of GC for the purposes of the test. Bug: 27230915 Change-Id: I2ff23c82343ebd65412c8a7e97a9866d2ee67a82