• Home
Name
Date
Size
#Lines
LOC

..--

Android.mkD07-May-2024200 137

bugreportz.cppD07-May-20244.1 KiB13391

readme.mdD07-May-2024417 138

readme.md

1# bugreportz protocol
2
3`bugreportz` is used to generate a zippped bugreport whose path is passed back to `adb`, using
4the simple protocol defined below.
5
6
7## Version 1.0
8On version 1.0, `bugreportz` does not generate any output on `stdout` until the bugreport is
9finished, 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