/system/core/base/ |
test_main.cpp | 23 android::base::InitLogging(argv, android::base::StderrLogger);
|
logging.cpp | 235 void InitLogging(char* argv[], LogFunction&& logger) { 237 InitLogging(argv); 240 void InitLogging(char* argv[]) {
|
/system/core/bootstat/ |
testrunner.cpp | 22 android::base::InitLogging(argv, android::base::StderrLogger);
|
/system/tools/aidl/ |
main_cpp.cpp | 27 android::base::InitLogging(argv);
|
main_java.cpp | 28 android::base::InitLogging(argv);
|
/external/libweave/src/test/ |
weave_testrunner.cc | 15 logging::InitLogging(settings);
|
/system/bt/service/test/ |
main.cpp | 31 logging::InitLogging(log_settings);
|
/system/nativepower/daemon/ |
main.cc | 63 logging::InitLogging(logging::LoggingSettings());
|
/system/bt/service/ |
main.cpp | 48 if (!logging::InitLogging(log_settings)) {
|
/system/extras/simpleperf/ |
main.cpp | 28 InitLogging(argv, android::base::StderrLogger);
|
gtest_main.cpp | 138 InitLogging(argv, android::base::StderrLogger);
|
/system/nativepower/example/ |
power_example.cc | 44 logging::InitLogging(logging::LoggingSettings());
|
/system/tools/aidl/tests/ |
aidl_test_client.cpp | 74 android::base::InitLogging(argv, android::base::StderrLogger);
|
/art/dexdump/ |
dexdump_main.cc | 63 InitLogging(argv);
|
/external/libbrillo/brillo/ |
syslog_logging.cc | 93 logging::InitLogging(settings);
|
/packages/apps/Test/connectivity/sl4n/ |
main.cpp | 108 if (!logging::InitLogging(log_settings)) {
|
/system/bt/service/example/heart_rate/ |
server_main.cpp | 83 if (!logging::InitLogging(log_settings)) {
|
/system/core/adb/ |
adb_trace.cpp | 166 android::base::InitLogging(argv, &AdbLogger);
|
/system/update_engine/ |
main.cc | 95 logging::InitLogging(log_settings);
|
/system/core/base/include/android-base/ |
logging.h | 82 extern void InitLogging(char* argv[], LogFunction&& logger); 86 extern void InitLogging(char* argv[]);
|
/art/cmdline/ |
cmdline.h | 296 InitLogging(argv);
|
/art/dexlist/ |
dexlist.cc | 218 InitLogging(argv);
|
/art/runtime/base/ |
logging.cc | 73 void InitLogging(char* argv[]) {
|
logging.h | 62 // Global log verbosity setting, initialized by InitLogging. 78 extern void InitLogging(char* argv[]); 80 // Returns the command line used to invoke the current tool or null if InitLogging hasn't been 84 // The command used to start the ART runtime, such as "/system/bin/dalvikvm". If InitLogging hasn't 88 // A short version of the command used to start the ART runtime, such as "dalvikvm". If InitLogging
|
/external/libchrome/base/ |
logging_unittest.cc | 165 InitLogging(settings);
|