# 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.1 On version 1.1, in addition to the `OK` and `FAILURE` lines, when `bugreportz` is invoked with `-p`, it outputs the following lines: - `BEGIN:` right away. - `PROGRESS:/` as `dumpstate` progresses (where `` is the current progress units out of a max of ``). ## 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:` in case of success. - `FAIL:` in case of failure.