Files
frameworks_base/core/java/android/app
zobject 332944f8a0 Fix EventLog string class problem in onOptionMenuSelected
EventLog function can handle string,integer class and long class. (in android_util_EventLog.cpp)
If menu title string are used bold tag(like <b>test</b>), it'll be android.text.SpannedString.
In onOptionMenuSelected, it is using item.getTitleCondensed() function for writing event log.
therefore any android activity using tag menu string(like <b></b>) can be crashed by IllegalArgumentException.

I found this crash on GMS Application.
change locale chinese -> launch Google+ -> hangout -> menu key -> Invite(expressed chinese) click -> Google+ crash

Change-Id: I0437be81699925e29bf4510eb615ef2424432763
2012-12-10 23:19:45 +09:00
..
2012-09-09 14:41:34 -07:00
2012-09-15 23:58:55 -07:00
2012-09-06 11:05:53 -07:00
2012-11-05 11:25:17 -08:00
2012-08-06 18:04:23 -07:00
2012-09-15 23:58:55 -07:00