Koji Fukui
c6031ab7c8
Avoid NullPointerException in getHandler()
...
mAttachInfo may be set to null by other threads while running
getHandler().
This fix assigns mAttachInfo to a local variable. Checking null pointer
and getting a member variable are executed through the local variable.
This local variable is constant. So NullPointerException doesn't occur
even if mAttachInfo is set to null while running getHandler().
Change-Id: I4013dfb7951bd864628868ed58f8c4f5b7cbd1d3
2013-05-01 17:20:25 +09:00
..
2012-11-02 15:32:25 -07:00
2012-11-07 11:52:12 -08:00
2013-01-14 15:55:35 -08:00
2012-10-12 00:58:24 +09:00
2012-08-06 23:49:38 -07:00
2012-06-11 12:18:09 -07:00
2012-06-16 14:49:13 -07:00
2012-09-21 15:34:32 -07:00
2012-08-14 16:51:38 -07:00
2012-10-25 20:31:21 -07:00
2012-09-21 15:34:32 -07:00
2012-07-25 18:56:16 -07:00
2012-12-04 14:40:23 -08:00
2012-09-30 15:35:08 -07:00
2012-09-18 15:33:07 -07:00
2012-09-13 16:28:29 -07:00
2012-09-25 12:22:21 -07:00
2012-09-30 15:35:08 -07:00
2012-09-25 12:22:21 -07:00
2012-10-03 18:07:59 -07:00
2012-09-21 00:39:43 -07:00
2012-09-25 12:22:21 -07:00
2012-09-18 12:06:13 -07:00
2012-09-21 00:39:43 -07:00
2012-09-25 12:22:21 -07:00
2012-12-04 15:45:41 -08:00
2012-10-16 11:11:39 -07:00
2012-07-16 08:46:11 -07:00
2012-07-16 08:46:11 -07:00
2012-11-07 10:27:31 -08:00
2012-11-07 10:27:31 -08:00
2012-09-10 14:01:42 -07:00
2012-08-27 14:34:55 -07:00
2012-07-16 08:46:11 -07:00
2012-08-06 23:49:38 -07:00
2012-12-03 14:09:06 -08:00
2012-09-06 18:56:17 -07:00
2013-04-15 20:12:30 +05:30
2012-10-18 20:41:55 -07:00
2012-11-07 10:27:31 -08:00
2012-11-28 18:29:22 -08:00
2013-02-01 16:31:42 -08:00
2012-12-07 11:21:35 -08:00
2012-07-25 10:49:25 -07:00
2012-08-27 14:34:54 -07:00
2012-10-23 20:37:40 -07:00
2012-10-07 17:57:30 -07:00
2012-06-03 19:21:49 -07:00
2013-05-01 17:20:25 +09:00
2012-08-19 22:42:08 -07:00
2012-10-03 18:07:59 -07:00
2012-11-30 15:32:56 -08:00
2012-10-23 15:34:29 -07:00
2012-07-02 18:21:31 -07:00
2012-12-17 15:00:08 -08:00
2013-02-11 11:34:43 -08:00
2012-11-02 15:13:09 +00:00
2012-06-12 15:23:52 -07:00
2013-01-09 18:51:51 -08:00
2012-09-18 18:37:28 -07:00
2012-09-06 18:56:17 -07:00
2012-09-11 15:50:58 -07:00
2012-11-07 10:27:31 -08:00
2013-01-09 18:51:51 -08:00
2012-10-23 15:34:29 -07:00
2012-08-31 15:42:45 -07:00
2012-11-08 00:39:04 -08:00
2013-01-09 12:00:29 +09:00