commit | 6c729b41708749f5261a31719eeedc2d354a6b03 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Wed Jul 15 11:21:38 2015 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Wed Jul 15 11:21:38 2015 -0700 |
tree | 7f886f06ea5c20403469dcd60d4a17955373c341 | |
parent | 1d4247c4cc89c6d62e44ed3115f26579979b44b5 [diff] |
Fix issue #22479881: Nexus 6 randomly rebooting every few hours with... ..."FATAL EXCEPTION IN SYSTEM PROCESS" Synchronous calls out of the system process are bad, m'kay? This should be a safe change because the only place I see calling this interface are within the system process where there is clearly no other dependency on ordering. Change-Id: I483b07cfd68d00d74797784c2a75012e8dd67141