Home | History | Annotate | Download | only in android_CrashLogging
      1 # Copyright 2016 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 AUTHOR = 'bryanlew'
      6 NAME = 'android_CrashLogging'
      7 TIME = 'FAST'
      8 TEST_TYPE = 'Server'
      9 DEPENDENCIES = 'os:android'
     10 
     11 DOC = """
     12 Check that Android non-Java crash logs are being generated.
     13 """
     14 
     15 def run(machine):
     16     job.run_test('android_CrashLogging', host=hosts.create_host(machine))
     17 
     18 parallel_simple(run, machines)
     19