Searched refs:bugreportz (Results 1 – 6 of 6) sorted by relevance
1 # bugreportz protocol3 `bugreportz` is used to generate a zippped bugreport whose path is passed back to `adb`, using7 On version 1.1, in addition to the `OK` and `FAILURE` lines, when `bugreportz` is invoked with15 On version 1.0, `bugreportz` does not generate any output on `stdout` until the bugreport is
9 bugreportz.cpp \12 LOCAL_MODULE:= bugreportz33 bugreportz.cpp \
19 int bugreportz(int s, bool show_progress);
98 bugreportz(s, show_progress); in main()
45 int bugreportz(int s, bool show_progress) { in bugreportz() function
78 int status = bugreportz(read_fd_, show_progress); in Bugreportz()