Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DIssueReporter.java101 mCurrentIssue.mBugReport = getBytes(input, BUGREPORT_SIZE); in setBugReport()
174 private byte[] mBugReport; field in IssueReporter.Issue
193 .addFormFile("bugReport", "bugreport.txt.gz", mBugReport) in call()