~canonical-ci-engineering/jenkins-launchpad-plugin/autopilot-testrunner-touch-saucy

« back to all changes in this revision

Viewing changes to mediumtests-runner-touch.sh

  • Committer: Francis Ginther
  • Date: 2013-10-16 23:27:00 UTC
  • Revision ID: francis.ginther@canonical.com-20131016232700-hfyd78u55u4tcp9h
Add collection of /.cache/upstart/unity8.log.

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
adb -s $ANDROID_SERIAL pull /tmp/top-post.log $log_dir
192
192
exec_with_adb "dmesg > /tmp/dmesg.log"
193
193
adb -s $ANDROID_SERIAL pull /tmp/dmesg.log $log_dir
 
194
adb -s $ANDROID_SERIAL pull $HOME_DIR/.cache/upstart/unity8.log $log_dir
194
195
 
195
196
# Collect crash files
196
197
echo "I: Gathering crash files (if any)"