Home | History | Annotate | Download | only in testingcamera

Lines Matching refs:logEntry

1545         StringBuffer logEntry = new StringBuffer(32);
1546 logEntry.append("\n").append(mDateFormatter.format(new Date())).append(logIndent);
1547 logEntry.append(logLine);
1548 mLogView.append(logEntry);