tree: 3ed6b18541e7a627c0b48d310405287236c9edd9 [path history] [tgz]
  1. Android.mk
  2. bugreportz.cpp
  3. readme.md
cmds/bugreportz/readme.md

bugreportz protocol

bugreportz is used to generate a zippped bugreport whose path is passed back to adb, using the simple protocol defined below.

Version 1.0

On version 1.0, bugreportz does not generate any output on stdout until the bugreport is finished, when it then prints one line with the result:

  • OK:<path_to_bugreport_file> in case of success.
  • FAIL:<error message> in case of failure.