Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
359e4d73a1c70de0e2cc70a7362d74b51d48b69d
/
cmds
/
dumpstate
/
tests
/
dumpstate_test.cpp
bc22314
Have DumpPool return futures
by Chris Morin
· 3 years, 7 months ago
9fd8c05
dumpstate: Call dumpstate HAL HIDL and AIDL APIs
by Kedar Chitnis
· 3 years, 10 months ago
b8b5617
Fixes flaky ZippedBugReportStreamTest
by Rhed Jao
· 4 years, 5 months ago
34b041f
Fixes dumpstate crashed when shutdown the thread pool
by Rhed Jao
· 4 years, 6 months ago
9b795b5
Merge changes from topic "remove-duplicate-br-calls"
by Gavin Corkery
· 4 years, 9 months ago
105ad0c
Streaming bugreport content to stdout 2/2
by Dieter Hsu
· 5 years ago
5702b48
Remove unnecessary code for new BugreportManager
by Paul Chang
· 5 years ago
6f5ddce
Remove a redundant call of starting DumpstateService
by Rhed Jao
· 5 years ago
4875aa6
Faster bugreports (3/n)
by Rhed Jao
· 5 years ago
1c85512
Faster bugreports (2/n)
by Rhed Jao
· 5 years ago
27077b1
Faster bugreports (1/n)
by Rhed Jao
· 5 years ago
3a4cfb4
arc: Rename use_outfile to out_dir + use as is
by mhasank
· 5 years ago
2d75c44
arc: Reintroduce the output file option
by mhasank
· 5 years ago
d451a47
arc: Implement smaller dumpstate output
by mhasank
· 5 years ago
e0fbd48
Revert "arc: Implement smaller dumpstate output"
by mhasank
· 5 years ago
f56bbb2
arc: Implement smaller dumpstate output
by mhasank
· 5 years ago
c490e66
Support to let listener know critical dump is finished
by Paul Chang
· 5 years ago
f59c2b7
Take screenshot only when screenshot is requested
by Paul Chang
· 5 years ago
0d2aad7
Support to screenshot to interactive bugreport.
by Paul Chang
· 6 years ago
8540faf
Hook IDumpstateDevice 1.1 up to dumpstate binary.
by Hunter Knepshield
· 6 years ago
8917ac6
Merge changes from topic "connectivity-br" am: 3c741f0315 am: 4ec34c0deb am: 8ce77bde75
by Automerger Merge Worker
· 6 years ago
820f9bc
Update contents of a telephony bug report.
by Hunter Knepshield
· 6 years ago
d58b364
Merge "Remove no-op setListener method from dumpstate listener"
by Abhijeet Kaur
· 6 years ago
ed5d6a6
Remove no-op setListener method from dumpstate listener
by Abhijeet Kaur
· 6 years ago
e370d68
Sunset legacy bugreport methods
by Abhijeet Kaur
· 6 years ago
f02cd78
Remove old dumpstate aidl methods
by Nandana Dutt
· 6 years ago
402a839
Remove old dumpstate aidl methods
by Nandana Dutt
· 6 years ago
a152e0f
Merge "Remove unused function GetPidByName()"
by Abhijeet Kaur
· 6 years ago
e177e8e
Fix dumpstate_test test config
by Dan Shi
· 6 years ago
455fd26
Remove unused function GetPidByName()
by Abhijeet Kaur
· 6 years ago
3a811c1
dumpstate_test: Minor tweak to comments
by Greg Kaiser
· 6 years ago
47527b5
Fix dumpstate tests
by Nandana Dutt
· 6 years ago
d3cca0d
Lite bugreports(wifi/telephony) don't need screenshots
by Abhijeet Kaur
· 6 years ago
75c59f8
Merge "Dumpstate aidl: add cancelBugreport"
by Treehugger Robot
· 7 years ago
cc4ead8
Dumpstate aidl: add cancelBugreport
by Nandana Dutt
· 7 years ago
9a76d20
Remove outfile option from dumpstate
by Nandana Dutt
· 7 years ago
babf6c7
Call new dumpstate listener methods
by Nandana Dutt
· 7 years ago
a6a28bd
Add more methods to dumpstate listener
by Nandana Dutt
· 7 years ago
904e0e0
Fix adb bugreport and add bugreport unit tests.
by Abhijeet Kaur
· 7 years ago
58d72e2
Add a bugreport mode
by Nandana Dutt
· 7 years ago
4b392be
Added system property (dumpstate.unroot).
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
20cf503
Add bugreport section progress reporter
by Vishnu Nair
· 8 years ago
6921f80
Support dumpsys timeouts in milliseconds
by Vishnu Nair
· 8 years ago
f3b4c29
Merge "Dumpstate: lshal runs in non-root in user build" am: 0c47ec9a82 am: 223a1cf193
by Yifan Hong
· 8 years ago
48e83a1
Dumpstate: lshal runs in non-root in user build
by Yifan Hong
· 8 years ago
7fb8dee
Fixed dumpstate_test_fixture so it runs on 64 bits as well.
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
61ffcf7
expose the GetPidByName API of dumpstate
by Ecco Park
· 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
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
9a523ae
Fixed variable names according to Google C++ style.
by Felipe Leme
· 9 years ago
6d24dd5
Merge "Fixed RunCommandDropRoot when running as Shell."
by TreeHugger Robot
· 9 years ago
cef0298
Added tests for DumpFile.
by Felipe Leme
· 9 years ago
26c4157
Fixed RunCommandDropRoot when running as Shell.
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