Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DIssueReporter.java44 private static final int BUGREPORT_SIZE = 500 * 1024; field in IssueReporter
101 mCurrentIssue.mBugReport = getBytes(input, BUGREPORT_SIZE); in setBugReport()