Searched refs:zippedPath (Results 1 – 1 of 1) sorted by relevance
1111 final String zippedPath = bugreportPath.replace(".txt", ".zip"); in zipBugreport() local1112 Log.v(TAG, "zipping " + bugreportPath + " as " + zippedPath); in zipBugreport()1113 final File bugreportZippedFile = new File(zippedPath); in zipBugreport()1127 Log.e(TAG, "exception zipping file " + zippedPath, e); in zipBugreport()