index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmds
/
incident_helper
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
Bob Badour
2021-02-18
1
-0
/
+9
*
incident_helper: Fix incorrect deletion
Greg Kaiser
2020-03-02
1
-1
/
+1
*
Handle EOF explicitly in incident_helper
Mike Ma
2020-02-26
2
-8
/
+14
*
Proto message for "dumpsys sensorservice --proto"
Mike Ma
2020-02-05
1
-1
/
+1
*
Persisted log parser for incident reporting
Mike Ma
2020-01-16
6
-0
/
+511
*
userdebug: support perfetto traces as a section in incident reports
Ryan Savitski
2019-06-05
1
-0
/
+2
*
Fix incident_helper crash.
Yao Chen
2019-03-04
3
-7
/
+8
*
Merge "Fix/suppress incident* google-explicit-constructor warnings" am: 6af0e...
Chih-hung Hsieh
2018-12-21
2
-3
/
+3
|
\
|
*
Fix/suppress incident* google-explicit-constructor warnings
Chih-Hung Hsieh
2018-12-20
2
-3
/
+3
*
|
Merge "Fix cert-dcl16-c clang-tidy warnings." am: 20b64c4bc7 am: 3038f743bf
Chih-hung Hsieh
2018-12-11
1
-6
/
+6
|
\
|
|
*
Fix cert-dcl16-c clang-tidy warnings.
Chih-Hung Hsieh
2018-12-11
1
-6
/
+6
*
|
Merge "Change owners of incidentd" am: 349377724e am: 069da8fef7
Mike Ma
2018-12-06
1
-1
/
+2
|
\
|
|
*
Change owners of incidentd
Mike Ma
2018-12-06
1
-1
/
+2
*
|
Merge changes I664fb325,I5e289469 am: 701001688f am: 833a491fab
Mark Salyzyn
2018-11-19
1
-1
/
+0
|
\
|
|
*
switch to using android-base/file.h instead of android-base/test_utils.h
Mark Salyzyn
2018-11-14
1
-1
/
+0
|
*
Update PageTypeInfoParser to be less restrictive.
Kenneth Magic
2018-08-28
3
-11
/
+6
|
*
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-08-08
4
-8
/
+8
*
|
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-08-06
4
-8
/
+8
*
|
Update PageTypeInfoParser to be less restrictive.
Kenneth Magic
2018-07-31
3
-11
/
+6
*
|
Add kernel version to incident report
Yi Jin
2018-06-22
1
-1
/
+2
|
/
*
Use modern c++ code style for incidentd.
Yi Jin
2018-03-30
4
-16
/
+16
*
Use uint64_t instead of long long as API type for consistent reason.
Yi Jin
2018-03-05
10
-18
/
+18
*
Add HighAtomic to pagetypeinfo, and don't fail if a header can't be
Yi Jin
2018-02-20
1
-1
/
+2
*
Merge "Add owners file for statsd/incidentd"
TreeHugger Robot
2018-02-15
1
-0
/
+2
|
\
|
*
Add owners file for statsd/incidentd
Yi Jin
2018-02-14
1
-0
/
+2
*
|
Make the platform proto naming consistent, Part 1
Yi Jin
2018-02-13
12
-131
/
+135
|
/
*
Fix permissions problems of incidentd.
Yi Jin
2018-01-17
1
-1
/
+1
*
Implement a new type of section which reads from logd and dumps proto.
Yi Jin
2018-01-06
8
-0
/
+292
*
incidentd: parsing ps dump into proto.
Kweku Adams
2018-01-02
10
-22
/
+563
*
incidentd: Parsing battery_type data to proto.
Kweku Adams
2017-12-27
5
-0
/
+166
*
Modify system properties proto
Yi Jin
2017-12-21
1
-3
/
+16
*
Merge "Fix how we build the statsd protos."
Joe Onorato
2017-12-14
7
-61
/
+22
|
\
|
*
Fix how we build the statsd protos.
Joe Onorato
2017-12-13
7
-61
/
+22
*
|
Create a new stream option which generates field name to id mapping
Yi Jin
2017-12-12
3
-31
/
+40
|
/
*
Merge "Add AndroidTest.xml to incident_helper and incidentd"
Yi Jin
2017-12-12
2
-0
/
+28
|
\
|
*
Add AndroidTest.xml to incident_helper and incidentd
Yi Jin
2017-12-07
2
-0
/
+28
*
|
Refactor system properties protos to just include the list treble team
Yi Jin
2017-12-11
5
-44
/
+301
|
/
*
Merge "Implement Cpu Freq Section"
Yi Jin
2017-11-20
6
-1
/
+265
|
\
|
*
Implement Cpu Freq Section
Yi Jin
2017-11-14
6
-1
/
+265
*
|
Implement System Properties Section
Yi Jin
2017-11-14
7
-88
/
+327
|
/
*
Implement Cpu Info Section
Yi Jin
2017-11-10
11
-144
/
+638
*
Remove unnecessary parameter WriteStringToFile
Wei Wang
2017-11-10
1
-4
/
+4
*
Refactor incident_helper to use protoutil and cppstream plugin.
Yi Jin
2017-10-31
17
-487
/
+833
*
Implement PageTypeInfo section
Yi Jin
2017-09-14
8
-55
/
+292
*
Implement PII Stripper, part 2
Yi Jin
2017-09-07
3
-2
/
+30
*
Merge "Remove useless open modes"
TreeHugger Robot
2017-08-15
1
-4
/
+4
|
\
|
*
Remove useless open modes
George Burgess IV
2017-08-14
1
-4
/
+4
*
|
Use Descriptor and Reflection to set table-like data, in this case
Yi Jin
2017-08-14
4
-87
/
+94
|
/
*
The proto field is set based on which header the data belongs to.
Yi Jin
2017-08-07
5
-88
/
+106
*
This cl implements CommandSection and use it to add procrank.proto Section
Yi Jin
2017-08-02
12
-148
/
+538
[next]