summaryrefslogtreecommitdiff
path: root/core/java/android/os/BugreportManager.java
Commit message (Expand)AuthorAgeFilesLines
* [API review] Additional detail in BugreportCallback javadoc.Hunter Knepshield2021-02-251-2/+5
* BugreportManager API review updates.Hunter Knepshield2021-02-181-5/+25
* Make BugreportManager a public API that respects carrier privileges.Hunter Knepshield2021-01-151-66/+112
* Pass caller information in cancelBugreport.Hunter Knepshield2021-01-151-4/+8
* Replace broadcast with adding a method in BugreportCallbackPaul Chang2020-11-231-14/+8
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-191-2/+1
* Send intent to let calling app show UI safely without interfering the bugrepo...Paul Chang2020-04-231-0/+25
* Pass value to indicate screenshot is requested or not in Bugreporting APIPaul Chang2020-03-111-7/+7
* Improvements to Bugreporting API.Paul Chang2020-02-281-3/+25
* Add requestBugreport system API in BugreportManager.Paul Chang2019-12-031-0/+27
* Remove obsolete methods from DumpstateListener implementationsNandana Dutt2019-08-011-17/+0
* Merge "Use dev/null instead of tmp file" am: 2bd4dd2339Abhijeet Kaur2019-05-021-29/+6
|\
| * Use dev/null instead of tmp fileAbhijeet Kaur2019-04-181-29/+6
* | Merge "Notify the caller about I/O error" am: 2f206c6270Abhijeet Kaur2019-04-161-0/+1
|\|
| * Notify the caller about I/O errorAbhijeet Kaur2019-04-161-0/+1
* | Merge "Expose bugreporting service name" into qt-devNandana Dutt2019-04-121-0/+2
|\ \ | |/ |/|
| * Expose bugreporting service nameNandana Dutt2019-04-111-0/+2
* | Pass valid file descriptor to binderAbhijeet Kaur2019-04-111-5/+38
|/
* Merge changes I39e84219,I8d0e12cbTreehugger Robot2019-03-151-8/+17
|\
| * Bugreporting API: Take ownership of fds.Nandana Dutt2019-03-141-6/+17
| * Don't manage dumpstate lifecycle from system serverNandana Dutt2019-03-131-2/+0
* | Clean up bugreport API.Abhijeet Kaur2019-03-131-2/+3
|/
* Add a new error code for disallowing concurrent bugreportsNandana Dutt2019-02-211-1/+9
* Add error handling and other improvements to Bugreporting APINandana Dutt2019-02-051-10/+8
* Expose bugreporting API as system API.Nandana Dutt2019-01-281-2/+2
* Follow API guidelines in BugreportManagerNandana Dutt2019-01-251-37/+62
* Add a new bugreport error codeNandana Dutt2019-01-231-1/+13
* Improvements to Bugreporting API.Nandana Dutt2019-01-231-13/+33
* Pass in calling UID and package to dumpstateNandana Dutt2019-01-171-3/+10
* BugreportAPI : Connect listener to binder callbacksNandana Dutt2019-01-151-7/+6
* Add the new dumpstate listener methods to implementationsNandana Dutt2019-01-141-1/+17
* Add a privileged API for capturing and consuming bugreportsNandana Dutt2019-01-111-0/+148