android_mt6572_jiabo/external/autotest/server/constants.py
2025-09-05 16:56:03 +08:00

11 lines
No EOL
409 B
Python

# Prefix of directory where collected crash-logs are stored.
CRASHLOGS_DEST_DIR_PREFIX = 'crashlogs'
# Attribute of host that needs logs to be collected.
CRASHLOGS_HOST_ATTRIBUTE = 'need_crash_logs'
# Marker file that is left when crash-logs are collected.
CRASHLOGS_MARKER = '.crashjob'
# Flag file to indicate the host is an adb tester.
ANDROID_TESTER_FILEFLAG = '/mnt/stateful_partition/.android_tester'