/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/ |
D | KeyguardUpdateMonitorLogger.kt | 74 { int1 = wakeReason }, in logActiveUnlockRequestSkippedForWakeReasonDueToFaceConfig() 109 int1 = msgId in logFaceAuthError() 111 { "Face error received: $str1 msgId= $int1" } in logFaceAuthError() 119 { int1 = authUserId }, in logFaceAuthForWrongUser() 120 { "Face authenticated for wrong user: $int1" } in logFaceAuthForWrongUser() 125 logBuffer.log(TAG, DEBUG, { int1 = userId }, { "Face auth succeeded for user $int1" }) in logFaceAuthSuccess() 132 { int1 = authUserId }, in logFingerprintAuthForWrongUser() 133 { "Fingerprint authenticated for wrong user: $int1" } in logFingerprintAuthForWrongUser() 141 { int1 = userId }, in logFingerprintDisabledForUser() 142 { "Fingerprint disabled by DPM for userId: $int1" } in logFingerprintDisabledForUser() [all …]
|
D | TrustRepositoryLogger.kt | 49 int1 = userId in onTrustChanged() 55 "userId: $int1, flags: $int2, grantMessages: $str1" in onTrustChanged() 73 int1 = value.userId in trustModelEmitted() 76 { "trustModel emitted: userId: $int1 isTrusted: $bool1" } in trustModelEmitted() 85 int1 = value.userId in activeUnlockModelEmitted() 88 { "activeUnlockModel emitted: userId: $int1 isRunning: $bool1" } in activeUnlockModelEmitted() 120 int1 = userId in onTrustManagedChanged() 122 { "onTrustManagedChanged isTrustManaged: $bool1 for user: $int1" } in onTrustManagedChanged() 132 int1 = it.userId in trustManagedModelEmitted() 134 { "trustManagedModel emitted: userId: $int1, isTrustManaged: $bool1" } in trustManagedModelEmitted()
|
D | BiometricMessageDeferralLogger.kt | 35 int1 = acquiredInfo in logUpdateMessage() 38 { "updateMessage acquiredInfo=$int1 helpString=$str1" } in logUpdateMessage() 45 logBuffer.log(tag, DEBUG, { int1 = acquiredInfo }, { "frameIgnored acquiredInfo=$int1" }) in logFrameIgnored() 57 int1 = acquiredInfo in logFrameProcessed() 62 "frameProcessed acquiredInfo=$int1 totalFrames=$int2 " + in logFrameProcessed()
|
D | CarrierTextManagerLogger.kt | 42 int1 = numSubs in logUpdate() 45 { "updateCarrierText: location=${str1 ?: "(unknown)"} numSubs=$int1" }, in logUpdate() 54 int1 = sub in logUpdateLoopStart() 58 { "┣ updateCarrierText: updating sub=$int1 simState=$int2 carrierName=$str1" }, in logUpdateLoopStart() 125 int1 = slotId in logSimStateChangedCallback() 128 { "onSimStateChangedCallback: subId=$long1 slotId=$int1 simState=$int2" } in logSimStateChangedCallback() 141 int1 = reason in logUpdateCarrierTextForReason()
|
D | BiometricUnlockLogger.kt | 50 { int1 = mode }, in i() 59 { int1 = consecutiveFailedAttempts }, in logUdfpsAttemptThresholdMet() 60 { "udfpsAttemptThresholdMet consecutiveFailedAttempts=$int1" } in logUdfpsAttemptThresholdMet() 96 int1 = strongAuthFlags in logCalculateModeForFingerprintUnlockingNotAllowed() 104 " strongBiometric=$bool1 strongAuthFlags=$int1" + in logCalculateModeForFingerprintUnlockingNotAllowed() 146 int1 = if (strongBiometric) 1 else 0 in logCalculateModeForPassiveAuthUnlockingNotAllowed() 171 int1 = userId in deferringAuthenticationDueToSleep() 176 "onBiometricAuthenticated, deferring auth: userId: $int1, " + in deferringAuthenticationDueToSleep()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/ |
D | MobileInputLogger.kt | 44 int1 = subId in logOnServiceStateChanged() 50 "onServiceStateChanged: subId=$int1 emergencyOnly=$bool1 roaming=$bool2" + in logOnServiceStateChanged() 61 int1 = subId in logTopLevelServiceStateBroadcastEmergencyOnly() 64 { "ACTION_SERVICE_STATE for subId=$int1. ServiceState.isEmergencyOnly=$bool1" } in logTopLevelServiceStateBroadcastEmergencyOnly() 72 { int1 = subId }, in logTopLevelServiceStateBroadcastMissingExtras() 73 { "ACTION_SERVICE_STATE for subId=$int1. Intent is missing extras. Ignoring" } in logTopLevelServiceStateBroadcastMissingExtras() 82 int1 = subId in logOnSignalStrengthsChanged() 85 { "onSignalStrengthsChanged: subId=$int1 strengths=$str1" } in logOnSignalStrengthsChanged() 94 int1 = subId in logOnDataConnectionStateChanged() 98 { "onDataConnectionStateChanged: subId=$int1 dataState=$int2 networkType=$str1" }, in logOnDataConnectionStateChanged() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/shared/logging/ |
D | QSPipelineLogger.kt | 61 int1 = user in logParsedTiles() 63 { "Parsed tiles (default=$bool1, user=$int1): $str1" } in logParsedTiles() 78 int1 = user in logTilesRestoredAndReconciled() 80 { "Tiles restored and reconciled for user: $int1\nWas: $str1\nSet to: $str2" } in logTilesRestoredAndReconciled() 95 int1 = userId in logProcessTileChange() 97 { "Processing $str1 for user $int1\nNew list: $str2" } in logProcessTileChange() 141 int1 = user in logTileUserChanged() 143 { "User changed to $int1 for tile $str1" } in logTileUserChanged() 157 int1 = user in logTilesNotInstalled() 159 { "Tiles kept for not installed packages for user $int1: $str1" } in logTilesNotInstalled() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | NotifCollectionLogger.kt | 80 int1 = batchSize in logNotifGroupPosted() 82 "POSTED GROUP $str1 ($int1 events)" in logNotifGroupPosted() 97 int1 = reason in logNotifRemoved() 114 int1 = index in logLocallyDismissed() 117 "LOCALLY DISMISSED $str1 ($int1/$int2)" in logLocallyDismissed() 124 int1 = index in logDismissNonExistentNotif() 127 "DISMISS Non Existent $str1 ($int1/$int2)" in logDismissNonExistentNotif() 140 int1 = parentIndex in logLocallyDismissedChild() 143 "LOCALLY DISMISSED CHILD (inferred): $str1 of parent $str2 ($int1/$int2)" in logLocallyDismissedChild() 149 int1 = userId in logDismissAll() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/logging/ |
D | BroadcastDispatcherLogger.kt | 59 int1 = broadcastId in logBroadcastReceived() 63 "[$int1] Broadcast received for user $int2: $str1" in logBroadcastReceived() 70 int1 = broadcastId in logBroadcastDispatched() 74 "Broadcast $int1 ($str1) dispatched to $str2" in logBroadcastDispatched() 82 int1 = user in logReceiverRegistered() 86 "Receiver $str1 ($str2) registered for user $int1" in logReceiverRegistered() 93 int1 = user in logTagForRemoval() 96 "Receiver $str1 tagged for removal from user $int1" in logTagForRemoval() 103 int1 = user in logClearedAfterRemoval() 106 "Receiver $str1 has been completely removed for user $int1" in logClearedAfterRemoval() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/ |
D | QSLogger.kt | 111 int1 = eventId in <lambda>() 115 { "[$str1][$int1] Tile clicked. StatusBarState=$str2. TileState=$str3" } in <lambda>() 125 int1 = eventId in <lambda>() 127 { "[$str1][$int1] Tile handling click." } in <lambda>() 137 int1 = eventId in <lambda>() 141 { "[$str1][$int1] Tile secondary clicked. StatusBarState=$str2. TileState=$str3" } in <lambda>() 151 int1 = eventId in <lambda>() 153 { "[$str1][$int1] Tile handling secondary click." } in <lambda>() 163 int1 = eventId in <lambda>() 167 { "[$str1][$int1] Tile long clicked. StatusBarState=$str2. TileState=$str3" } in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/core/ |
D | LoggerTest.kt | 39 logger.log(LogLevel.DEBUG, { "count=$int1" }) { in log_shouldCommitLogMessage() 40 int1 = 1 in log_shouldCommitLogMessage() 45 assertThat(message.int1).isEqualTo(1) in log_shouldCommitLogMessage() 53 logger.log(LogLevel.DEBUG, { "count=$int1" }) { int1 = 1 } in log_shouldUseCorrectLoggerTag() 60 logger.v({ "count=$int1" }) { int1 = 1 } in v_withMessageInitializer_shouldLogAtCorrectLevel() 74 logger.d({ "count=$int1" }) { int1 = 1 } in d_withMessageInitializer_shouldLogAtCorrectLevel() 88 logger.i({ "count=$int1" }) { int1 = 1 } in i_withMessageInitializer_shouldLogAtCorrectLevel() 102 logger.w({ "count=$int1" }) { int1 = 1 } in w_withMessageInitializer_shouldLogAtCorrectLevel() 116 logger.e({ "count=$int1" }) { int1 = 1 } in e_withMessageInitializer_shouldLogAtCorrectLevel() 130 logger.wtf({ "count=$int1" }) { int1 = 1 } in wtf_withMessageInitializer_shouldLogAtCorrectLevel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ActionClickLogger.kt | 41 int1 = index?.toInt() ?: Int.MIN_VALUE in logInitialClick() 43 "ACTION CLICK $str1 (channel=$str2) for pending intent $str3 at index $int1" in logInitialClick() 53 int1 = index ?: Int.MIN_VALUE in logRemoteInputWasHandled() 55 " [Action click] Triggered remote input (for $str1) at index $int1" in logRemoteInputWasHandled() 67 int1 = index ?: Int.MIN_VALUE in logStartingIntentWithDefaultHandler() 69 " [Action click] Launching intent $str2 via default handler (for $str1 at index $int1)" in logStartingIntentWithDefaultHandler() 79 int1 = index ?: Int.MIN_VALUE in logWaitingToCloseKeyguard() 81 " [Action click] Intent $str1 at index $int1 launches an activity, dismissing " + in logWaitingToCloseKeyguard() 92 int1 = index ?: Int.MIN_VALUE in logKeyguardGone() 95 "index $int1" in logKeyguardGone()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/nearby/ |
D | NearbyMediaDevicesLogger.kt | 22 { int1 = numProviders }, in logProviderRegistered() 23 { "Provider registered; total providers = $int1" } in <lambda>() 34 { int1 = numProviders }, in logProviderUnregistered() 35 { "Provider unregistered; total providers = $int1" } in <lambda>() 46 { int1 = numProviders }, in logProviderBinderDied() 47 { "Provider binder died; total providers = $int1" } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
D | ScreenDecorationsLogger.kt | 72 int1 = id in dcvCameraBounds() 74 { "DisplayCutoutView id=$int1 present, camera protection bounds: $str1" } in dcvCameraBounds() 110 int1 = measuredWidth in onMeasureDimensions() 114 "Face scanning animation: widthMeasureSpec: $long1 measuredWidth: $int1, " + in onMeasureDimensions() 125 int1 = faceSensorLocation?.y?.times(2) ?: 0 in faceSensorLocation() 128 { "Reinflating view: Face sensor location: $str1, faceScanningHeight: $int1" } in faceSensorLocation() 175 int1 = currentRot in logRotationChangeDeferred() 187 int1 = oldRot in logRotationChanged() 190 { "Rotation changed from $int1 to $int2" } in logRotationChanged() 210 { int1 = newUser }, in logUserSwitched() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaViewLogger.kt | 36 int1 = width in logMediaSize() 39 { "size ($str1): $int1 x $int2" } in logMediaSize() 49 int1 = startLocation in logMediaLocation() 52 { "location ($str1): $int1 -> $int2" } in logMediaLocation() 57 buffer.log(TAG, LogLevel.DEBUG, { int1 = host }, { "Host (updateHostAttachment): $int1" }) in logMediaHostAttachment()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/ |
D | SwipeUpGestureLogger.kt | 34 { int1 = y }, in logGestureDetectionStarted() 35 { "Beginning gesture detection. y=$int1" } in logGestureDetectionStarted() 43 { int1 = y }, in logGestureDetectionEndedWithoutTriggering() 44 { "Gesture finished; no swipe up gesture detected. Final y=$int1" } in logGestureDetectionEndedWithoutTriggering() 52 { int1 = y }, in logGestureDetected() 53 { "Gesture detected; notifying callbacks. y=$int1" } in logGestureDetected()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | DeviceStateRotationLockSettingControllerLogger.kt | 53 int1 = state in logRotationLockStateChanged() 59 "state=$int1 [${int1.toDevicePostureString()}], " + in logRotationLockStateChanged() 72 int1 = state in logSaveNewRotationLockSetting() 74 { "saveNewRotationLockSetting: isRotationLocked=$bool1, state=$int1" } in logSaveNewRotationLockSetting() 83 int1 = currentState in logUpdateDeviceState() 88 "current=$int1 [${int1.toDevicePostureString()}], " + in logUpdateDeviceState() 106 int1 = state in readPersistedSetting() 114 "state=$int1 [${int1.toDevicePostureString()}], " + in readPersistedSetting()
|
D | BatteryControllerLogger.kt | 37 { int1 = System.identityHashCode(controller) }, in logBatteryControllerInstance() 47 int1 = System.identityHashCode(controller) in logBatteryControllerInit() 63 int1 = intent.getIntExtra(EXTRA_LEVEL, DEFAULT) in logBatteryChangedIntent() 97 int1 = level in logBatteryLevelChangedCallback() 103 "with level=$int1, plugged=$bool1, charging=$bool2" in logBatteryLevelChangedCallback()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | SystemStatusAnimationSchedulerLogger.kt | 22 int1 = event.priority in logScheduleEvent() 26 { "Scheduling event: $str1(forceVisible=$bool1, priority=$int1, showAnimation=$bool2)" } in logScheduleEvent() 36 int1 = event.priority in logUpdateEvent() 42 "Updating current event from: $str1(forceVisible=$bool1, priority=$int1, " + in logUpdateEvent() 54 int1 = event.priority in logIgnoreEvent() 58 { "Ignore event: $str1(forceVisible=$bool1, priority=$int1, showAnimation=$bool2)" } in logIgnoreEvent() 74 { int1 = animationState }, in logAnimationStateUpdate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/ |
D | VerboseMobileViewLogger.kt | 47 int1 = subId in logBinderReceivedVisibility() 50 { "Binder[subId=$int1, viewId=$str1] received visibility: $bool1" }, in logBinderReceivedVisibility() 60 int1 = subId in logBinderReceivedSignalIcon() 65 "Binder[subId=$int1, viewId=$str1] received new signal icon: " + in logBinderReceivedSignalIcon() 77 int1 = subId in logBinderReceivedNetworkTypeIcon() 82 "Binder[subId=$int1, viewId=$str1] received new network type icon: " + in logBinderReceivedNetworkTypeIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/ |
D | BluetoothLogger.kt | 34 int1 = profileId in logActiveDeviceChanged() 36 { "ActiveDeviceChanged. address=$str1 profileId=$int1" } in <lambda>() 68 int1 = profileId in logProfileConnectionStateChanged() 70 { "ProfileConnectionStateChanged. address=$str1 state=$str2 profileId=$int1" } in <lambda>() 87 int1 = state in logBondStateChange() 89 { "DeviceBondStateChanged. address=$str1 state=$int1" } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSectionsLogger.kt | 49 int1 = position in logIncomingHeader() 52 { "$int1: other ($str1)" } in <lambda>() 74 int1 = position in logPosition() 79 "$int1: $str1$str2" in logPosition() 88 int1 = position in logPosition() 91 { "$int1: $str1" } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/logging/ |
D | PrivacyLogger.kt | 39 int1 = code in logUpdatedItemFromAppOps() 44 "App Op: $int1 for $str1($int2), active=$bool1" in logUpdatedItemFromAppOps() 50 int1 = uid in logUpdatedItemFromMediaProjection() 54 "MediaProjection: $str1($int1), active=$bool1" in logUpdatedItemFromMediaProjection() 153 int1 = userId in logStartSettingsActivityFromDialog() 155 "Start settings activity from dialog for packageName=$str1, userId=$int1 " in logStartSettingsActivityFromDialog() 162 int1 = userId in logCloseAppFromDialog() 164 "Close app from dialog for packageName=$str1, userId=$int1" in logCloseAppFromDialog()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ |
D | LoggerHelper.kt | 38 int1 = network.getNetId() in logOnCapabilitiesChanged() 41 { "on${if (bool1) "Default" else ""}CapabilitiesChanged: net=$int1 capabilities=$str1" } in logOnCapabilitiesChanged() 55 int1 = network.getNetId() in logOnLost() 58 { "on${if (bool1) "Default" else ""}Lost: net=$int1" } in logOnLost()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
D | WakeLockLogger.kt | 32 int1 = count in logAcquire() 34 { "Acquire tag=$str1 reason=$str2 count=$int1" } in logAcquire() 45 int1 = count in logRelease() 47 { "Release tag=$str1 reason=$str2 count=$int1" } in logRelease()
|