summaryrefslogtreecommitdiff
path: root/packages/Shell/src/com/android/shell/BugreportProgressService.java
Commit message (Expand)AuthorAgeFilesLines
* Secure REMOTE_BUGREPORT_DISPATCHRubin Xu2022-03-221-4/+15
* Clean <plurals> in BugreportProgressServiceCalvin Pan2022-01-261-3/+9
* Merge "update bug report notification title"Josh Yang2022-01-111-4/+6
|\
| * update bug report notification titleAbhijit Nukalapati2021-11-161-4/+6
* | Merge "Support adding System Traces to Wear Bugreports"Josh Yang2022-01-111-3/+41
|\ \
| * | Support adding System Traces to Wear BugreportsYeabkal Wubshit2021-11-161-3/+41
| |/
* / Share Wear bugreport right after it is takenYeabkal Wubshit2021-11-241-30/+134
|/
* Merge "Fix missing fields when parceling the BugreportInfo" am: 2042ea04aa am...Rhed Jao2021-01-071-2/+8
|\
| * Merge "Fix missing fields when parceling the BugreportInfo"Rhed Jao2021-01-071-2/+8
| |\
| | * Fix missing fields when parceling the BugreportInfoRhed Jao2021-01-071-2/+8
| * | Returns immediately if the bugreport file already existsRhed Jao2020-12-211-4/+11
| * | Fixes an error handling in BugreportProgressServiceRhed Jao2020-12-211-4/+5
| * | Fix BugreportReceiverTestRhed Jao2020-12-211-12/+54
| * | Do not buzzing for each progress of bugreport notificationRhed Jao2020-12-211-0/+2
| |/
| * Replace broadcast with adding a method in BugreportCallbackPaul Chang2020-11-231-0/+3
* | Returns immediately if the bugreport file already existsRhed Jao2020-12-101-4/+11
* | Fixes an error handling in BugreportProgressServiceRhed Jao2020-12-101-4/+5
* | Replace broadcast with adding a method in BugreportCallbackPaul Chang2020-11-141-0/+3
* | Add immutability flag to PendingIntentsGavin Corkery2020-10-281-2/+2
* | Apply FLAG_IMMUTABLE to various PendingIntents.Jeff Sharkey2020-10-201-2/+4
* | Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-09-281-2/+2
|\|
| * Merge "Update language to comply with Android's inclusive language guidance"Treehugger Robot2020-09-281-2/+2
| |\
| | * Update language to comply with Android's inclusive language guidanceAlice Kuo2020-08-031-2/+2
* | | Fix BugreportReceiverTestRhed Jao2020-06-181-12/+54
* | | Do not buzzing for each progress of bugreport notificationRhed Jao2020-06-091-0/+2
|/ /
* | Merge "Take interactive bugreports on Android TV" into rvc-devRobin Lee2020-05-221-4/+6
|\ \
| * | Take interactive bugreports on Android TVRobin Lee2020-05-211-4/+6
* | | Delete empty bugreport files onErrorAbhijeet Kaur2020-04-061-0/+17
* | | Merge "Follow best practices for Atomic variables" into rvc-devTreeHugger Robot2020-04-031-11/+11
|\ \ \
| * | | Follow best practices for Atomic variablesAbhijeet Kaur2020-04-021-11/+11
* | | | Track bugreports immediately after triggering a bugreportAbhijeet Kaur2020-04-021-11/+9
|/ / /
* | | Merge "Delete bugreport file on bugreport cancel" into rvc-devTreeHugger Robot2020-03-311-0/+9
|\ \ \
| * | | Delete bugreport file on bugreport cancelAbhijeet Kaur2020-03-301-0/+9
* | | | Merge "Initialize progress and lastProgress AtomicIntegers" into rvc-devTreeHugger Robot2020-03-271-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Initialize progress and lastProgress AtomicIntegersAbhijeet Kaur2020-03-261-2/+2
| |/ /
* / / Show predefined title and description in finished notificationAbhijeet Kaur2020-03-251-3/+7
|/ /
* | Clean up code in BugreportProgressServiceAbhijeet Kaur2020-03-181-87/+63
* | Clean up code of starting bug reportPaul Chang2020-02-281-8/+21
* | Merge "Add synchronization locks to shared objects"Abhijeet Kaur2020-02-171-89/+192
|\ \
| * | Add synchronization locks to shared objectsAbhijeet Kaur2020-02-141-89/+192
* | | Refactor bugreport files creation and getfd methodsAbhijeet Kaur2020-02-141-28/+27
|/ /
* | Remove duplicate directory variables with the same valueAbhijeet Kaur2020-02-071-49/+73
* | Remove legacy-flow no-op variables: max, realMax and realProgressAbhijeet Kaur2020-01-261-52/+11
* | Merge "Move heap dump sharing to SHELL." am: c29b5cba29 am: 2cdf2d5ad7Kweku Adams2019-10-301-1/+1
|\|
| * Move heap dump sharing to SHELL.Kweku Adams2019-10-291-1/+1
* | Remove unused broadcasts/functions/variables from ShellAbhijeet Kaur2019-10-221-430/+73
* | Read screenshot file from screenshotFiles arrayAbhijeet Kaur2019-10-101-4/+4
* | Add synchronized locks to bugreport callback methodsAbhijeet Kaur2019-10-071-67/+88
* | Fix bugreport rename in API workflowAbhijeet Kaur2019-10-071-72/+142
* | Merge "Handle legacy broadcasts from dumpstate logic in onFinished() callback"Abhijeet Kaur2019-09-261-8/+132
|\ \