Searched refs:bugreportPath (Results 1 – 1 of 1) sorted by relevance
1409 final String bugreportPath = info.bugreportFile.getAbsolutePath(); in zipBugreport() local1410 final String zippedPath = bugreportPath.replace(".txt", ".zip"); in zipBugreport()1411 Log.v(TAG, "zipping " + bugreportPath + " as " + zippedPath); in zipBugreport()1420 Log.v(TAG, "deleted original bugreport (" + bugreportPath + ")"); in zipBugreport()1422 Log.e(TAG, "could not delete original bugreport (" + bugreportPath + ")"); in zipBugreport()