Searched refs:mSystraceIndex (Results 1 – 1 of 1) sorted by relevance
40 private int mSystraceIndex = -1; field in SystraceOutputParser69 mSystraceIndex = locateSystraceData(header); in parse()71 if (mSystraceIndex < 0) { in parse()103 if (mSystraceIndex < 0) { in getSystraceHtml()110 decompressor.setInput(mAtraceOutput, mSystraceIndex, mAtraceLength - mSystraceIndex); in getSystraceHtml()126 trace = new String(mAtraceOutput, mSystraceIndex, mAtraceLength - mSystraceIndex); in getSystraceHtml()