commit | 79a3981e3885b9144bb3d458682141eed7365939 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Mon Oct 04 16:02:01 2010 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Mon Oct 04 21:01:29 2010 -0700 |
tree | d1a4bc6783ac543ec630909c0acbc27be0443a02 | |
parent | f461930872beb4362998642c115691bdd2e94617 [diff] |
Fix Looper leaks in MediaRecorderStressTest. The test was failing periodically due to too many files being open. This change attempts to resolve the problem on the theory that signaling pipe file descriptors are being leaked due to the large number of Looper instances created during the test run. However, it's still possible there are other leaks elsewhere. Change-Id: I71f9f12d21605c47c9217c72c51e6c768142ce10