Home | History | Annotate | only in /frameworks/native/cmds/bugreportz
Up to higher level directory
NameDateSize
Android.mk24-Aug-2016200
bugreportz.cpp24-Aug-20164.1K
readme.md24-Aug-2016417

readme.md

      1 # bugreportz protocol
      2 
      3 `bugreportz` is used to generate a zippped bugreport whose path is passed back to `adb`, using
      4 the simple protocol defined below.
      5 
      6 
      7 ## Version 1.0
      8 On version 1.0, `bugreportz` does not generate any output on `stdout` until the bugreport is
      9 finished, when it then prints one line with the result:
     10 
     11 - `OK:<path_to_bugreport_file>` in case of success.
     12 - `FAIL:<error message>` in case of failure.
     13