OSDN Git Service

Ignore heap trim requests if we are the zygote
authorMathieu Chartier <mathieuc@google.com>
Mon, 8 Sep 2014 20:35:11 +0000 (13:35 -0700)
committerMathieu Chartier <mathieuc@google.com>
Mon, 8 Sep 2014 21:13:52 +0000 (14:13 -0700)
commitf81bfa3e21c8a4e031505470ea954c93949cb30b
tree28599e4a9008b50a6eb17032d0224ce909509938
parent4d3981c72a546b87c8f5d391ff8b5135b8ca99a7
Ignore heap trim requests if we are the zygote

Done to prevent app launching lag due to sleep in heap trimmer
daemon.

Bug: 17310019

Change-Id: Ia593e7eced1c1583771985ec9e7b60ee0c0e7912
runtime/gc/heap.cc