Home
last modified time | relevance | path

Searched refs:zippedPath (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1113 final String zippedPath = bugreportPath.replace(".txt", ".zip"); in zipBugreport() local
1114 Log.v(TAG, "zipping " + bugreportPath + " as " + zippedPath); in zipBugreport()
1115 final File bugreportZippedFile = new File(zippedPath); in zipBugreport()
1129 Log.e(TAG, "exception zipping file " + zippedPath, e); in zipBugreport()