OSDN Git Service

Fix 3379239: Catch exceptions from workaround for OOM.
authorJim Miller <jaggies@google.com>
Sun, 23 Jan 2011 21:40:31 +0000 (13:40 -0800)
committerJim Miller <jaggies@google.com>
Sun, 23 Jan 2011 21:40:31 +0000 (13:40 -0800)
commit42a461570b9c5502959e429c4f16ca5ca860c4f2
tree1a96984b52f20f87a0624797a8bfc3fc6e098507
parent1c9761e30d6eccfe104928cdc961ed1d3a5e2f6b
Fix 3379239: Catch exceptions from workaround for OOM.

This catches possible exceptions caused by attempting to
unregister a receiver that may have already been unregistered.
This is related to the OOM issue workaround in Change I99a7e0c3.

Change-Id: Ib69a8acc6b12659125c958a03efac0a8a68a3859
core/java/com/android/internal/widget/DigitalClock.java