ตั้งแต่วันที่ 27 มีนาคม 2025 เป็นต้นไป เราขอแนะนำให้ใช้ android-latest-release
แทน aosp-main
เพื่อสร้างและมีส่วนร่วมใน AOSP โปรดดูข้อมูลเพิ่มเติมที่หัวข้อการเปลี่ยนแปลงใน AOSP
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
TombstoneParser
public
class
TombstoneParser
extends Object
java.lang.Object
|
↳ |
com.android.sts.common.util.TombstoneParser
|
แยกวิเคราะห์รายการที่ลบไปแล้วและจากไฟล์รายการที่ลบไปแล้วหรือ logcat
สรุป
เมธอดสาธารณะ |
static
final
List<TombstoneProtos.Tombstone>
|
parseLogcat(String logcat)
แยกวิเคราะห์ข้อมูลโค้ดที่ตัดมาจากบันทึกการทํางานของ Android (Logcat) และสร้างรายการรายการที่ลบไปแล้ว
|
static
long
|
parsePointer(String pointerString)
|
static
boolean
|
parseTombstone(String tombstoneBlob, TombstoneProtos.Tombstone.Builder tombstoneBuilder)
|
ตัวสร้างแบบสาธารณะ
TombstoneParser
public TombstoneParser ()
เมธอดสาธารณะ
parseLogcat
public static final List<TombstoneProtos.Tombstone> parseLogcat (String logcat)
แยกวิเคราะห์ข้อมูลโค้ดที่ตัดมาจากบันทึกการทํางานของ Android (Logcat) และสร้างรายการรายการที่ลบไปแล้ว
พารามิเตอร์ |
logcat |
String |
คิกรีเทิร์น |
List<TombstoneProtos.Tombstone> |
|
parsePointer
public static long parsePointer (String pointerString)
พารามิเตอร์ |
pointerString |
String |
parseTombstone
public static boolean parseTombstone (String tombstoneBlob,
TombstoneProtos.Tombstone.Builder tombstoneBuilder)
พารามิเตอร์ |
tombstoneBlob |
String |
tombstoneBuilder |
TombstoneProtos.Tombstone.Builder |
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],null,["# TombstoneParser\n===============\n\n\n`\npublic\n\n\nclass\nTombstoneParser\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.TombstoneParser |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nParses tombstones and from a tombstone file or logcat.\n\nSummary\n-------\n\n| ### Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[TombstoneParser](../../../../../../../reference/sts/com/android/sts/common/util/TombstoneParser.html#TombstoneParser())`() ` |\n\n| ### Public methods ||\n|-------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static final List\u003cTombstoneProtos.Tombstone\u003e` | ` `[parseLogcat](../../../../../../../reference/sts/com/android/sts/common/util/TombstoneParser.html#parseLogcat(java.lang.String))`(String logcat) ` Parse a logcat snippet and build a list of tombstones |\n| ` static long` | ` `[parsePointer](../../../../../../../reference/sts/com/android/sts/common/util/TombstoneParser.html#parsePointer(java.lang.String))`(String pointerString) ` |\n| ` static boolean` | ` `[parseTombstone](../../../../../../../reference/sts/com/android/sts/common/util/TombstoneParser.html#parseTombstone(java.lang.String,%20com.android.server.os.TombstoneProtos.Tombstone.Builder))`(String tombstoneBlob, TombstoneProtos.Tombstone.Builder tombstoneBuilder) ` |\n\nPublic constructors\n-------------------\n\n### TombstoneParser\n\n```\npublic TombstoneParser ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### parseLogcat\n\n```\npublic static final List\u003cTombstoneProtos.Tombstone\u003e parseLogcat (String logcat)\n```\n\nParse a logcat snippet and build a list of tombstones\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------|-----------------|\n| `logcat` | `String` \u003cbr /\u003e |\n\n| Returns ||\n|-----------------------------------|--------|\n| `List\u003cTombstoneProtos.Tombstone\u003e` | \u003cbr /\u003e |\n\n### parsePointer\n\n```\npublic static long parsePointer (String pointerString)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------------|-----------------|\n| `pointerString` | `String` \u003cbr /\u003e |\n\n| Returns ||\n|--------|--------|\n| `long` | \u003cbr /\u003e |\n\n### parseTombstone\n\n```\npublic static boolean parseTombstone (String tombstoneBlob, \n TombstoneProtos.Tombstone.Builder tombstoneBuilder)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|--------------------|--------------------------------------------|\n| `tombstoneBlob` | `String` \u003cbr /\u003e |\n| `tombstoneBuilder` | `TombstoneProtos.Tombstone.Builder` \u003cbr /\u003e |\n\n| Returns ||\n|-----------|--------|\n| `boolean` | \u003cbr /\u003e |"]]