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.java1111 final String zippedPath = bugreportPath.replace(".txt", ".zip"); in zipBugreport() local
1112 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()