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

Issue 63002: Our own logging library to avoid 3rd party dependencies + added some logging to the mac handler

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 4 months ago by mochalatte
Modified:
16 years, 1 month ago
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 47
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/mac/Breakpad.xcodeproj/project.pbxproj View 10 chunks +18 lines, -7 lines 0 comments Download
M src/client/mac/Framework/Breakpad.mm View 15 chunks +40 lines, -38 lines 1 comment Download
M src/client/mac/crash_generation/Inspector.mm View 1 chunk +1 line, -2 lines 1 comment Download
M src/client/mac/crash_generation/InspectorMain.mm View 1 chunk +1 line, -0 lines 0 comments Download
M src/client/mac/handler/exception_handler.cc View 12 chunks +262 lines, -66 lines 4 comments Download
M src/client/mac/handler/exception_handler.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/client/mac/handler/minidump_generator.cc View 3 chunks +6 lines, -2 lines 1 comment Download
M src/client/mac/handler/protected_memory_allocator.cc View 6 chunks +23 lines, -3 lines 0 comments Download
A src/common/logging.cc View 1 chunk +704 lines, -0 lines 29 comments Download
A src/common/logging.h View 1 chunk +845 lines, -0 lines 11 comments Download

Messages

Total messages: 6
mochalatte
Hi Everyone after lots of playing around with google log, I found that a) it's ...
16 years, 4 months ago #1
mochalatte
THis change set also has a fix for Breakpad to set/restore signal handlers around a ...
16 years, 4 months ago #2
Ted Mielczarek
Neal, Are you thinking about replacing the logging in the processor code with this framework ...
16 years, 4 months ago #3
Ted Mielczarek
I think you should probably get a second opinion on the mac framework changes from ...
16 years, 4 months ago #4
jimb
Hi --- it would be awesome to get those prebuild libraries out of there. Can ...
16 years, 2 months ago #5
zhurunz
16 years, 1 month ago #6
Hi there,
   Is this the CL trying to cut the deps on libglog.a?
   That will be great!
   Currently only x86 version of libglog.a is available.
   But I need build against x64 on linux as well.
   What is the status on this?

   Thanks a lot!
-Zhurun
Sign in to reply to this message.

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