• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Prefix of directory where collected crash-logs are stored.
2CRASHLOGS_DEST_DIR_PREFIX = 'crashlogs'
3
4# Attribute of host that needs logs to be collected.
5CRASHLOGS_HOST_ATTRIBUTE = 'need_crash_logs'
6
7# Marker file that is left when crash-logs are collected.
8CRASHLOGS_MARKER = '.crashjob'
9
10# Flag file to indicate the host is an adb tester.
11ANDROID_TESTER_FILEFLAG = '/mnt/stateful_partition/.android_tester'