Searched defs:logs (Results 1 – 4 of 4) sorted by relevance
108 void writeLogs(List<byte[]> logs) throws IOException { in writeLogs()169 List<byte[]> logs = new ArrayList<>(); in getLogs() local
159 List<byte[]> logs; in dumpLogToStringInternal() local
144 File logs = new File(context.getFilesDir(), LOGS_FILE_PATH); in e() local
38 private final EventEntry[] logs; field in EventLogArray