Searched refs:logPath (Results 1 – 1 of 1) sorted by relevance
102 final String logPath = getExternalFilesDir(null) + File.separator + "tc.json"; in onCreate()103 FileOutputStream os = new VerifyingFileOutputStream(logPath, infoView, in onCreate()128 VerifyingFileOutputStream(String logPath, TextView infoView, Button tracingButton) in VerifyingFileOutputStream() argument130 super(logPath); in VerifyingFileOutputStream()131 mLogPath = logPath; in VerifyingFileOutputStream()151 private void verifyJSON(String logPath) throws IOException, JSONException { in verifyJSON() argument153 FileInputStream fis = new FileInputStream(logPath); in verifyJSON()