commit | d916c233f0ed615667c1c2338c779e819098d135 | [log] [tgz] |
---|---|---|
author | mark_chen <mark_chen@htc.com> | Fri Mar 20 16:03:55 2015 +0800 |
committer | Hiroshi Yamauchi <yamauchi@google.com> | Fri May 01 13:42:43 2015 -0700 |
tree | 7235a792a89193b868f6b81b11ce75d192128a87 | |
parent | 5cc626bb0ef15e53f4ae5cb3bfb52f37f9c0bfce [diff] |
Fix binder force gc will block binder thread Symptom: Force gc caused activity launch time took longer Root Cause: Runtime.getRuntime().gc will block binder thread Solution: Use VMRuntime.requestConcurrentGC() will not block binder thread Bug: 20554807 Change-Id: I48a103c8241c4c85ced4d9a0b231d9f1dc200f35