Home
last modified time | relevance | path

Searched refs:PW_LOG_INFO (Results 1 – 25 of 50) sorted by relevance

12

/external/pigweed/pw_log/
Dbasic_log_test.cc34 void LoggingFromFunction() { PW_LOG_INFO("From a function!"); } in LoggingFromFunction()
47 PW_LOG_INFO("This log statement should be at INFO level; no args"); in TEST()
49 PW_LOG_INFO("Counting: %d", i); in TEST()
51 PW_LOG_INFO("Here is a string: %s; with another string %s", "foo", "bar"); in TEST()
111 PW_LOG_INFO(TEST_FAILED_LOG); in TEST()
139 PW_LOG_INFO("This has a custom module name"); in TEST()
140 PW_LOG_INFO("So does this"); in TEST()
189 PW_LOG_INFO("This log statement should be at INFO level; no args"); in TEST()
191 PW_LOG_INFO("Counting: %d", i); in TEST()
193 PW_LOG_INFO("Here is a string: %s; with another string %s", "foo", "bar"); in TEST()
Dbasic_log_test_plain_c.c31 static void LoggingFromFunctionPlainC(void) { PW_LOG_INFO("From a function!"); } in LoggingFromFunctionPlainC()
46 PW_LOG_INFO("This log statement should be at INFO level; no args"); in BasicLogTestPlainC()
48 PW_LOG_INFO("Counting: %d", i); in BasicLogTestPlainC()
50 PW_LOG_INFO("Here is a string: %s; with another string %s", "foo", "bar"); in BasicLogTestPlainC()
100 PW_LOG_INFO("This has a custom module name"); in BasicLogTestPlainC()
101 PW_LOG_INFO("So does this"); in BasicLogTestPlainC()
119 PW_LOG_INFO("Abc %d", 123); in CustomFormatStringTest()
Ddocs.rst25 PW_LOG_INFO("Booting...");
31 PW_LOG_INFO("Successfully booted");
128 guarantees. For most cases, prefer to use the direct ``PW_LOG_INFO`` or
134 .. cpp:function:: PW_LOG_INFO(fmt, ...)
166 PW_LOG_INFO("hello???");
201 PW_LOG_INFO("This is INFO level, and will display");
232 PW_LOG_INFO("This is INFO level, and will display");
309 PW_LOG_INFO("My temperature is %d. State: %s", temperature, state);
/external/pigweed/pw_allocator/
Dfreelist_heap.cc167 PW_LOG_INFO(" "); in LogHeapStats()
168 PW_LOG_INFO(" The current heap information: "); in LogHeapStats()
169 PW_LOG_INFO(" The total heap size is %u bytes.", in LogHeapStats()
171 PW_LOG_INFO(" The current allocated heap memory is %u bytes.", in LogHeapStats()
173 PW_LOG_INFO(" The cumulative allocated heap memory is %u bytes.", in LogHeapStats()
175 PW_LOG_INFO(" The cumulative freed heap memory is %u bytes.", in LogHeapStats()
177 PW_LOG_INFO( in LogHeapStats()
181 PW_LOG_INFO( in LogHeapStats()
184 PW_LOG_INFO(" "); in LogHeapStats()
/external/pigweed/pw_unit_test/
Dlogging_event_handler.cc27 PW_LOG_INFO("[==========] Running all tests."); in RunAllTestsStart()
32 PW_LOG_INFO("[==========] Done running all tests."); in RunAllTestsEnd()
33 PW_LOG_INFO("[ PASSED ] %d test(s).", run_tests_summary.passed_tests); in RunAllTestsEnd()
40 PW_LOG_INFO("[ RUN ] %s.%s", test_case.suite_name, test_case.test_name); in TestCaseStart()
48 PW_LOG_INFO( in TestCaseEnd()
Dunit_test_service.cc69 PW_LOG_INFO("Starting unit test run"); in Run()
81 PW_LOG_INFO("Unit test run complete"); in Run()
/external/pigweed/pw_blob_store/size_report/
Dbasic_blob.cc48 PW_LOG_INFO("We care about optimizing: %d", *unoptimizable); in main()
66 PW_LOG_INFO("Use the variable. %u", unsigned(*val)); in main()
73 PW_LOG_INFO("Do something so variables are used. %u, %c, %u", in main()
96 PW_LOG_INFO("%d", get_result.ok()); in main()
99 PW_LOG_INFO("%d", reader_result.ok()); in main()
Ddeferred_write_blob.cc48 PW_LOG_INFO("We care about optimizing: %d", *unoptimizable); in main()
66 PW_LOG_INFO("Use the variable. %u", unsigned(*val)); in main()
73 PW_LOG_INFO("Do something so variables are used. %u, %c, %u", in main()
97 PW_LOG_INFO("%d", get_result.ok()); in main()
100 PW_LOG_INFO("%d", reader_result.ok()); in main()
Dbase.cc47 PW_LOG_INFO("We care about optimizing: %d", *unoptimizable); in main()
65 PW_LOG_INFO("Use the variable. %u", unsigned(*val)); in main()
72 PW_LOG_INFO("Do something so variables are used. %u, %c, %u", in main()
/external/pigweed/pw_trace_tokenized/
Dtrace_buffer_log.cc55 PW_LOG_INFO("[TRACE] begin"); in DumpTraceBufferToLog()
70 PW_LOG_INFO("[TRACE] data: %s", line_builder.c_str()); in DumpTraceBufferToLog()
78 PW_LOG_INFO("[TRACE] data: %s", line_builder.c_str()); in DumpTraceBufferToLog()
80 PW_LOG_INFO("[TRACE] end"); in DumpTraceBufferToLog()
/external/pigweed/pw_trace_tokenized/example/
Dtrigger.cc63 PW_LOG_INFO("Trace capture started!"); in TraceEventCallback()
67 PW_LOG_INFO("Trace capture ended!"); in TraceEventCallback()
89 PW_LOG_INFO("Running trigger example..."); in main()
Dbasic.cc46 PW_LOG_INFO("Running basic trace example...\n"); in main()
/external/pigweed/pw_metric/
Dmetric.cc91 PW_LOG_INFO("%s \"%s\": %f,", indent, encoded_name.value(), as_float()); in Dump()
93 PW_LOG_INFO("%s \"%s\": %u,", in Dump()
115 PW_LOG_INFO("%s \"%s\": {", indent, encoded_name.value()); in Dump()
118 PW_LOG_INFO("%s }", indent); in Dump()
/external/pigweed/pw_metric/size_report/
Dbase.cc26 PW_LOG_INFO("We care about optimizing: %d", *unoptimizable); in main()
28 PW_LOG_INFO("some_metric: %d", *unoptimizable); in main()
Done_metric.cc36 PW_LOG_INFO("Ensure logs are pulled in: %d", *unoptimizable); in main()
39 PW_LOG_INFO("metric_x: %d", static_cast<int>(metric_x.value())); in main()
Ddump.cc35 PW_LOG_INFO("Ensure logs are pulled in: %d", *unoptimizable); in main()
38 PW_LOG_INFO("metric_x: %d", static_cast<int>(metric_x.value())); in main()
Dmore_metrics.cc55 PW_LOG_INFO("Ensure logs are pulled in: %d", *unoptimizable); in main()
58 PW_LOG_INFO("metric_x: %d", static_cast<int>(metric_x.value())); in main()
/external/pigweed/pw_fuzzer/
Dpw_fuzzer_disabled.cc28 PW_LOG_INFO("Fuzzing is disabled for the current platform and/or compiler."); in TEST()
29 PW_LOG_INFO("Executing the fuzz target function as a unit test instead."); in TEST()
/external/pigweed/pw_cpu_exception_cortex_m/
Dcpu_state.cc39 PW_LOG_INFO("Active CFSR fields:"); in AnalyzeCfsr()
148 PW_LOG_INFO("Encountered non-maskable interrupt (NMI)"); in AnalyzeException()
212 PW_LOG_INFO("All captured CPU registers:"); in LogCpuState()
215 PW_LOG_INFO(" %-10s 0x%08" PRIx32, #name, state_section.name) in LogCpuState()
/external/pigweed/pw_router/size_report/
Dbase.cc41 PW_LOG_INFO("Packet has address %u", static_cast<unsigned>(packet.address)); in main()
42 PW_LOG_INFO("pw_StatusString %s", pw::OkStatus().str()); in main()
Dstatic_router_with_one_route.cc72 PW_LOG_INFO("Packet has address %u", static_cast<unsigned>(packet.address)); in main()
73 PW_LOG_INFO("pw_StatusString %s", pw::OkStatus().str()); in main()
/external/pigweed/pw_log/public/pw_log/
Dlog.h92 #ifndef PW_LOG_INFO
93 #define PW_LOG_INFO(message, ...) \ macro
Dshort.h28 #define LOG_INFO PW_LOG_INFO
Dshorter.h29 #define INF PW_LOG_INFO
/external/pigweed/pw_fuzzer/public/pw_fuzzer/
Dfuzzed_data_provider.h44 PW_LOG_INFO("Fuzzing is disabled for the current compiler."); in FuzzedDataProvider()
45 PW_LOG_INFO("Using trivial stub implementation for FuzzedDataProvider."); in FuzzedDataProvider()

12