Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
c26a56cb596c3c8efd519c4014fc2ebb3e48b221
/
runtime
/
base
/
logging_linux.cc
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/base/logging_linux.cc]
e222ee0
Move stringpiece.h and stringprintf.h to base/.
by Elliott Hughes
· 12 years ago
07ed66b
Move logging.h into base/logging.h.
by Elliott Hughes
· 12 years ago
[Renamed from src/logging_linux.cc]
af1b892
Prevent hang due to HandleUnexpectedSignal reentry
by Brian Carlstrom
· 12 years ago
0d39c12
"InitGoogle"-style argv stashing.
by Elliott Hughes
· 13 years ago
55d5ea6
Make strace(1) output more readable by using a single write(2) for logging.
by Elliott Hughes
· 13 years ago
c073b07
Switch the handful of std::endl users over to the predominant "\n".
by Elliott Hughes
· 13 years ago
72395bf
Support ANDROID_LOG_TAGS.
by Elliott Hughes
· 13 years ago
b92bcab
Fix run-test on host.
by TDYa127
· 13 years ago
c1e041a
Include the filename and line number in FATAL logging.
by Elliott Hughes
· 13 years ago
9ee5f9c
Make all FATAL-related output appear as 'F' log output.
by Elliott Hughes
· 13 years ago
3b6baaa
Bring our native stack usage down.
by Elliott Hughes
· 13 years ago
3ea7e99
Add support for the Android-specific DEBUG and VERBOSE log levels.
by Elliott Hughes
· 13 years ago
f5a7a47
Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK).
by Elliott Hughes
· 13 years ago
42ee142
Log line-at-a-time to work around Android logging lossage.
by Elliott Hughes
· 13 years ago
90a3369
Switch to UniquePtr.
by Elliott Hughes
· 13 years ago
ce8d9f5
Reset the stream state at the end of each line of logging.
by Elliott Hughes
· 13 years ago
ad107ab
Remove author attributions.
by Carl Shapiro
· 13 years ago
ffe6736
Implement Runtime::Abort and switch LOG(FATAL) over to it.
by Elliott Hughes
· 13 years ago
eb4f614
Flesh out the logging implementation.
by Elliott Hughes
· 13 years ago