TombstoneUtils.Config
public static class TombstoneUtils.Config
extends Object
java.lang.Object | |
↳ | com.android.sts.common.util.TombstoneUtils.Config |
概括
嵌套類 | |
---|---|
class | TombstoneUtils.Config.BacktraceFilterPattern 包含用於過濾回溯的模式的實用程序類。 |
公共構造函數 | |
---|---|
Config () |
公共構造函數
配置
public Config ()
公共方法
appendAbortMessageExcludes
public TombstoneUtils.Config appendAbortMessageExcludes (String... abortMessages)
參數 | |
---|---|
abortMessages | String |
退貨 | |
---|---|
TombstoneUtils.Config |
appendAbortMessageExcludes
public TombstoneUtils.Config appendAbortMessageExcludes (Pattern... abortMessages)
參數 | |
---|---|
abortMessages | Pattern |
退貨 | |
---|---|
TombstoneUtils.Config |
appendAbortMessageIncludes
public TombstoneUtils.Config appendAbortMessageIncludes (Pattern... abortMessages)
參數 | |
---|---|
abortMessages | Pattern |
退貨 | |
---|---|
TombstoneUtils.Config |
appendAbortMessageIncludes
public TombstoneUtils.Config appendAbortMessageIncludes (String... abortMessages)
參數 | |
---|---|
abortMessages | String |
退貨 | |
---|---|
TombstoneUtils.Config |
附加回溯排除
public TombstoneUtils.Config appendBacktraceExcludes (BacktraceFilterPattern... patterns)
參數 | |
---|---|
patterns | BacktraceFilterPattern |
退貨 | |
---|---|
TombstoneUtils.Config |
appendBacktraceIncludes
public TombstoneUtils.Config appendBacktraceIncludes (BacktraceFilterPattern... patterns)
參數 | |
---|---|
patterns | BacktraceFilterPattern |
退貨 | |
---|---|
TombstoneUtils.Config |
appendProcessPatterns
public TombstoneUtils.Config appendProcessPatterns (Pattern... processPatterns)
參數 | |
---|---|
processPatterns | Pattern |
退貨 | |
---|---|
TombstoneUtils.Config |
appendProcessPatterns
public TombstoneUtils.Config appendProcessPatterns (String... processPatternStrings)
參數 | |
---|---|
processPatternStrings | String |
退貨 | |
---|---|
TombstoneUtils.Config |
附加信號
public TombstoneUtils.Config appendSignals (String... signals)
參數 | |
---|---|
signals | String |
退貨 | |
---|---|
TombstoneUtils.Config |
getBacktraceExcludes
public List<TombstoneUtils.Config.BacktraceFilterPattern> getBacktraceExcludes ()
退貨 | |
---|---|
List< TombstoneUtils.Config.BacktraceFilterPattern > |
getBacktraceIncludes
public List<TombstoneUtils.Config.BacktraceFilterPattern> getBacktraceIncludes ()
退貨 | |
---|---|
List< TombstoneUtils.Config.BacktraceFilterPattern > |
獲取流程模式
public List<Pattern> getProcessPatterns ()
退貨 | |
---|---|
List<Pattern> |
setAbortMessageExcludes
public TombstoneUtils.Config setAbortMessageExcludes (String... abortMessages)
參數 | |
---|---|
abortMessages | String |
退貨 | |
---|---|
TombstoneUtils.Config |
setAbortMessageExcludes
public TombstoneUtils.Config setAbortMessageExcludes (Pattern... abortMessages)
參數 | |
---|---|
abortMessages | Pattern |
退貨 | |
---|---|
TombstoneUtils.Config |
setAbortMessageIncludes
public TombstoneUtils.Config setAbortMessageIncludes (Pattern... abortMessages)
參數 | |
---|---|
abortMessages | Pattern |
退貨 | |
---|---|
TombstoneUtils.Config |
setAbortMessageIncludes
public TombstoneUtils.Config setAbortMessageIncludes (String... abortMessages)
參數 | |
---|---|
abortMessages | String |
退貨 | |
---|---|
TombstoneUtils.Config |
設置回溯排除
public TombstoneUtils.Config setBacktraceExcludes (BacktraceFilterPattern... patterns)
參數 | |
---|---|
patterns | BacktraceFilterPattern |
退貨 | |
---|---|
TombstoneUtils.Config |
setBacktraceIncludes
public TombstoneUtils.Config setBacktraceIncludes (BacktraceFilterPattern... patterns)
參數 | |
---|---|
patterns | BacktraceFilterPattern |
退貨 | |
---|---|
TombstoneUtils.Config |
設置忽略低故障地址
public TombstoneUtils.Config setIgnoreLowFaultAddress (boolean ignoreLowFaultAddress)
參數 | |
---|---|
ignoreLowFaultAddress | boolean |
退貨 | |
---|---|
TombstoneUtils.Config |
設置最小地址
public TombstoneUtils.Config setMinAddress (String maxLowFaultAddress)
參數 | |
---|---|
maxLowFaultAddress | String |
退貨 | |
---|---|
TombstoneUtils.Config |
設置流程模式
public TombstoneUtils.Config setProcessPatterns (String... processPatternStrings)
參數 | |
---|---|
processPatternStrings | String |
退貨 | |
---|---|
TombstoneUtils.Config |
設置流程模式
public TombstoneUtils.Config setProcessPatterns (Pattern... processPatterns)
參數 | |
---|---|
processPatterns | Pattern |
退貨 | |
---|---|
TombstoneUtils.Config |
設置信號
public TombstoneUtils.Config setSignals (String... signals)
參數 | |
---|---|
signals | String |
退貨 | |
---|---|
TombstoneUtils.Config |
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2022-11-18 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]