Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
88c7933df551f6dadd8cc931d104b01d6d1609e4
/
cmds
/
dumpstate
88c7933
Improved dumpstate logging.
by Felipe Leme
· 9 years ago
60292e5
dumpstate: remove length modifier on assignment suppressed scanf item
by Xia Yang
· 9 years ago
861dd22
dumpstate: remove -std=gnu99
by Xia Yang
· 9 years ago
6fe9db6
Changed permission of temporary bugreport and dumpstate log files to Shell.
by Felipe Leme
· 9 years ago
421c1c0
Merge "Split bugreport identifier into id and pid." into nyc-dev
by Felipe Leme
· 9 years ago
d5e724a
Send broadcasts as Shell.
by Felipe Leme
· 9 years ago
fdf52d3
Split dumpsys into critical and non-critical sections.
by Srinath Sridharan
· 10 years ago
1b0225a
Fixed format.
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
8fecfdd
Split bugreport identifier into id and pid.
by Felipe Leme
· 9 years ago
cbce55d
Improved dumpstate logging.
by Felipe Leme
· 9 years ago
0078b18
Merge "Migrate default app data on non-FBE devices."
by Jeff Sharkey
· 9 years ago
cc6281c
Migrate default app data on non-FBE devices.
by Jeff Sharkey
· 9 years ago
010f15b
Merge "dumpstate: refine calculated eMMC performance values" am: 088e7586ea am: 917b324e19
by Mark Salyzyn
· 9 years ago
a960bc9
Merge "dumpstate: refine calculated eMMC performance values" am: 088e7586ea
by Mark Salyzyn
· 9 years ago
01d6c39
dumpstate: refine calculated eMMC performance values
by Mark Salyzyn
· 10 years ago
111b9d0
Improved how the Shell directories are created.
by Felipe Leme
· 10 years ago
809d74e
Added metadata entries to zipped bugreport:
by Felipe Leme
· 10 years ago
608385d
Redirect output to file ASAP, otherwise printf() calls might be missed.
by Felipe Leme
· 10 years ago
0b53106
Merge "Proper fix of am args."
by Felipe Leme
· 10 years ago
43fd1bb
Proper fix of am args.
by Felipe Leme
· 10 years ago
942c50d
Merge "Fixed usage --receiver-foreground on am call."
by Felipe Leme
· 10 years ago
b0b4aa2
Fixed usage --receiver-foreground on am call.
by Felipe Leme
· 10 years ago
f5248da
dumpstate: enable cameraserver
by Chien-Yu Chen
· 10 years ago
edb0b0c
Pass --receiver-foreground to AM intents.
by Felipe Leme
· 10 years ago
770410d
Fixed performance issue by moving buffer allocation outside loop.
by Felipe Leme
· 10 years ago
876de45
Merge "Revert "dumpstate: Add security log dump"" am: 316923d359 am: fd0d76730f
by Mark Salyzyn
· 10 years ago
fd0d767
Merge "Revert "dumpstate: Add security log dump"" am: 316923d359
by Mark Salyzyn
· 10 years ago
43afe5d
Revert "dumpstate: Add security log dump"
by Mark Salyzyn
· 10 years ago
f3599b3
dumpstate.cpp: collect command line earlier
by Nick Kralevich
· 10 years ago
cbbdf73
Improvements for SHA256_file_hash()
by Michal Karpinski
· 10 years ago
4db754f
dumpstate.cpp changes to accomodate remote bugreports
by Michal Karpinski
· 10 years ago
c967727
Merge "Adding new bugreportremote service"
by Michal Karpinski
· 10 years ago
635ca31
Include mount info on zipped bugreport.
by Felipe Leme
· 10 years ago
e82a27d
Adds recovery files when writing to zip file.
by Felipe Leme
· 10 years ago
0c80cf0
Adds all tombstone files when writing to zipped file.
by Felipe Leme
· 10 years ago
1e9edc6
Refactored zipfile generation.
by Felipe Leme
· 10 years ago
78f2c86
Prints out how long it takes to generate each section.
by Felipe Leme
· 10 years ago
6834ea7
Removed the -p option since screenshots are now taken by Shell.
by Felipe Leme
· 10 years ago
b922d69
Adding new bugreportremote service
by Michal Karpinski
· 10 years ago
9609bbd
dumpstate: add audioserver
by Andy Hung
· 10 years ago
32a5962
Merge "Migrated dumpstate to C++." am: 1f62517b36
by Felipe Leme
· 10 years ago
515eb0d
Migrated dumpstate to C++.
by Felipe Leme
· 10 years ago
f1d82f4
Merge "Moved 'bugreportplus' from init.rc to dumpstate.rc"
by Felipe Leme
· 10 years ago
8d1d572
Moved 'bugreportplus' from init.rc to dumpstate.rc
by Felipe Leme
· 10 years ago
dca3004
Merge "dumpstate: Add security log dump" am: bc611a1d3e am: 0c124edf7c
by Mark Salyzyn
· 10 years ago
0c124ed
Merge "dumpstate: Add security log dump" am: bc611a1d3e
by Mark Salyzyn
· 10 years ago
c7ad8cb
dumpstate: Add security log dump
by Mark Salyzyn
· 10 years ago
7def230
Merge "dumpstate: build breakage @2482293" am: c93d0937e4 am: 8197219a6e
by Mark Salyzyn
· 10 years ago
8197219
Merge "dumpstate: build breakage @2482293" am: c93d0937e4
by Mark Salyzyn
· 10 years ago
4b45d67
dumpstate: build breakage @2482293
by Mark Salyzyn
· 10 years ago
f55d402
resolve merge conflicts of 01c1129fe6 to master.
by Mark Salyzyn
· 10 years ago
01c1129
Merge "dumpstate: Dump eMMC 5.0 stats" am: f9b3fc457f
by Mark Salyzyn
· 10 years ago
8c8130e
dumpstate: Dump eMMC 5.0 stats
by Mark Salyzyn
· 10 years ago
8c5ac0a
Merge "Fixed logic that was passing NULL to a std::string parameter and crashing dumpstate."
by Felipe Leme
· 10 years ago
3634a1e
Fixed logic that was passing NULL to a std::string parameter and
by Felipe Leme
· 10 years ago
b744ac2
Merge "Take screenshot right away when invoked with -P."
by Felipe Leme
· 10 years ago
9dc117c
Track rename from base/ to android-base/.
by Elliott Hughes
· 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
8ab87b6
Merge "Fix initial value of do_update_progress."
by Felipe Leme
· 10 years ago
08b5578
Fix initial value of do_update_progress.
by Felipe Leme
· 10 years ago
e159c7f
Increase raft timeout to 10min so we get complete logs from older devices. am: 804339a59e am: 7126caa17f am: c3ee5e8fb9
by Sharvil Nanavati
· 10 years ago
47c010c
Increase raft timeout to 10min so we get complete logs from older devices. am: 804339a59e am: 7126caa17f
by Sharvil Nanavati
· 10 years ago
c3ee5e8
Increase raft timeout to 10min so we get complete logs from older devices. am: 804339a59e
by Sharvil Nanavati
· 10 years ago
9c5440c
Merge "Adds a -P option so dumpstate can report its progress."
by Felipe Leme
· 10 years ago
804339a
Increase raft timeout to 10min so we get complete logs from older devices.
by Sharvil Nanavati
· 10 years ago
b82c925
dumpstate: call su before executing librank
by Nick Kralevich
· 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
f83543a
dumpstate: add -v printable to logcat
by Mark Salyzyn
· 10 years ago
0be2b76
Fixed check if zip file was generated properly.
by Felipe Leme
· 10 years ago
ed24d2a
Fix a few bugs related to dumping files.
by Christopher Ferris
· 10 years ago
74ee857
Merge "Added option (-z) to generate a zipfile with the bugreport."
by Felipe Leme
· 10 years ago
d907b32
add vehicle_network_service to stack dump
by keunyoung
· 10 years ago
0b90461
Merge "Move dumpstate to top -H rather than top -t." am: 20986bf383 am: 5e02b1bfbb
by Elliott Hughes
· 10 years ago
5e02b1b
Merge "Move dumpstate to top -H rather than top -t." am: 20986bf383
by Elliott Hughes
· 10 years ago
b32c7e1
Move dumpstate to top -H rather than top -t.
by Elliott Hughes
· 10 years ago
6e01fa6
Added option (-z) to generate a zipfile with the bugreport.
by Felipe Leme
· 10 years ago
55b42a6
Closes stdout when it is redirected to a file.
by Felipe Leme
· 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
877b5da
Merge "Allow read access to /proc entries for other UIDs" am: fd53598220
by Nick Kralevich
· 10 years ago
ab46a49
Allow read access to /proc entries for other UIDs
by Nick Kralevich
· 10 years ago
14f8cf1
Merge commit '75c5de42b759bdcfa7c0e6103fb959c28d686116' into HEAD
by Bill Yi
· 10 years ago
1fa95dd
Merge "Further reduce duplication in bugreport ps output." am: 670508d09a
by Elliott Hughes
· 10 years ago
430666b
Further reduce duplication in bugreport ps output.
by Elliott Hughes
· 10 years ago
ed59c4e
Merge "Reduce duplication in bugreport ps output." am: 8ebad13b34
by Elliott Hughes
· 10 years ago
a3533a3
Reduce duplication in bugreport ps output.
by Elliott Hughes
· 10 years ago
8b435c0
am 7b2b968d: am 33c3c1bd: Merge "Revert "do not dumpstate raft BUG: 24159112"" into cw-e-dev
by Jason Parks
· 10 years ago
31baf8d
Revert "do not dumpstate raft BUG: 24159112"
by Jason Parks
· 10 years ago
ca78bbf
am 52b25375: Merge "dumpstate: add -v printable to logcat"
by Mark Salyzyn
· 10 years ago
7831638
dumpstate: add -v printable to logcat
by Mark Salyzyn
· 10 years ago
313762d
am ae0405d6: Merge "dumpstate: execute procrank using su"
by Nick Kralevich
· 10 years ago
2b1f88b
dumpstate: execute procrank using su
by Nick Kralevich
· 10 years ago
af83daa
am ddf5f250: am 05c86225: do not dumpstate raft BUG: 24159112
by Erik Wolsheimer
· 10 years ago
05c8622
do not dumpstate raft BUG: 24159112
by Erik Wolsheimer
· 10 years ago
3854926
am a8273f09: am 872269a5: am 6afc38c4: Dump the ND offload status and address table in bugreports.
by Lorenzo Colitti
· 10 years ago
872269a
am 6afc38c4: Dump the ND offload status and address table in bugreports.
by Lorenzo Colitti
· 10 years ago
Next »