Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Issue 234803002: disable more stacktrace usage in debug uclibc builds (Closed)

Created:
6 years, 8 months ago by Mostyn Bramley-Moore
Modified:
6 years, 8 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, erikwright+watch_chromium.org
Visibility:
Public.

Description

disable more stacktrace usage in debug uclibc builds Here are a couple more instances of OutputToStream / Print that are no longer available in uClibc builds. BUG=361130 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264887

Patch Set 1 #

Total comments: 4

Patch Set 2 : make sure glibc/uclibc macros are defined #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M base/debug/leak_tracker.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M base/logging.cc View 1 chunk +1 line, -1 line 0 comments Download
M build/build_config.h View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Mostyn Bramley-Moore
@Mark: I spotted a few more uses of OutputToStream/Print that need to be disabled on ...
6 years, 8 months ago (2014-04-11 08:45:04 UTC) #1
Mark Mentovai
https://codereview.chromium.org/234803002/diff/1/base/debug/leak_tracker.h File base/debug/leak_tracker.h (right): https://codereview.chromium.org/234803002/diff/1/base/debug/leak_tracker.h#newcode9 base/debug/leak_tracker.h:9: #if !defined(NDEBUG) && !defined(__UCLIBC__) Nothing says __UCLIBC__ will be ...
6 years, 8 months ago (2014-04-16 13:11:25 UTC) #2
Mostyn Bramley-Moore
https://codereview.chromium.org/234803002/diff/1/base/debug/leak_tracker.h File base/debug/leak_tracker.h (right): https://codereview.chromium.org/234803002/diff/1/base/debug/leak_tracker.h#newcode9 base/debug/leak_tracker.h:9: #if !defined(NDEBUG) && !defined(__UCLIBC__) On 2014/04/16 13:11:25, Mark Mentovai ...
6 years, 8 months ago (2014-04-16 23:20:14 UTC) #3
Mark Mentovai
https://codereview.chromium.org/234803002/diff/1/base/debug/leak_tracker.h File base/debug/leak_tracker.h (right): https://codereview.chromium.org/234803002/diff/1/base/debug/leak_tracker.h#newcode9 base/debug/leak_tracker.h:9: #if !defined(NDEBUG) && !defined(__UCLIBC__) Mostyn Bramley-Moore wrote: > On ...
6 years, 8 months ago (2014-04-17 22:24:40 UTC) #4
Mostyn Bramley-Moore
https://codereview.chromium.org/234803002/diff/1/base/debug/leak_tracker.h File base/debug/leak_tracker.h (right): https://codereview.chromium.org/234803002/diff/1/base/debug/leak_tracker.h#newcode9 base/debug/leak_tracker.h:9: #if !defined(NDEBUG) && !defined(__UCLIBC__) > Or, you could just ...
6 years, 8 months ago (2014-04-17 22:35:27 UTC) #5
Mark Mentovai
LGTM, I guess. There’s no elegant way to handle this. The other alternative would have ...
6 years, 8 months ago (2014-04-18 19:18:50 UTC) #6
Mostyn Bramley-Moore
On 2014/04/18 19:18:50, Mark Mentovai wrote: > LGTM, I guess. There’s no elegant way to ...
6 years, 8 months ago (2014-04-18 21:04:50 UTC) #7
Mark Mentovai
-1 to anything that involves GYP variables for this. Let’s just go with patch set ...
6 years, 8 months ago (2014-04-18 21:15:22 UTC) #8
Mostyn Bramley-Moore
The CQ bit was checked by mostynb@opera.com
6 years, 8 months ago (2014-04-18 21:17:19 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/234803002/20001
6 years, 8 months ago (2014-04-18 21:18:13 UTC) #10
commit-bot: I haz the power
6 years, 8 months ago (2014-04-18 23:40:20 UTC) #11
Message was sent while issue was closed.
Change committed as 264887

Powered by Google App Engine
This is Rietveld 408576698