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

Issue 7238012: Upstream android debug and log related files (Closed)

Created:
9 years, 6 months ago by michaelbai
Modified:
9 years, 5 months ago
CC:
brettw-cc_chromium.org
Visibility:
Public.

Description

Upstream android debug and log related files BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91748

Patch Set 1 #

Total comments: 19

Patch Set 2 : addressed the comments and sync #

Patch Set 3 : Removed port.h #

Total comments: 2

Patch Set 4 : Remove the android guard around ctype.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -6 lines) Patch
M base/debug/debugger.cc View 1 2 chunks +8 lines, -2 lines 0 comments Download
M base/debug/debugger_posix.cc View 1 4 chunks +21 lines, -2 lines 0 comments Download
A base/debug/stack_trace_android.cc View 1 chunk +56 lines, -0 lines 0 comments Download
M base/logging.h View 1 chunk +5 lines, -0 lines 0 comments Download
M base/logging.cc View 4 chunks +27 lines, -1 line 0 comments Download
M base/string_number_conversions.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M base/string_util.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A base/system_monitor/system_monitor_android.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M base/third_party/symbolize/symbolize.h View 1 chunk +3 lines, -0 lines 0 comments Download
M base/third_party/symbolize/symbolize.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
michaelbai
9 years, 6 months ago (2011-06-23 22:46:34 UTC) #1
brettw
Just some (hopefully easy) questions. http://codereview.chromium.org/7238012/diff/1/base/debug/debugger.cc File base/debug/debugger.cc (right): http://codereview.chromium.org/7238012/diff/1/base/debug/debugger.cc#newcode16 base/debug/debugger.cc:16: #if defined(OS_ANDROID) It's not ...
9 years, 6 months ago (2011-06-24 22:23:57 UTC) #2
michaelbai
One issue left. let me know if you have further comments for others http://codereview.chromium.org/7238012/diff/1/base/debug/debugger.cc File ...
9 years, 6 months ago (2011-06-24 23:30:44 UTC) #3
brettw
http://codereview.chromium.org/7238012/diff/1/base/port.h File base/port.h (right): http://codereview.chromium.org/7238012/diff/1/base/port.h#newcode56 base/port.h:56: #include <ctype.h> Seems like we should be adding the ...
9 years, 6 months ago (2011-06-25 00:07:19 UTC) #4
John Grabowski
http://codereview.chromium.org/7238012/diff/1/base/debug/debugger_posix.cc File base/debug/debugger_posix.cc (right): http://codereview.chromium.org/7238012/diff/1/base/debug/debugger_posix.cc#newcode184 base/debug/debugger_posix.cc:184: #define DEBUG_BREAK() asm("bkpt 0") On 2011/06/24 22:23:57, brettw wrote: ...
9 years, 5 months ago (2011-06-28 17:27:23 UTC) #5
michaelbai
http://codereview.chromium.org/7238012/diff/1/base/port.h File base/port.h (right): http://codereview.chromium.org/7238012/diff/1/base/port.h#newcode56 base/port.h:56: #include <ctype.h> On 2011/06/25 00:07:19, brettw wrote: > Seems ...
9 years, 5 months ago (2011-06-28 18:02:10 UTC) #6
brettw
http://codereview.chromium.org/7238012/diff/1/base/port.h File base/port.h (right): http://codereview.chromium.org/7238012/diff/1/base/port.h#newcode56 base/port.h:56: #include <ctype.h> I really don't think ctype.h should be ...
9 years, 5 months ago (2011-06-29 16:38:36 UTC) #7
brettw
http://codereview.chromium.org/7238012/diff/1/base/debug/debugger.cc File base/debug/debugger.cc (right): http://codereview.chromium.org/7238012/diff/1/base/debug/debugger.cc#newcode16 base/debug/debugger.cc:16: #if defined(OS_ANDROID) Can we make the comment say what ...
9 years, 5 months ago (2011-06-29 16:42:28 UTC) #8
michaelbai
http://codereview.chromium.org/7238012/diff/1/base/debug/debugger.cc File base/debug/debugger.cc (right): http://codereview.chromium.org/7238012/diff/1/base/debug/debugger.cc#newcode16 base/debug/debugger.cc:16: #if defined(OS_ANDROID) On 2011/06/24 23:30:44, michaelbai wrote: > On ...
9 years, 5 months ago (2011-06-29 17:18:46 UTC) #9
michaelbai
Removed the port.h file from this patch http://codereview.chromium.org/7238012/diff/1/base/port.h File base/port.h (right): http://codereview.chromium.org/7238012/diff/1/base/port.h#newcode56 base/port.h:56: #include <ctype.h> ...
9 years, 5 months ago (2011-07-06 18:05:52 UTC) #10
brettw
LGTM http://codereview.chromium.org/7238012/diff/15001/base/string_number_conversions.cc File base/string_number_conversions.cc (right): http://codereview.chromium.org/7238012/diff/15001/base/string_number_conversions.cc#newcode17 base/string_number_conversions.cc:17: #if defined(OS_ANDROID) I wouldn't put these ctype includes ...
9 years, 5 months ago (2011-07-07 16:55:53 UTC) #11
michaelbai
9 years, 5 months ago (2011-07-07 18:28:47 UTC) #12
http://codereview.chromium.org/7238012/diff/15001/base/string_number_conversi...
File base/string_number_conversions.cc (right):

http://codereview.chromium.org/7238012/diff/15001/base/string_number_conversi...
base/string_number_conversions.cc:17: #if defined(OS_ANDROID)
On 2011/07/07 16:55:53, brettw wrote:
> I wouldn't put these ctype includes in an android guard. It seems they
"should"
> be needed on other platforms. Plus, since it will always compile, we can make
> the includes look nicer by removing the ifdefs. So just put this in the
> "standard C includes" section above. Same for other places you added this.

Done.

Powered by Google App Engine
This is Rietveld 408576698