Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/log/
DBaseStreamLogger.java49 public void setLogLevel(LogLevel logLevel) { in setLogLevel()
54 public void setLogLevelDisplay(LogLevel logLevel) { in setLogLevelDisplay()
59 public void setLogLevelDisplay(com.android.ddmlib.Log.LogLevel logLevel) { in setLogLevelDisplay()
75 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
80 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
89 LogLevel logLevel, String tag, String message, boolean forceStdout) { in internalPrintLog()
DHistoryLogger.java42 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
48 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
59 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent()
73 private void internalPrintLog(LogLevel logLevel, String message) { in internalPrintLog()
DLogRegistry.java106 public void setGlobalLogDisplayLevel(LogLevel logLevel) { in setGlobalLogDisplayLevel()
184 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
196 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
255 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent()
DStdoutLogger.java40 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
49 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
57 public void setLogLevel(LogLevel logLevel) { in setLogLevel()
DILogRegistry.java49 public void setGlobalLogDisplayLevel(LogLevel logLevel); in setGlobalLogDisplayLevel()
95 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args); in logEvent()
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/log/
DLog.java141 public void printLog(LogLevel logLevel, String tag, String message); in printLog()
151 public void printAndPromptLog(LogLevel logLevel, String tag, String message); in printAndPromptLog()
216 public static void logAndDisplay(LogLevel logLevel, String tag, String message) { in logAndDisplay()
240 static void setLevel(LogLevel logLevel) { in setLevel()
255 private static void println(LogLevel logLevel, String tag, String message) { in println()
272 public static void printLog(LogLevel logLevel, String tag, String message) { in printLog()
283 public static String getLogFormatString(LogLevel logLevel, String tag, String message) { in getLogFormatString()
DLogUtil.java44 public static void printLog(LogLevel logLevel, String tag, String message) { in printLog()
55 public static String getLogFormatString(LogLevel logLevel, String tag, String message) { in getLogFormatString()
206 public static void logAndDisplay(LogLevel logLevel, String message) { in logAndDisplay()
215 com.android.tradefed.log.Log.LogLevel logLevel, String message) { in logAndDisplay()
227 public static void logAndDisplay(LogLevel logLevel, String format, Object... args) { in logAndDisplay()
243 com.android.tradefed.log.Log.LogLevel logLevel, String format, Object... args) { in logAndDisplay()
/aosp_15_r20/system/chre/platform/shared/
H A Dlog_buffer.cc37 void LogBuffer::handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLog()
45 void LogBuffer::handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLogVa()
96 void LogBuffer::handleEncodedLog(LogBufferLogLevel logLevel, in handleEncodedLog()
102 void LogBuffer::handleNanoappTokenizedLog(LogBufferLogLevel logLevel, in handleNanoappTokenizedLog()
284 void LogBuffer::processLog(LogBufferLogLevel logLevel, uint32_t timestampMs, in processLog()
398 uint8_t LogBuffer::setLogMetadata(LogType type, LogBufferLogLevel logLevel) { in setLogMetadata()
H A Dlog_buffer_manager.cc143 void LogBufferManager::log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
182 void LogBufferManager::logVa(chreLogLevel logLevel, const char *formatStr, in logVa()
207 void LogBufferManager::logEncoded(chreLogLevel logLevel, in logEncoded()
216 void LogBufferManager::logNanoappTokenized(chreLogLevel logLevel, in logNanoappTokenized()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderMemoryLogger.java36 protected void addLog(int logLevel, String tag, String log) { in addLog()
41 int logLevel, String tag, String log, Exception stackTrace) { in addLog()
84 int logLevel, String logTag, String logString, @Nullable Exception stackStrace) { in LogEntry()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/protolog/
H A DNoViewerConfigProtoLogImpl.java43 public void log(LogLevel logLevel, IProtoLogGroup group, long messageHash, int paramsMask, in log()
51 public void log(LogLevel logLevel, IProtoLogGroup group, String messageString, Object... args) { in log()
80 private void logMessage(LogLevel logLevel, String tag, String message) { in logMessage()
H A DPerfettoProtoLogImpl.java196 public void log(LogLevel logLevel, IProtoLogGroup group, long messageHash, int paramsMask, in log()
202 public void log(LogLevel logLevel, IProtoLogGroup group, String messageString, Object... args) { in log()
352 private void log(LogLevel logLevel, IProtoLogGroup group, Message message, in log()
372 logToLogcat(group.getTag(), logLevel, message, args); in log() local
619 LogLevel logLevel, in hash()
H A DLogcatOnlyProtoLogImpl.java46 public void log(LogLevel logLevel, IProtoLogGroup group, long messageHash, int paramsMask, in log()
52 public void log(LogLevel logLevel, IProtoLogGroup group, String messageString, Object[] args) { in log()
/aosp_15_r20/external/aws-sdk-java-v2/core/metrics-spi/src/main/java/software/amazon/awssdk/metrics/
H A DLoggingMetricPublisher.java94 private final Level logLevel; field in LoggingMetricPublisher
97 private LoggingMetricPublisher(Level logLevel, Format format) { in LoggingMetricPublisher()
115 public static LoggingMetricPublisher create(Level logLevel, Format format) { in create()
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DLogger.java147 public boolean isLoggingLevelEnabled(Level logLevel) { in isLoggingLevelEnabled()
169 public boolean isLoggingLevelEnabled(String logLevel) { in isLoggingLevelEnabled()
193 public void log(Level logLevel, Supplier<String> msg) { in log()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dradio_selector.cpp114 LogLevel logLevel = kLogLevelInfo; in UpdateOnReceive() local
134 LogLevel logLevel = kLogLevelInfo; in UpdateOnSendDone() local
178 LogLevel logLevel = kLogLevelInfo; in UpdateOnDeferredAck() local
/aosp_15_r20/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DCheckGmsPreparerTest.java222 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
227 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
244 LogItem(LogLevel logLevel, @SuppressWarnings("unused") String tag, String message) { in LogItem()
/aosp_15_r20/external/testng/src/main/java/org/testng/xml/
H A DLaunchSuite.java248 final int logLevel) { in MethodsSuite()
302 final int logLevel) { in ClassesAndMethodsSuite()
379 final int logLevel) { in ClassListSuite()
H A DSuiteGenerator.java24 Map<String, String> parameters, String annotationType, int logLevel) { in createSuite()
60 Map<String, String> parameters, String annotationType, int logLevel) { in createCustomizedSuite()
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/host-side/java/com/android/adservices/shared/meta_testing/
DFakeDdmLibLogger.java62 public void printAndPromptLog(Log.LogLevel logLevel, String tag, String message) { in printAndPromptLog()
67 public void printLog(Log.LogLevel logLevel, String tag, String message) { in printLog()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/protolog/common/
H A DIProtoLog.java34 void log(LogLevel logLevel, IProtoLogGroup group, long messageHash, int paramsMask, in log()
44 void log(LogLevel logLevel, IProtoLogGroup group, String messageString, Object... args); in log()
/aosp_15_r20/system/chre/platform/linux/include/chre/target_platform/
H A Dlog.h32 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument
38 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DChannelTracer.java94 Level logLevel; in reportEvent() local
123 static void logOnly(InternalLogId logId, Level logLevel, String msg) { in logOnly()
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/development/bluetooth/
DBluetoothStackLogPreferenceControllerTest.java115 final String logLevel = SystemProperties.get(BT_LOG_LEVEL_PROP); in onPreferenceChange_withEachValue_uiSetProperlyAndAllValuesWrittenToProperties() local
169 final String logLevel = SystemProperties.get(BT_LOG_LEVEL_PROP); in onDeveloperOptionsSwitchDisabled_preferenceSetToDefault() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DLog.java54 private static int logLevel = LOG_LEVEL_ALL; field in Log
70 public static void setLogLevel(@LogLevel int logLevel) { in setLogLevel()

12345678910>>...17