Home
last modified time | relevance | path

Searched refs:logMsg (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DSystemClockTime.java100 String logMsg = "Current time only " + currentTimeMillis in initializeIfRequired() local
102 Slog.i(TAG, logMsg); in initializeIfRequired()
103 setTimeAndConfidence(systemBuildTime, TIME_CONFIDENCE_LOW, logMsg); in initializeIfRequired()
117 @CurrentTimeMillisLong long unixEpochMillis, int confidence, @NonNull String logMsg) { in setTimeAndConfidence() argument
121 sTimeDebugLog.log(logMsg); in setTimeAndConfidence()
133 public static void setConfidence(@TimeConfidence int confidence, @NonNull String logMsg) { in setConfidence() argument
136 sTimeDebugLog.log(logMsg); in setConfidence()
161 public static void addDebugLogEntry(@NonNull String logMsg) { in addDebugLogEntry() argument
162 sTimeDebugLog.log(logMsg); in addDebugLogEntry()
DSystemTimeZone.java105 public static void addDebugLogEntry(@NonNull String logMsg) { in addDebugLogEntry() argument
106 sTimeZoneDebugLog.log(logMsg); in addDebugLogEntry()
145 String logMsg = "Time zone or confidence set: " in setTimeZoneId() local
149 addDebugLogEntry(logMsg); in setTimeZoneId()
DAlarmManagerInternal.java75 String logMsg); in setTime() argument
/frameworks/av/services/mediaresourcemanager/
DResourceManagerMetrics.cpp115 std::stringstream logMsg; in getLogMessage() local
117 logMsg << firstKey << firstValue; in getLogMessage()
120 logMsg << secondKey << secondValue; in getLogMessage()
122 return logMsg.str(); in getLogMessage()
406 std::string logMsg; in pushConcurrentUsageReport() local
407 logMsg = getLogMessage(" HW: ", peakHwAudioEncoderCount, " SW: ", peakSwAudioEncoderCount); in pushConcurrentUsageReport()
408 if (!logMsg.empty()) { in pushConcurrentUsageReport()
409 peakCodecLog << "AudioEnc[ " << logMsg << " ] "; in pushConcurrentUsageReport()
411 logMsg = getLogMessage(" HW: ", peakHwAudioDecoderCount, " SW: ", peakSwAudioDecoderCount); in pushConcurrentUsageReport()
412 if (!logMsg.empty()) { in pushConcurrentUsageReport()
[all …]
/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py370 def logMsg(self, level, *args): member in OutputGenerator
717 self.gen.logMsg('warn', '*** Attempt to redefine',
838 self.gen.logMsg('diag', '*** tagging type:', typename, '-> required =', required)
847 self.gen.logMsg('diag', '*** Generating dependent type',
852 self.gen.logMsg('warn', '*** type:', typename , 'IS NOT DEFINED')
858 …self.gen.logMsg('diag', '*** markRequired (features = <too long to print>, required =', required, …
866 self.gen.logMsg('diag', '*** tagging enum:', name, '-> required =', required)
871 self.gen.logMsg('warn', '*** enum:', name , 'IS NOT DEFINED')
874 self.gen.logMsg('diag', '*** tagging command:', name, '-> required =', required)
887 …self.gen.logMsg('diag', '*** markRequired: command implicitly requires dependent type', ptype.text)
[all …]
/frameworks/base/services/core/java/com/android/server/timedetector/
DEnvironmentImpl.java85 @NonNull String logMsg) { in setSystemClock() argument
87 mAlarmManagerInternal.setTime(newTimeMillis, confidence, logMsg); in setSystemClock()
91 public void setSystemClockConfidence(@TimeConfidence int confidence, @NonNull String logMsg) { in setSystemClockConfidence() argument
93 SystemClockTime.setConfidence(confidence, logMsg); in setSystemClockConfidence()
109 public void addDebugLogEntry(@NonNull String logMsg) { in addDebugLogEntry() argument
110 SystemClockTime.addDebugLogEntry(logMsg); in addDebugLogEntry()
DTimeDetectorStrategyImpl.java166 @NonNull String logMsg); in setSystemClock() argument
169 void setSystemClockConfidence(@TimeConfidence int confidence, @NonNull String logMsg); in setSystemClockConfidence() argument
177 void addDebugLogEntry(@NonNull String logMsg); in addDebugLogEntry() argument
405 String logMsg = "Confirm system clock time."
412 Slog.d(LOG_TAG, logMsg);
415 mEnvironment.setSystemClockConfidence(newTimeConfidence, logMsg);
466 String logMsg = "updateConfiguration:"
470 updateCurrentConfigurationInternalIfRequired(logMsg);
506 String logMsg = "handleConfigurationInternalMaybeChanged:";
507 updateCurrentConfigurationInternalIfRequired(logMsg);
[all …]
DNetworkTimeUpdateService.java584 String logMsg = "mLastRefreshAttemptElapsedRealtimeMillis unexpectedly missing." in refreshAndRescheduleIfRequired() local
586 Log.w(TAG, logMsg); in refreshAndRescheduleIfRequired()
587 logToDebugAndDumpsys(logMsg); in refreshAndRescheduleIfRequired()
595 String logMsg = "nextRefreshElapsedRealtimeMillis is a time in the past." in refreshAndRescheduleIfRequired() local
597 Log.w(TAG, logMsg); in refreshAndRescheduleIfRequired()
598 logToDebugAndDumpsys(logMsg); in refreshAndRescheduleIfRequired()
702 private void logToDebugAndDumpsys(String logMsg) { in logToDebugAndDumpsys() argument
704 Log.d(TAG, logMsg); in logToDebugAndDumpsys()
706 mLocalDebugLog.log(logMsg); in logToDebugAndDumpsys()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImpl.java99 void addDebugLogEntry(@NonNull String logMsg); in addDebugLogEntry() argument
310 String logMsg = "updateConfiguration:" in updateConfiguration() local
314 updateCurrentConfigurationInternalIfRequired(logMsg); in updateConfiguration()
320 private void updateCurrentConfigurationInternalIfRequired(@NonNull String logMsg) { in updateCurrentConfigurationInternalIfRequired() argument
331 logMsg += " [oldConfiguration=" + oldCurrentConfigurationInternal in updateCurrentConfigurationInternalIfRequired()
334 logTimeZoneDebugInfo(logMsg); in updateCurrentConfigurationInternalIfRequired()
344 doAutoTimeZoneDetection(mCurrentConfigurationInternal, logMsg); in updateCurrentConfigurationInternalIfRequired()
509 String logMsg = "enableTelephonyTimeZoneFallback: "
513 logTimeZoneDebugInfo(logMsg);
734 String logMsg = "disableTelephonyFallbackIfNeeded:" local
[all …]
DEnvironmentImpl.java72 public void addDebugLogEntry(@NonNull String logMsg) { in addDebugLogEntry() argument
73 SystemTimeZone.addDebugLogEntry(logMsg); in addDebugLogEntry()
/frameworks/base/core/tests/coretests/src/android/net/
DSntpClientTest.java330 final String logMsg = "mode: " + i; in testAcceptOnlyServerAndBroadcastModes() local
339 assertTrue(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes()
342 assertFalse(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes()
345 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptOnlyServerAndBroadcastModes()
346 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptOnlyServerAndBroadcastModes()
359 final String logMsg = "stratum: " + i; in testAcceptableStrataOnly() local
365 assertTrue(logMsg, rval); in testAcceptableStrataOnly()
367 assertFalse(logMsg, rval); in testAcceptableStrataOnly()
369 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptableStrataOnly()
370 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptableStrataOnly()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerDataHelper.java90 public void writeEntry(String tag, String logMsg) { in writeEntry() argument
91 writeEntry(TrackerEntry.createEntry(tag, logMsg)); in writeEntry()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DNtpNetworkTimeHelper.java250 private void logWarn(String logMsg) { in logWarn() argument
251 mDumpLog.log(logMsg); in logWarn()
252 Log.e(TAG, logMsg); in logWarn()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1933 protected void logWithLocalLog(String logMsg) { in logWithLocalLog() argument
1934 log(logMsg); in logWithLocalLog()
1935 mLocalLog.log(logMsg); in logWithLocalLog()
1943 protected void logWithLocalLog(String logMsg, long id) { in logWithLocalLog() argument
1944 log(logMsg, id); in logWithLocalLog()
1945 mLocalLog.log(logMsg + ", " + SmsController.formatCrossStackMessageId(id)); in logWithLocalLog()
1952 protected void logeWithLocalLog(String logMsg) { in logeWithLocalLog() argument
1953 loge(logMsg); in logeWithLocalLog()
1954 mLocalLog.log(logMsg); in logeWithLocalLog()
1962 protected void logeWithLocalLog(String logMsg, long id) { in logeWithLocalLog() argument
[all …]
/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
DIpSecPacketLossDetector.java419 final String logMsg = in onIpSecTransformStateReceived() local
429 logV(logMsg); in onIpSecTransformStateReceived()
435 logInfo(logMsg); in onIpSecTransformStateReceived()
/frameworks/base/cmds/incident_helper/src/parsers/
DSystemPropertiesParser.cpp91 Message logMsg(&logTable); in Parse() local
92 sysProp.addSubMessage(SystemPropertiesProto::LOG, &logMsg); in Parse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/
DQSLogger.kt49 fun logException(@CompileTimeConstant logMsg: String, ex: Exception) { in <lambda>()
50 buffer.log(TAG, ERROR, {}, { logMsg }, exception = ex) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DKeyguardUpdateMonitorLogger.kt99 fun logException(ex: Exception, @CompileTimeConstant logMsg: String) { in logException()
100 logBuffer.log(TAG, ERROR, {}, { logMsg }, exception = ex) in logException()
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DTimeDetectorStrategyImplTest.java2082 long newTimeMillis, @TimeConfidence int confidence, String logMsg) { in setSystemClock() argument
2090 public void setSystemClockConfidence(@TimeConfidence int confidence, String logMsg) { in setSystemClockConfidence() argument
2102 public void addDebugLogEntry(String logMsg) { in addDebugLogEntry() argument
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java2103 @NonNull String logMsg) { in setTimeImpl() argument
2105 mInjector.setCurrentTimeMillis(newSystemClockTimeMillis, confidence, logMsg); in setTimeImpl()
2634 String logMsg) { in setTime() argument
2635 setTimeImpl(unixEpochTimeMillis, confidence, logMsg); in setTime()
4394 @NonNull String logMsg) { in setCurrentTimeMillis() argument
4395 SystemClockTime.setTimeAndConfidence(unixEpochMillis, confidence, logMsg); in setCurrentTimeMillis()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImplTest.java1778 public void addDebugLogEntry(String logMsg) { in addDebugLogEntry() argument
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
DAlarmManagerServiceTest.java365 @TimeConfidence int confidence, String logMsg) { in setCurrentTimeMillis() argument