Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBootReceiver.java75 private static final String TAG_TRUNCATED = "[[TRUNCATED]]\n"; field in BootReceiver
499 int extraSize = headers.length() + TAG_TRUNCATED.length() + footers.length(); in addLastkToDropBox()
535 String fileContents = FileUtils.readTextFile(file, maxSize, TAG_TRUNCATED); in addFileWithFootersToDropBox()
579 String log = FileUtils.readTextFile(file, maxSize, TAG_TRUNCATED); in addAuditErrorsToDropBox()
604 String log = FileUtils.readTextFile(file, maxSize, TAG_TRUNCATED); in addFsckErrorsToDropBoxAndLogFsStat()