Home
last modified time | relevance | path

Searched refs:Log (Results 1 – 12 of 12) sorted by relevance

/system/keymaster/
Dlogger.cpp24 int Logger::Log(LogLevel level, const char* fmt, va_list args) { in Log() function in keymaster::Logger
31 int Logger::Log(LogLevel level, const char* fmt, ...) { in Log() function in keymaster::Logger
34 int result = Log(level, fmt, args); in Log()
43 int result = Log(DEBUG_LVL, fmt, args); in Debug()
52 int result = Log(INFO_LVL, fmt, args); in Info()
60 int result = Log(WARNING_LVL, fmt, args); in Warning()
68 int result = Log(ERROR_LVL, fmt, args); in Error()
76 int result = Log(SEVERE_LVL, fmt, args); in Severe()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java27 import android.util.Log;
41 Log.e(TAG, "Error ", e); in main()
52 Log.e(TAG, "Usage: HidlTestJava -c(lient) | -s(erver)"); in run()
113 Log.e(TAG, "Expected '" + s + "', got '" + result + "'"); in Expect()
642 Log.d(TAG, "OK, exiting"); in client()
649 Log.d(TAG, "Baz someBaseMethod"); in someBaseMethod()
653 Log.d(TAG, "Baz someOtherBaseMethod " + foo.toString()); in someOtherBaseMethod()
658 Log.d(TAG, "Baz someMethodWithFooArrays " + fooInput.toString()); in someMethodWithFooArrays()
669 Log.d(TAG, "Baz someMethodWithFooVectors " + fooInput.toString()); in someMethodWithFooVectors()
680 Log.d(TAG, "Baz someMethodWithVectorOfArray " + in.toString()); in someMethodWithVectorOfArray()
[all …]
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestLogger.java19 import android.util.Log;
38 Log.i(TAG, line); in log()
43 Log.e(TAG, line); in logAndThrow()
DTestServiceClient.java31 import android.util.Log;
63 Log.e(TAG, message); in init()
673 Log.i(TAG, "Starting!"); in onCreate()
/system/keymaster/include/keymaster/
Dlogger.h39 static int Log(LogLevel level, const char* fmt, va_list args);
40 static int Log(LogLevel level, const char* fmt, ...);
/system/bt/doc/
Dlog_tags.md1 Log Tags
/system/core/bootstat/
DREADME.md11 -l, --log Log all metrics to logstorage
Dbootstat.rc44 # Log all boot events.
/system/core/libutils/
DAndroid.bp47 "Log.cpp",
/system/core/libunwindstack/
DAndroid.bp53 "Log.cpp",
/system/sepolicy/public/
Dvold.te90 # Log fsck results
/system/core/liblog/
DREADME171 either LOGGER_DEFAULT, LOGGER_LOGD, LOGGER_NULL or LOGGER_LOCAL. Log to