Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DDiagnosticDataCollectorTest.java53 private static final String[] LOGCAT_BINARY = {"/system/bin/logcat"}; field in DiagnosticDataCollectorTest
130 verifyCmdAndDropboxTag(LOGCAT_BINARY, "test_tag_logcat", true); in testPersistForLogcat()
/packages/services/Telephony/src/com/android/phone/
DDiagnosticDataCollector.java53 private static final String LOGCAT_BINARY = field in DiagnosticDataCollector
102 new String[]{LOGCAT_BINARY, "-t", startTime, "-b", LOGCAT_BUFFERS}, in persistLogcat()