Searched refs:logsJSONString (Results 1 – 1 of 1) sorted by relevance
77 String logsJSONString = in getSavedLogs() local79 if (logsJSONString == null || logsJSONString.isEmpty()) { in getSavedLogs()84 ArrayList<AppLog> appLogs = gson.fromJson(logsJSONString, type); in getSavedLogs()