Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
da901bfc4f15723f0a7567ecd09742fd166df2f0
/
cmds
/
dumpstate
/
dumpstate.h
cf419a7
Check for user consent denial when dumping traces.
by Nandana Dutt
· 6 years ago
bbdb5b4
Handle user consent denial sooner
by Nandana Dutt
· 6 years ago
ea72559
Merge "Log duration to logcat always."
by Treehugger Robot
· 6 years ago
a8470b8
Log duration to logcat always.
by Nandana Dutt
· 6 years ago
faafd52
dumpstate: move dump_traces to Dumpstate
by Nandana Dutt
· 6 years ago
a344cb6
dumpstate: handle errors gracefully
by Nandana Dutt
· 6 years ago
f02564e
Fix dumpstate smoke test
by Nandana Dutt
· 6 years ago
e78c3d7
Use screenshot file descriptor if available
by Nandana Dutt
· 6 years ago
d2f5f08
Use the consent service to check if user has consented to taking a bugreport
by Nandana Dutt
· 7 years ago
9a76d20
Remove outfile option from dumpstate
by Nandana Dutt
· 6 years ago
babf6c7
Call new dumpstate listener methods
by Nandana Dutt
· 7 years ago
54dbd67
Wire up new binder method arguments
by Nandana Dutt
· 7 years ago
d0937e6
Fix/suppress google-explicit-constructor warnings
by Chih-Hung Hsieh
· 7 years ago
cb47a08
Merge "Fix adb bugreport and add bugreport unit tests."
by Treehugger Robot
· 7 years ago
904e0e0
Fix adb bugreport and add bugreport unit tests.
by Abhijeet Kaur
· 7 years ago
979388e
Accept a file descriptor to write bugreport file
by Nandana Dutt
· 7 years ago
a7db634
Remove unused rename code
by Nandana Dutt
· 7 years ago
197661d
Implement startBugreport binder function
by Nandana Dutt
· 7 years ago
58d72e2
Add a bugreport mode
by Nandana Dutt
· 7 years ago
5fb117b
Separate options parsing from running dumpstate
by Nandana Dutt
· 7 years ago
3f8c717
Refactor options parsing in dumpstate
by Nandana Dutt
· 7 years ago
7eb8b4c
resolve merge conflicts of 0d55f34ed26f44e11c2ad93c0791e1b920778ba0 to pi-dev-plus-aosp
by Elliott Hughes
· 7 years ago
91c2ae5
Clean up DumpData-related functions
by Luis Hector Chavez
· 7 years ago
64afc02
Flip bugreport version to 2.0
by Vishnu Nair
· 7 years ago
e97d612
Add support for proto dumps in dumpstate
by Vishnu Nair
· 8 years ago
20cf503
Add bugreport section progress reporter
by Vishnu Nair
· 8 years ago
6921f80
Support dumpsys timeouts in milliseconds
by Vishnu Nair
· 8 years ago
522ae9a
dumpstate/Android.mk is converted to Android.bp
by Jiyong Park
· 8 years ago
780b128
Add priority based dumpsys support to dumpstate
by Vishnu Nair
· 8 years ago
b22e65d
dumpstate/Android.mk is converted to Android.bp
by Jiyong Park
· 8 years ago
b53a1c9
Add notification_title and notification_description to dumpstate
by Naveen Kalla
· 8 years ago
23ccc62
Move dumpstate to calling getprop.
by Elliott Hughes
· 8 years ago
8d2410e
Explicitly sets Shell component on broadcast.
by Felipe Leme
· 8 years ago
47e9be2
Moved DumpstateUtil.h functions to its own namespace.
by Felipe Leme
· 9 years ago
7440ddb
dumpstate: remove references to legacy dumpstate
by Steven Moreland
· 9 years ago
cb7ef82
Use IVibrator hidl service in dumpstate.
by Steven Moreland
· 9 years ago
f029297
Even moar refactoring...
by Felipe Leme
· 9 years ago
46b85da
Lotta of small dumpstate fixes...
by Felipe Leme
· 9 years ago
6f674ae
Uses Dumpstate HIDL instead of dumpstate_board.
by Felipe Leme
· 9 years ago
bda15a0
Moved some functions to DumpstateUtil.h.
by Felipe Leme
· 9 years ago
009ecbb
Deprecated system properties used to update progress:
by Felipe Leme
· 9 years ago
7447d7c
Save dumpstate duration stats so it can be tuned over time.
by Felipe Leme
· 9 years ago
75876a2
Created a dumpstate service.
by Felipe Leme
· 9 years ago
c6bc8bc
Encapsulates zip_writer_ on Dumpstate class.
by Felipe Leme
· 9 years ago
062926e
Uses DISALLOW_COPY_AND_ASSIGN.
by Felipe Leme
· 9 years ago
e184f66
Add ANR traces to their own zip entries.
by Felipe Leme
· 9 years ago
d071c68
Sets dumpstate version using system properties.
by Felipe Leme
· 9 years ago
9a523ae
Fixed variable names according to Google C++ style.
by Felipe Leme
· 9 years ago
1d486fe
Refactor zip functions and state into Dumpstate class.
by Felipe Leme
· 9 years ago
2b9b06c
Minor dumpstate refactorings:
by Felipe Leme
· 9 years ago
bbaf3c1
Minor changes on dumpstate refactoring:
by Felipe Leme
· 9 years ago
d80e6b6
Moar Dumpstate refactoring and unit testing:
by Felipe Leme
· 9 years ago
fd8affa
Moar tests for RunCommand:
by Felipe Leme
· 9 years ago
4c2d663
Added initial tests for dumpstate.
by Felipe Leme
· 9 years ago
c7fe8fe
Deprecate run_command() and dump_file().
by Felipe Leme
· 9 years ago
6ad9c06
Fixed and improve RunCommand() when running as root.
by Felipe Leme
· 9 years ago
678727a
Moar C++ refactoring.
by Felipe Leme
· 9 years ago
e844a9d
Initial work on a Dumpstate class.
by Felipe Leme
· 9 years ago
5bcce57
Fix dumpsys timeouts.
by Felipe Leme
· 9 years ago
b0f669d
Fixed C++ style on refactored function and variable names.
by Felipe Leme
· 9 years ago
0bcc7ca
Refactored dump_file() into dumpFile().
by Felipe Leme
· 9 years ago
30dbfa1
Refactored run_command functions.
by Felipe Leme
· 9 years ago
fd55a75
Merge "Fix google-explicit-constructor warnings in dumpstate." am: a70396971e am: 347b6f4c35 am: 666cd74e59
by Chih-Hung Hsieh
· 9 years ago
4c8a923
Merge "Fix google-explicit-constructor warnings in dumpstate." am: a70396971e am: 347b6f4c35
by Chih-Hung Hsieh
· 9 years ago
759af11
Fix google-explicit-constructor warnings in dumpstate.
by Chih-Hung Hsieh
· 9 years ago
35c94f3
Created constant for maximun number of args.
by Felipe Leme
· 9 years ago
d402e7d
Refactored use of ON_DRY_RUN macros.
by Felipe Leme
· 9 years ago
8268ed2
Uses a system property to set dry-run mode.
by Felipe Leme
· 9 years ago
1b99fe9
Added a -p option to bugreportz to show progress. am: 02b7e00c1e am: a12c863892
by Felipe Leme
· 9 years ago
02b7e00
Added a -p option to bugreportz to show progress.
by Felipe Leme
· 9 years ago
0f3fb20
Adds dumpstate log file to bugreport zip.
by Felipe Leme
· 9 years ago
249beee
Expose more useful functions that can be used by dumpstate_board().
by Calvin On
· 9 years ago
71ca15e
Expose functions used to add entries to the zip file.
by Felipe Leme
· 9 years ago
2628e9e
Added support for 'bugreport -z'.
by Felipe Leme
· 9 years ago
29c3971
Added option to redirect stdout on run_command_always.
by Felipe Leme
· 9 years ago
faf67e3
Increased estimated max progress of bugreports.
by Felipe Leme
· 9 years ago
7363baf
Merge "Don't use su to when calling am or dumpsys." into nyc-dev
by Felipe Leme
· 9 years ago
71a74ac
Capture systrace buffers.
by Felipe Leme
· 9 years ago
cf6a8b4
Don't use su to when calling am or dumpsys.
by Felipe Leme
· 9 years ago
a34efb7
Improve logging of child commands.
by Felipe Leme
· 9 years ago
88c7933
Improved dumpstate logging.
by Felipe Leme
· 9 years ago
60869c9
Fixed C++ syntax.
by Felipe Leme
· 9 years ago
a297c32
dumpstate: report process times
by Mark Salyzyn
· 9 years ago
cbce55d
Improved dumpstate logging.
by Felipe Leme
· 9 years ago
111b9d0
Improved how the Shell directories are created.
by Felipe Leme
· 9 years ago
608385d
Redirect output to file ASAP, otherwise printf() calls might be missed.
by Felipe Leme
· 9 years ago
0c80cf0
Adds all tombstone files when writing to zipped file.
by Felipe Leme
· 10 years ago
78f2c86
Prints out how long it takes to generate each section.
by Felipe Leme
· 10 years ago
f55d402
resolve merge conflicts of 01c1129fe6 to master.
by Mark Salyzyn
· 10 years ago
8c8130e
dumpstate: Dump eMMC 5.0 stats
by Mark Salyzyn
· 10 years ago
3634a1e
Fixed logic that was passing NULL to a std::string parameter and
by Felipe Leme
· 10 years ago
e338bf6
Take screenshot right away when invoked with -P.
by Felipe Leme
· 10 years ago
ad5f6c4
Minor improvements in the bugreport progress workflow:
by Felipe Leme
· 10 years ago
71bbfc5
Adds a -P option so dumpstate can report its progress.
by Felipe Leme
· 10 years ago
36b3f6f
Allow broadcasting of bug reports without a screenshot.
by Felipe Leme
· 10 years ago
ed24d2a
Fix a few bugs related to dumping files.
by Christopher Ferris
· 10 years ago
93d705b
Add option to #define _DUMPSTATE_DRY_RUN_ to skip the actual dumps.
by Felipe Leme
· 10 years ago
8620bb4
Migrated dumpstate to C++.
by Felipe Leme
· 10 years ago
326842f
dumpstate: report per-partition MMC performance
by Mark Salyzyn
· 10 years ago
123edd9
resolved conflicts for merge of 04e13acd to master
by Christopher Ferris
· 10 years ago
Next »