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