HomeSort by relevance Sort by last modified time
    Searched refs:hwclass (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 33 hwclass = hwid_proc.read()
34 if not hwclass:
35 hwclass = 'undefined'
36 if not ('HWClass: %s' % hwclass) in result['output']:
37 raise error.TestFail('Expected hwclass %s in output' % hwclass)
  /system/core/crash_reporter/
crash_sender 326 local hwclass="$(get_hardware_class)"
428 lecho " HWClass: ${hwclass}"
475 -F "hwclass=${hwclass}" \

Completed in 269 milliseconds