Searched refs:logging (Results 1 - 25 of 551) sorted by relevance

1234567891011>>

/system/tools/aidl/
H A Dlogging.h20 // We must include windows.h before android-base/logging.h on Windows.
25 #include <android-base/logging.h>
/system/bt/service/test/
H A Dmain.cc19 #include <base/logging.h>
26 logging::LoggingSettings log_settings;
27 logging::InitLogging(log_settings);
/system/tpm/attestation/
H A Dattestation_testrunner.cc19 #include <base/logging.h>
26 // Enable verbose logging while running unit tests.
27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
/system/tpm/tpm_manager/
H A Dtpm_manager_testrunner.cc19 #include <base/logging.h>
26 // Enable verbose logging while running unit tests.
27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
/system/tpm/trunks/
H A Dtrunks_testrunner.cc19 #include <base/logging.h>
26 // Enable verbose logging while running unit tests.
27 logging::SetMinLogLevel(logging::LOG_VERBOSE);
/system/libvintf/
H A DRuntimeInfo-host.cpp19 #include <android-base/logging.h>
/system/bt/main/
H A Dbte_init_cpp_logging.cc45 // Init command line object with logging switches
48 logging::LoggingSettings log_settings;
49 if (!logging::InitLogging(log_settings)) {
50 LOG(ERROR) << "Failed to set up logging";
54 logging::SetLogItems(false, false, false, false);
/system/bt/hci/src/
H A Dbuffer_allocator.cc19 #include <base/logging.h>
/system/bt/service/ipc/
H A Dipc_handler.cc19 #include <base/logging.h>
/system/extras/simpleperf/nonlinux_support/
H A Dnonlinux_support.cpp18 #include <android-base/logging.h>
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
H A DVtsHalWifiKeystoreV1_0TargetTest.cpp17 #include <android-base/logging.h>
/system/libfmq/
H A DFmqInternal.cpp18 #include <android-base/logging.h>
/system/update_engine/
H A Dpower_manager_android.cc19 #include <base/logging.h>
H A Dnetwork_selector_android.cc20 #include <base/logging.h>
H A Dnetwork_selector_stub.cc19 #include <base/logging.h>
H A Dmain.cc27 #include <base/logging.h>
81 logging::LoggingSettings log_settings;
82 log_settings.lock_log = logging::DONT_LOCK_LOG_FILE;
83 log_settings.delete_old = logging::APPEND_TO_OLD_LOG_FILE;
88 log_settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
92 log_settings.logging_dest = logging::LOG_TO_FILE;
95 logging::InitLogging(log_settings);
/system/core/base/
H A Dlogging_test.cpp17 #include "android-base/logging.h"
60 TEST(logging, CHECK) {
87 TEST(logging, DCHECK) {
139 TEST(logging, WOULD_LOG_FATAL) {
143 TEST(logging, WOULD_LOG_FATAL_WITHOUT_ABORT_disabled) {
147 TEST(logging, WOULD_LOG_FATAL_WITHOUT_ABORT_enabled) {
151 TEST(logging, WOULD_LOG_ERROR_disabled) {
155 TEST(logging, WOULD_LOG_ERROR_enabled) {
159 TEST(logging, WOULD_LOG_WARNING_disabled) {
163 TEST(logging, WOULD_LOG_WARNING_enable
[all...]
/system/connectivity/wificond/scanning/
H A Doffload_scan_callback_interface_impl.cpp19 #include <android-base/logging.h>
H A Dchannel_settings.cpp19 #include <android-base/logging.h>
/system/connectivity/wificond/tests/
H A Dmain.cpp20 #include <android-base/logging.h>
/system/core/bootstat/
H A Dtestrunner.cpp17 #include <android-base/logging.h>
/system/core/logwrapper/
H A Dandroid_fork_execvp_ext_benchmark.cpp19 #include <android-base/logging.h>
/system/tpm/tpm_manager/server/
H A Dopenssl_crypto_util_impl.cc19 #include <base/logging.h>
/system/extras/perfprofd/quipper/base/
H A Dlogging.h20 // Make a bunch of macros for logging. The way to log things is to stream
25 // You can also do conditional logging:
33 // There are also "debug mode" logging macros like the ones above:
39 // All "debug mode" logging is compiled away to nothing for non-debug mode
50 // There are "verbose level" logging macros. They look like
56 // The verbose logging can also be turned on module-by-module. For instance,
71 // E.g., "*/foo/bar/*=2" would change the logging level for all code
77 // // do some logging preparation and logging
106 // Very important: logging
114 namespace logging { namespace
[all...]
/system/bt/service/common/bluetooth/
H A Dscan_result.cc20 #include <base/logging.h>

Completed in 481 milliseconds

1234567891011>>