summaryrefslogtreecommitdiffstats
path: root/adb/bugreport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Don't preserve file attributes when pulling bugreport file..."Treehugger Robot2017-08-221-1/+1
|\
| * Don't preserve file attributes when pulling bugreport file...Felipe Leme2017-08-151-1/+1
* | adb: allow selection of a specific transport.Josh Gao2017-08-211-7/+6
|/
* Always print the initial bugreport progress message.Felipe Leme2017-05-231-1/+1
* Merge "Don't display bugreport progress when it recedes, for real..."Treehugger Robot2017-05-031-8/+8
|\
| * Don't display bugreport progress when it recedes, for real...Felipe Leme2017-05-021-8/+8
* | Fix various adb error reporting bugs.Elliott Hughes2017-04-181-2/+2
|/
* Don't display bugreport progress when it recedes.Felipe Leme2017-03-201-1/+12
* Move adb_dirname and adb_basename to libbaseColin Cross2017-02-271-2/+3
* Don't print 168^W143 lines of help when someone makes a typo.Elliott Hughes2017-02-061-4/+1
* Merge "Make "adb bugreport"'s .zip check case-insensitive."Elliott Hughes2016-10-261-2/+1
|\
| * Make "adb bugreport"'s .zip check case-insensitive.Elliott Hughes2016-10-251-2/+1
| * Move off std::sto* function which abort on failure.Elliott Hughes2016-10-131-3/+6
| * DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages.Felipe Leme2016-08-301-5/+5
| * DO NOT MERGE: Ignore bugreportz output when it's not supported.Felipe Leme2016-08-301-8/+18
| * DO NOT MERGE: Deprecated 'adb bugreport' with flat files.Felipe Leme2016-08-301-26/+96
| * DO NOT MERGE: Minor improvements on bugreport generation.Felipe Leme2016-08-301-29/+46
| * DO NOT MERGE: Removed extra 'pulling file' message.Felipe Leme2016-08-301-11/+13
| * DO NOT MERGE: Show bugreport progress.Felipe Leme2016-08-301-27/+102
| * DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to u...Felipe Leme2016-08-301-28/+52
| * DO NOT MERGE: Split bugreport() into its own file and added unit tests.Felipe Leme2016-08-301-0/+80
* Split 'generating' and 'pulling' in 2 messages.Felipe Leme2016-08-171-5/+5
* Ignore bugreportz output when it's not supported.Felipe Leme2016-08-171-8/+18
* Deprecated 'adb bugreport' with flat files.Felipe Leme2016-08-171-26/+96
* Minor improvements on bugreport generation.Felipe Leme2016-08-171-29/+46
* Removed extra 'pulling file' message.Felipe Leme2016-08-171-11/+13
* Show bugreport progress.Felipe Leme2016-08-171-27/+102
* Refactored functions that copy sdout and stderr to strings to use a callback.Felipe Leme2016-08-171-28/+52
* Split bugreport() into its own file and added unit tests.Felipe Leme2016-08-171-0/+80