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