Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DUtils.java223 private static final String USABILITY_TAG = UsabilityStudyLogUtils.class.getSimpleName(); field in Utils.UsabilityStudyLogUtils
263 Log.e(USABILITY_TAG, "Can't create log file."); in createLogFileIfNotExist()
300 Log.d(USABILITY_TAG, "Write: " + log); in write()
318 Log.e(USABILITY_TAG, "Can't read log file."); in getBufferedLogs()
321 Log.d(USABILITY_TAG, "Got all buffered logs\n" + sb.toString()); in getBufferedLogs()
341 Log.w(USABILITY_TAG, "No internal log file found."); in emailResearcherLogsAll()
347 Log.w(USABILITY_TAG, "Doesn't have the permission WRITE_EXTERNAL_STORAGE"); in emailResearcherLogsAll()
361 Log.w(USABILITY_TAG, e1); in emailResearcherLogsAll()
364 Log.w(USABILITY_TAG, e2); in emailResearcherLogsAll()
368 Log.w(USABILITY_TAG, "Dest file doesn't exist."); in emailResearcherLogsAll()
[all …]