Home
last modified time | relevance | path

Searched refs:parseThreadMemoryDump (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/
H A DTombstoneParser.java523 if (!parseThreadMemoryDump(tailBlob, mainThreadBuilder)) { in parseMainThread()
595 if (!parseThreadMemoryDump(blob, threadBuilder)) { in parseThread()
718 private static boolean parseThreadMemoryDump( in parseThreadMemoryDump() method in TombstoneParser