Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
TombstoneUtils.Signals
public
static
class
TombstoneUtils.Signals
extends Object
java.lang.Object
|
↳ |
com.android.sts.common.util.TombstoneUtils.Signals
|
Summary
Constants
SIGABRT
public static final String SIGABRT
Constant Value:
"SIGABRT"
SIGBUS
public static final String SIGBUS
Constant Value:
"SIGBUS"
SIGSEGV
public static final String SIGSEGV
Constant Value:
"SIGSEGV"
Public constructors
Signals
public Signals ()
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 2022-11-18 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 2022-11-18 UTC."],[],[],null,["# TombstoneUtils.Signals\n======================\n\n\n`\npublic\nstatic\n\n\nclass\nTombstoneUtils.Signals\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|----------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.sts.common.util.TombstoneUtils.Signals |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Constants ||\n|----------|---------------------------------------------------------------------------------------------------------------|\n| `String` | [SIGABRT](../../../../../../../reference/sts/com/android/sts/common/util/TombstoneUtils.Signals.html#SIGABRT) |\n| `String` | [SIGBUS](../../../../../../../reference/sts/com/android/sts/common/util/TombstoneUtils.Signals.html#SIGBUS) |\n| `String` | [SIGSEGV](../../../../../../../reference/sts/com/android/sts/common/util/TombstoneUtils.Signals.html#SIGSEGV) |\n\n| ### Public constructors ||\n|-------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[Signals](../../../../../../../reference/sts/com/android/sts/common/util/TombstoneUtils.Signals.html#Signals())`() ` |\n\nConstants\n---------\n\n### SIGABRT\n\n```\npublic static final String SIGABRT\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"SIGABRT\"\n\n\n### SIGBUS\n\n```\npublic static final String SIGBUS\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"SIGBUS\"\n\n\n### SIGSEGV\n\n```\npublic static final String SIGSEGV\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"SIGSEGV\"\n\n\nPublic constructors\n-------------------\n\n### Signals\n\n```\npublic Signals ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]