Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
66bfa47fd27c3cb569a0834fa6dffa5370996fab
/
runtime
/
base
/
logging.cc
247fc33
ART: Make gAborting an atomic
by Andreas Gampe
· 7 years ago
1c5b42f
ART: Add support for runtime debug checks
by Andreas Gampe
· 7 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 7 years ago
01f7743
ART: Fix some pedantic warnings
by Andreas Gampe
· 7 years ago
46fc9d6
liblog: use log/log.h to access ALOG macros
by Mark Salyzyn
· 8 years ago
1af0c4f
Fix the target Linux builds of ART
by Julien Duraj
· 8 years ago
f57589f
Remove logging dependency on runtime
by David Sehr
· 8 years ago
d74bd3a
Merge changes I65bc7769,Ib24c7060
by Andreas Gampe
· 8 years ago
90a32b1
ART: Reprint long messages on abort
by Andreas Gampe
· 8 years ago
0ad6c8f
art: Replace cutils/log.h with android/log.h
by Mark Salyzyn
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
5fd66d0
ART: Remove LogSeverity NONE
by Andreas Gampe
· 8 years ago
5e953d6
LogMessageData: Fix assignment in constructor
by Greg Kaiser
· 8 years ago
9826c3e
Add newline for INTERNAL_FATAL automatically
by Mathieu Chartier
· 8 years ago
bb661c0
Refactor use of __ANDROID__ macro
by Bilyan Borisov
· 9 years ago
7fe3023
ART: Make verifier fail log level adjustable
by Andreas Gampe
· 9 years ago
c60e1b7
ART: Use __ANDROID__ instead of HAVE_ANDROID_OS
by Andreas Gampe
· 9 years ago
06f08e4
Silence unused result warnings in art.
by Elliott Hughes
· 9 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
369810a
ART: Allow scoped adjustments to log verbosity
by Andreas Gampe
· 10 years ago
ed95754
ART: Print INTERNAL_FATAL Log messages immediately
by Andreas Gampe
· 10 years ago
b8f2f63
Implement LogLineLowStack() properly.
by Vladimir Marko
· 10 years ago
db97871
Revert "Tidy gAborting."
by Nicolas Geoffray
· 10 years ago
015b137
Tidy gAborting.
by Ian Rogers
· 10 years ago
f4d4da1
Allow JNI AttachCurrentThread to fail if not enough stack.
by Ian Rogers
· 10 years ago
575e78c
ART: Replace COMPILE_ASSERT with static_assert (runtime)
by Andreas Gampe
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 10 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 10 years ago
42d65c5
Add an option to specify a list of methods for LIR dumping.
by Mingyao Yang
· 11 years ago
43b2e0f
Fix multi-line hex dumping and add unit test.
by Ian Rogers
· 11 years ago
b400da0
Fix 64bit issues in logging code.
by Ian Rogers
· 11 years ago
1e363f9
Use a UniquePtr to clean up global logging std::string*s.
by Ian Rogers
· 11 years ago
a3d2718
Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master
by Brian Carlstrom
· 11 years ago
442cd6e
Fix logging memory leak.
by Sebastien Hertz
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
f69863b
Fix cpplint whitespace/newline issues
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/base/logging.cc]
fa42b44
Move to new art dalvikvm
by Brian Carlstrom
· 11 years ago
74c0704
Help inline LogMessage::stream method.
by Sebastien Hertz
· 11 years ago
f08e473
Fix abort regression.
by Ian Rogers
· 12 years ago
07ed66b
Move logging.h into base/logging.h.
by Elliott Hughes
· 12 years ago
[Renamed from src/logging.cc]
76b6167
Move mutex.h into base/mutex.h.
by Elliott Hughes
· 12 years ago
af1b892
Prevent hang due to HandleUnexpectedSignal reentry
by Brian Carlstrom
· 12 years ago
81b8871
Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal.
by Brian Carlstrom
· 12 years ago
50b35e2
Explicitly pass Thread::Current to MutexLock and Alloc.
by Ian Rogers
· 12 years ago
81d425b
Pass self to lock methods.
by Ian Rogers
· 12 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 12 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 12 years ago
24edeb5
Fix some camelCase.
by Elliott Hughes
· 12 years ago
0d39c12
"InitGoogle"-style argv stashing.
by Elliott Hughes
· 12 years ago
72395bf
Support ANDROID_LOG_TAGS.
by Elliott Hughes
· 13 years ago
8593fdb
Clean up host aborts (and simplify the code).
by Elliott Hughes
· 13 years ago
93235f7
Dump current klass_ on bad ChangeClass
by Brian Carlstrom
· 13 years ago
bfbf0e2
Make the hex dump more generally useful (specifically in CHECKs).
by Elliott Hughes
· 13 years ago
398f64b
Remove more lint, mostly C-style casts.
by Elliott Hughes
· 13 years ago
b3bd5f0
Refactor the compilers out of libart.
by Elliott Hughes
· 13 years ago
11d1b0c
Reduce namespace pollution.
by Elliott Hughes
· 13 years ago
4dd9b4d
Clean up verbose logging.
by Elliott Hughes
· 13 years ago
21f32d7
Fix some DDMS stuff I'd broken, and fix HexDump's double-spacing.
by Elliott Hughes
· 13 years ago
872d4ec
Bring across the JDWP implementation.
by Elliott Hughes
· 13 years ago
3b6baaa
Bring our native stack usage down.
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
8daa092
More threads work.
by Elliott Hughes
· 13 years ago
5fe594f
A bit further along the track of multiple threads.
by Elliott Hughes
· 13 years ago
13f5a58
Add missing file from last commit.
by Elliott Hughes
· 13 years ago