LGTM On Tue, Jun 29, 2010 at 12:27 PM, <petkov@chromium.org> wrote: > Reviewers: kmixter1, > > Description: > Add crash reporting to metrics_daemon. > > BUG=none > TEST=unit tests,gmerge'd on device, verified it runs OK, pkill -SEGV > generated > minidump. > > Please review this at http://codereview.chromium.org/2806043/show > > SVN Base: ssh://git@chromiumos-git/metrics.git > > Affected files: > M Makefile > > > Index: Makefile > diff --git a/Makefile b/Makefile > index > 298607876051d7c09e8811659a8b45561666b259..480da220ae6ff77b4e31bb819764807e96cdae00 > 100644 > --- a/Makefile > +++ b/Makefile > @@ -53,7 +53,7 @@ $(COUNTER_TEST): $(TESTCOUNTER_OBJS) > $(CXX) -o $@ $^ $(TESTCOUNTER_LIBS) > > $(DAEMON): $(DAEMON_OBJS) $(SHAREDLIB) > - $(CXX) -o $@ $^ $(DAEMON_LDFLAGS) > + $(CXX) -o $@ $^ $(DAEMON_LDFLAGS) -lcrash > > $(DAEMON_TEST): $(TESTDAEMON_OBJS) > $(CXX) -o $@ $^ $(DAEMON_LDFLAGS) $(TESTDAEMON_LIBS) > > >