Stay organized with collections
Save and categorize content based on your preferences.
open class EventLogTags
Summary
Public constructors
Public methods
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# EventLogTags\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nDeprecated in [API level 9](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nEventLogTags\n============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/util/EventLogTags \"View this page in Java\") \n\n```\nopen class EventLogTags\n```\n\n|---|--------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.util.EventLogTags](#) |\n\n*** ** * ** ***\n\n| **This class was deprecated in API level 9.**\n|\n| This class is no longer functional. Use [android.util.EventLog](/reference/kotlin/android/util/EventLog) instead.\n\nSummary\n-------\n\n| Nested classes ||\n|------|-------------------------------------------------------------------------------|\n| open | [Description](/reference/kotlin/android/util/EventLogTags.Description) \u003cbr /\u003e |\n\n| Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------|---|\n| [EventLogTags](#EventLogTags())`()` \u003cbr /\u003e |\n| [EventLogTags](#EventLogTags(java.io.BufferedReader))`(`input:` `[BufferedReader](../../java/io/BufferedReader.html#)!`)` \u003cbr /\u003e |\n\n| Public methods ||\n|-------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| open [EventLogTags.Description](/reference/kotlin/android/util/EventLogTags.Description)! | [get](#get(kotlin.Int))`(`tag:` `[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`)` \u003cbr /\u003e |\n| open [EventLogTags.Description](/reference/kotlin/android/util/EventLogTags.Description)! | [get](#get(kotlin.String))`(`name:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### EventLogTags\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nEventLogTags()\n``` \n\n### EventLogTags\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nEventLogTags(input: BufferedReader!)\n```\n\nPublic methods\n--------------\n\n### get\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nopen fun get(tag: Int): EventLogTags.Description!\n```\n\n**Deprecated:** *Deprecated in Java.* \n\n### get\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nopen fun get(name: String!): EventLogTags.Description!\n```\n\n**Deprecated:** *Deprecated in Java.*"]]