Searched refs:bugreportPath (Results 1 - 2 of 2) sorted by relevance

/system/extras/bugmailer/
H A Dbugmailer.sh23 bugreportPath="bugreports"
27 if [ ! -e "$writePath/$bugreportPath" ]; then
28 mkdir "$writePath/$bugreportPath"
44 cp "$tmpPath/bugreport-$timestamp.txt" "$writePath/$bugreportPath/bugreport-$timestamp.txt"
50 /system/bin/send_bug "$readPath/$bugreportPath/bugreport-$timestamp.txt" "$readPath/$screenshotPath/Screenshot_$timestamp.png"
/system/extras/bugmailer/src/com/android/commands/sendbug/
H A DSendBug.java53 private void run(String bugreportPath) { argument
54 run(bugreportPath, null);
57 private void run(String bugreportPath, String screenShotPath) { argument
58 final File bugreport = new File(bugreportPath);
85 + bugreportPath);

Completed in 97 milliseconds