Loading core/java/android/app/Activity.java +2 −2 Original line number Diff line number Diff line Loading @@ -2544,7 +2544,7 @@ public class Activity extends ContextThemeWrapper // Put event logging here so it gets called even if subclass // doesn't call through to superclass's implmeentation of each // of these methods below EventLog.writeEvent(50000, 0, item.getTitleCondensed()); EventLog.writeEvent(50000, 0, item.getTitleCondensed().toString()); if (onOptionsItemSelected(item)) { return true; } Loading @@ -2562,7 +2562,7 @@ public class Activity extends ContextThemeWrapper return false; case Window.FEATURE_CONTEXT_MENU: EventLog.writeEvent(50000, 1, item.getTitleCondensed()); EventLog.writeEvent(50000, 1, item.getTitleCondensed().toString()); if (onContextItemSelected(item)) { return true; } Loading Loading
core/java/android/app/Activity.java +2 −2 Original line number Diff line number Diff line Loading @@ -2544,7 +2544,7 @@ public class Activity extends ContextThemeWrapper // Put event logging here so it gets called even if subclass // doesn't call through to superclass's implmeentation of each // of these methods below EventLog.writeEvent(50000, 0, item.getTitleCondensed()); EventLog.writeEvent(50000, 0, item.getTitleCondensed().toString()); if (onOptionsItemSelected(item)) { return true; } Loading @@ -2562,7 +2562,7 @@ public class Activity extends ContextThemeWrapper return false; case Window.FEATURE_CONTEXT_MENU: EventLog.writeEvent(50000, 1, item.getTitleCondensed()); EventLog.writeEvent(50000, 1, item.getTitleCondensed().toString()); if (onContextItemSelected(item)) { return true; } Loading