HomeSort by relevance Sort by last modified time
    Searched defs:Logging (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java 19 public class Logging {
23 * Set this to 'true' to enable as much Email logging as possible.
28 * If this is enabled then logging that normally hides sensitive information
34 * If true, logging regarding UI (such as activity/fragment lifecycle) will be enabled.
  /external/clang/tools/libclang/
ARCMigrate.cpp 38 bool Logging = ::getenv("LIBCLANG_LOGGING");
41 if (Logging)
49 if (Logging) {
63 if (Logging) {
78 bool Logging = ::getenv("LIBCLANG_LOGGING");
83 if (Logging)
90 if (Logging)
105 if (Logging) {
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 82 class Logging:
83 """A super-simple logging class"""
90 logging = Logging() variable
145 # "goopy.logging:"
148 # " -v,--verbosity: Logging verbosity"
159 # " -v,--verbosity: Logging verbosity"
166 # " -v,--verbosity: Logging verbosity"
193 logging.error('Could not locate "%s"' % self.long_name)
199 logging.info('Running: %s %s </dev/null 2>&1
    [all...]

Completed in 55 milliseconds