Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(643)

Issue 585003: Transition some breakpad logging to BPLOG

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 11 months ago by glandium
Modified:
10 years, 11 months ago
Reviewers:
Ted Mielczarek
Visibility:
Public.

Description

Original patch by Julian Seward <jseward@acm.org> ; note this applies on top of
some of his other patches

Patch Set 1 #

Patch Set 2 : Transition some breakpad logging to BPLOG, take 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M Makefile.am View 1 25 chunks +53 lines, -49 lines 0 comments Download
M Makefile.in View 1 91 chunks +251 lines, -176 lines 0 comments Download
M aclocal.m4 View 4 chunks +5 lines, -5 lines 0 comments Download
M configure View 44 chunks +115 lines, -111 lines 0 comments Download
M src/client/mac/Breakpad.xcodeproj/project.pbxproj View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/client/windows/unittests/client_tests.gyp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/common/dwarf_cfi_to_module.cc View 1 2 chunks +23 lines, -15 lines 0 comments Download
M src/common/dwarf_cu_to_module.cc View 1 3 chunks +37 lines, -30 lines 0 comments Download
M src/common/dwarf_line_to_module.cc View 1 3 chunks +5 lines, -6 lines 0 comments Download
M src/common/linux/dump_symbols.cc View 1 6 chunks +14 lines, -0 lines 0 comments Download
M src/common/logging.cc View 1 2 chunks +16 lines, -2 lines 0 comments Download
M src/common/logging.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/common/pathname_stripper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + src/common/pathname_stripper.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/common/pathname_stripper_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/processor/address_map-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/address_map_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/basic_code_modules.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/basic_source_line_resolver_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/contained_range_map-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/contained_range_map_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/exploitability.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/exploitability_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/fast_source_line_resolver_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D src/processor/logging.cc View 1 1 chunk +0 lines, -115 lines 0 comments Download
D src/processor/logging.h View 1 1 chunk +0 lines, -175 lines 0 comments Download
M src/processor/map_serializers-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/minidump.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/minidump_dump.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/minidump_processor.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/minidump_processor_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/minidump_stackwalk.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/processor/minidump_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/module_comparer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/module_serializer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D src/processor/pathname_stripper.cc View 1 1 chunk +0 lines, -56 lines 0 comments Download
D src/processor/pathname_stripper.h View 1 1 chunk +0 lines, -53 lines 0 comments Download
D src/processor/pathname_stripper_unittest.cc View 1 1 chunk +0 lines, -87 lines 0 comments Download
M src/processor/postfix_evaluator-inl.h View 1 3 chunks +9 lines, -4 lines 0 comments Download
M src/processor/postfix_evaluator_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/range_map-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/range_map_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/simple_symbol_supplier.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/processor/stack_frame_symbolizer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/stackwalker.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/stackwalker_amd64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/stackwalker_arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/stackwalker_ppc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/stackwalker_ppc64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/stackwalker_selftest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/stackwalker_sparc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/stackwalker_x86.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/static_address_map-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/static_contained_range_map-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/static_contained_range_map_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/static_map-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/static_map_iterator-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/static_range_map-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/static_range_map_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/processor/windows_frame_info.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/tools/mac/crash_report/crash_report.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M src/tools/mac/crash_report/crash_report.xcodeproj/project.pbxproj View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/tools/mac/crash_report/on_demand_symbol_supplier.mm View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
glandium
10 years, 11 months ago #1
glandium
10 years, 11 months ago #2
Oops, forgot to fold
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted