Sign in
android
/
platform
/
system
/
crash_reporter
/
refs/heads/main
/
user_collector.cc
ccc4332
crash_reporter: Fix product_id in kernel crash reports
by Steve Fung
· 9 years ago
e76c69b
crash_reporter/metricsd: Update libchrome APIs to r369476
by Alex Vakulenko
· 9 years ago
85469fd
crash_reporter: Join AID_READPROC group
by Steve Fung
· 9 years ago
30d7596
crash_reporter: Update to use the os-release.d configs
by Steve Fung
· 9 years ago
e2434e0
system/core: Rename "chromeos" -> "brillo" in include paths and namespaces
by Alex Vakulenko
· 9 years ago
aab863e
crash_reporter: Report the bdk_version
by Steve Fung
· 9 years ago
e624cd9
crash_reporter: Use the actual GID of the crashing process
by Steve Fung
· 9 years ago
e6c8835
crash_reporter: Support crashes from arbitrary users
by Steve Fung
· 9 years ago
4d6eb6f
crash_reporter: Set Version and Product ID
by Steve Fung
· 9 years ago
b801ab9
crash_reporter: Run with supplemental groups
by Steve Fung
· 10 years ago
8510b9a
Merge "crash_reporter: Fix tmp directory location"
by Steve Fung
· 10 years ago
4f1b17e
crash_reporter: Fix tmp directory location
by Steve Fung
· 10 years ago
5e633b7
crash_reporter: Relicense as Apache 2.
by Steve Fung
· 10 years ago
3fd8736
crash_reporter: Enable core dumps
by Steve Fung
· 10 years ago
936c204
crash_reporter: Fix initial compile issues with Android toolchain
by Steve Fung
· 10 years ago
2388d55
crash_reporter: Remove Chrome collector, CrOS build files, DBus
by Steve Fung
· 10 years ago
5733008
crash_reporter: Fix header include paths
by Steve Fung
· 10 years ago
e629b0a
crash-reporter: remove gflags dependency
by Steve Fung
· 11 years ago
bf08981
crash-reporter: Replace NULL with nullptr.
by Ben Chan
· 10 years ago
a97f60c
Update code to include base/files/file_util.h
by Ben Chan
· 11 years ago
e4a2065
crash-reporter: Use integer types from stdint.h
by Ben Chan
· 11 years ago
04d602c
crash-reporter: Fix coding style and cpplint issues.
by Ben Chan
· 11 years ago
a69d12e
crash-reporter: Update to build against libchrome-271506.
by Ben Chan
· 11 years ago
109c3ed
use IGNORE_EINTR w/close
by Mike Frysinger
· 11 years ago
4868aae
UserCollector: only create meta file if payload write succeeds
by Thiemo Nagel
· 11 years ago
a57c3f5
user_collector: use %P instead of %p
by Mike Frysinger
· 11 years ago
2ae08b7
update to libbase-242728
by Mike Frysinger
· 11 years ago
94fb4f7
crash_reporter: clarify chrome crash ignore message
by Mike Frysinger
· 11 years ago
f7c35b4
Replace some LOGs with PLOGs
by Chris Masone
· 12 years ago
5c72fb2
Handle Chrome crashes
by Albert Chaulk
· 12 years ago
b095341
Replace FilePath declaration with file_path.h include
by Simon Que
· 12 years ago
f3c7ce1
update to libchrome 180609
by Mike Frysinger
· 12 years ago
a718a09
crash-reporter: Remove some dependency on /proc
by Michael Krebs
· 12 years ago
c07bbde
crash-reporter: Add a new Chrome thread to ignore
by Michael Krebs
· 12 years ago
8f128b2
crash-reporter: Add a missing Chrome thread to ignore
by Michael Krebs
· 12 years ago
60c41b7
crash-reporter: Also ignore renamed Chrome threads
by Michael Krebs
· 13 years ago
c779c88
Create separate udev collector class
by Simon Que
· 13 years ago
cf20766
update to newer libbase
by Mike Frysinger
· 13 years ago
4effe5c
Improve error diagnostics in UserCollector.
by Ben Chan
· 13 years ago
ef66945
crash-reporter: Read core from stdin even if proc files are unsuable.
by Ben Chan
· 13 years ago
c7c7914
crash-reporter: Validate proc files and log the state of crashed process.
by Ben Chan
· 13 years ago
c8e686f
crash-reporter: Change layout for the container directory of procfs files.
by Ben Chan
· 13 years ago
7bca4bb
crash-reporter: Dump crashes outside of cryptohome during autotests.
by Michael Krebs
· 14 years ago
9e8e5f4
Don't ignore chrome crashes when autotesting.
by Michael Krebs
· 14 years ago
58bb420
[crash-reporter] bad merge broke the build
by Chris Masone
· 14 years ago
2668cb6
[crash-reporter] rolling to libchrome 87480
by Chris Masone
· 14 years ago
c667770
crash-reporter: keep ignoring chrome crashes even on dev builds
by Ken Mixter
· 14 years ago
3ea722c
Modify crash-reporter to collect crash information for unofficial builds.
by Thieu Le
· 14 years ago
ef853af
crash-reporter: Use standard logging and new libchromeos Process code
by Ken Mixter
· 14 years ago
932e935
Revert "Modify crash-reporter to collect crash information for unofficial builds."
by Thieu Le
· 14 years ago
cb5a147
Modify crash-reporter to collect crash information for unofficial builds.
by Thieu Le
· 14 years ago
0171708
crash-reporter: when exe symlink read fails send diags and still ignore chrome crashes
by Ken Mixter
· 14 years ago
fed58af
crash-reporter: Add diagnostics to help diagnose failures in the wild
by Ken Mixter
· 14 years ago
50ae33b
crash-reporter: Capture and send recent update_engine logs when it crashes
by Ken Mixter
· 14 years ago
d2f1fb4
crash-reporter: Ignore Chrome crashes, relying on Chrome breakpad
by Ken Mixter
· 14 years ago
e70f859
crash-reporter: Avoid writing through symlinks.
by Ken Mixter
· 14 years ago
241f29c
crash-reporter: add filtering to make crash tests resilient to crashy builds
by Ken Mixter
· 14 years ago
503e373
crash-reporter: write conversion failure diagnostics into fake dmp files
by Ken Mixter
· 14 years ago
f326db8
crash-reporter: Generate kernel crash signatures for server-side grouping of similar crashes
by Ken Mixter
· 14 years ago
cea4011
crash-reporter: Avoid using system to invoke core2md
by Ken Mixter
· 14 years ago
b038858
crash-reporter: send payload sizes to help diagnose corruption
by Ken Mixter
· 14 years ago
613fde1
Add meta files to crash directory, enabling OS version at crash time.
by Ken Mixter
· 14 years ago
0b15c39
Collect and send kernel crash diagnostics
by Ken Mixter
· 15 years ago
9c4fe60
Move leave_core where similar files exist
by Ken Mixter
· 15 years ago
7ce9949
Start invoking core2md to implement full system crash reporting
by Ken Mixter
· 15 years ago
8803036
Change include paths to reflect new directory.
by Chris Sosa
· 15 years ago
ea45ec6
Initial commit of crash reporter repo
by Chris Sosa
· 15 years ago