OSDN Git Service

Refactor of the bugreport code.
authorChristopher Ferris <cferris@google.com>
Wed, 21 Jan 2015 03:18:59 +0000 (19:18 -0800)
committerChristopher Ferris <cferris@google.com>
Fri, 23 Jan 2015 21:40:56 +0000 (13:40 -0800)
commit9b73bf07d73dbab5b792632e1e233edbad77f5fd
tree104ea952f91ff6eb95a8dff8f2e2921fdab38fa3
parentf551e1c1a59ae7ac906e2b204c3704d0dbf926a8
Refactor of the bugreport code.

Implemented these changes:

- Make this code C++.
- Avoid hangs by adding a timeout.
- Add the necessary TEMP_FAILURE_RETRY calls.
- Restructure the code a bit.

Bug: 18800936

Change-Id: Iba9f86a4c7beee4f0f36e51234855f4c0834db47
cmds/bugreport/Android.mk
cmds/bugreport/bugreport.c [deleted file]
cmds/bugreport/bugreport.cpp [new file with mode: 0644]