/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeLogger.kt | 25 import com.android.systemui.log.LogLevel.INFO 45 buffer.log(TAG, INFO, { in logPulseStart() 53 buffer.log(TAG, INFO, {}, { "Pulse finish" }) in logPulseFinish() 57 buffer.log(TAG, INFO, {}, { "Notification pulse" }) in logNotificationPulse() 61 buffer.log(TAG, INFO, { in logDozing() 69 buffer.log(TAG, INFO, { in logDozingSuppressed() 94 buffer.log(TAG, INFO, {}, { "Emergency call" }) in logEmergencyCall() 98 buffer.log(TAG, INFO, { in logKeyguardBouncerChanged() 106 buffer.log(TAG, INFO, { in logScreenOn() 114 buffer.log(TAG, INFO, { in logScreenOff() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | NotifCollectionLogger.kt | 24 import com.android.systemui.log.LogLevel.INFO 35 buffer.log(TAG, INFO, { in logNotifPosted() 43 buffer.log(TAG, INFO, { in logNotifGroupPosted() 52 buffer.log(TAG, INFO, { in logNotifUpdated() 60 buffer.log(TAG, INFO, { in logNotifRemoved() 69 buffer.log(TAG, INFO, { in logNotifReleased() 77 buffer.log(TAG, INFO, { in logNotifDismissed() 93 buffer.log(TAG, INFO, { in logDismissAll() 109 buffer.log(TAG, INFO, { in logNotifDismissedIntercepted() 117 buffer.log(TAG, INFO, { in logNotifClearAllDismissalIntercepted() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/logging/ |
D | PrivacyLogger.kt | 37 log(LogLevel.INFO, { in logUpdatedItemFromAppOps() 48 log(LogLevel.INFO, { in logRetrievedPrivacyItemsList() 64 log(LogLevel.INFO, { in logPrivacyItemsUpdateScheduled() 74 log(LogLevel.INFO, { in logCurrentProfilesChanged() 82 log(LogLevel.INFO, { in logChipVisible() 94 log(LogLevel.INFO, { in logStatusBarIconsVisible() 112 log(LogLevel.INFO, { in logShowDialogContents() 126 log(LogLevel.INFO, {}, { in logPrivacyDialogDismissed() 132 log(LogLevel.INFO, { in logStartSettingsActivityFromDialog()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotifBindPipelineLogger.kt | 20 import com.android.systemui.log.LogLevel.INFO 29 buffer.log(TAG, INFO, { in logStageSet() 37 buffer.log(TAG, INFO, { in logManagedRow() 45 buffer.log(TAG, INFO, { in logRequestPipelineRun() 61 buffer.log(TAG, INFO, { in logStartPipeline() 69 buffer.log(TAG, INFO, { in logFinishedPipeline()
|
D | RowContentBindStageLogger.kt | 20 import com.android.systemui.log.LogLevel.INFO 28 buffer.log(TAG, INFO, { in logStageParams()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerLogger.kt | 21 import com.android.systemui.log.LogLevel.INFO 30 buffer.log(TAG, INFO, { in logNotifAdded() 38 buffer.log(TAG, INFO, { in logNotifUpdated() 65 buffer.log(TAG, INFO, { in logRemovalIntercepted() 73 buffer.log(TAG, INFO, { in logLifetimeExtended() 83 buffer.log(TAG, INFO, { in logNotifRemoved() 92 buffer.log(TAG, INFO, { in logFilterAndSort()
|
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
D | ViewerConfigBuilderTest.kt | 30 private val TEST1 = ViewerConfigParser.ConfigEntry("test1", LogLevel.INFO.name, TAG1) 50 LogCall(TEST1.messageString, LogLevel.INFO, GROUP1, PATH), in processClass() 57 TEST1.messageString, LogLevel.INFO, GROUP1)]) in processClass() 67 LogCall(TEST1.messageString, LogLevel.INFO, GROUP1, PATH), in processClass_nonUnique() 68 LogCall(TEST1.messageString, LogLevel.INFO, GROUP1, PATH), in processClass_nonUnique() 69 LogCall(TEST1.messageString, LogLevel.INFO, GROUP1, PATH)).withContext()) in processClass_nonUnique() 74 LogLevel.INFO, GROUP1)]) in processClass_nonUnique() 80 LogCall(TEST1.messageString, LogLevel.INFO, GROUP1, PATH), in processClass_disabled() 88 PATH, TEST1.messageString, LogLevel.INFO, GROUP1)]) in processClass_disabled()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 609 LOG(INFO) << "DexoptSecondaryCe"; in TEST_F() 615 LOG(INFO) << "DexoptSecondaryCeLink"; in TEST_F() 621 LOG(INFO) << "DexoptSecondaryCeWithContext"; in TEST_F() 628 LOG(INFO) << "DexoptSecondaryDe"; in TEST_F() 634 LOG(INFO) << "DexoptSecondaryDeWithContext"; in TEST_F() 641 LOG(INFO) << "DexoptSecondaryDoesNotExist"; in TEST_F() 650 LOG(INFO) << "DexoptSecondaryStorageValidationError"; in TEST_F() 659 LOG(INFO) << "DexoptSecondaryAppOwnershipValidationError"; in TEST_F() 668 LOG(INFO) << "DexoptSecondaryAcessViaDifferentUidError"; in TEST_F() 677 LOG(INFO) << "DexoptPrimaryPublic"; in TEST_F() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/logging/ |
D | BroadcastDispatcherLogger.kt | 25 import com.android.systemui.log.LogLevel.INFO 38 log(INFO, { in logBroadcastReceived() 60 log(INFO, { in logReceiverRegistered() 70 log(INFO, { in logReceiverUnregistered() 87 log(INFO, { in logContextReceiverRegistered() 103 log(INFO, { in logContextReceiverUnregistered()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | LogNullabilityTest.java | 40 Log.println(Log.INFO, null, ""); in nullTag() 53 Log.printlns(Log.LOG_ID_MAIN, Log.INFO, null, "", new Throwable()); in nullTagWithThrowable() 93 Log.println(Log.INFO, "", null); in nullMessage() 111 Log.printlns(Log.LOG_ID_MAIN, Log.INFO, "", null, new Throwable()); in nullMessageWithThrowable() 129 Log.printlns(Log.LOG_ID_MAIN, Log.INFO, "", "", null); in nullThrowable() 153 Log.printlns(Log.LOG_ID_MAIN, Log.INFO, "", null, null); in nullMessageWithNullThrowable() 161 Log.isLoggable(null, Log.INFO); in nullTagIsLoggable()
|
/frameworks/base/tests/Internal/src/com/android/internal/protolog/ |
D | ProtoLogImplTest.java | 165 verify(mockedProtoLog).log(eq(ProtoLogImpl.LogLevel.INFO), eq( in i_logCalled() 210 ProtoLogImpl.LogLevel.INFO, TestProtoLogGroup.TEST_GROUP, 1234, 4321, null, in log_logcatEnabledExternalMessage() 214 ProtoLogImpl.LogLevel.INFO), in log_logcatEnabledExternalMessage() 227 ProtoLogImpl.LogLevel.INFO, TestProtoLogGroup.TEST_GROUP, 1234, 4321, null, in log_logcatEnabledInvalidMessage() 231 ProtoLogImpl.LogLevel.INFO), in log_logcatEnabledInvalidMessage() 244 ProtoLogImpl.LogLevel.INFO, TestProtoLogGroup.TEST_GROUP, 1234, 4321, "test %d", in log_logcatEnabledInlineMessage() 248 ProtoLogImpl.LogLevel.INFO), eq("test 5")); in log_logcatEnabledInlineMessage() 260 ProtoLogImpl.LogLevel.INFO, TestProtoLogGroup.TEST_GROUP, 1234, 4321, null, in log_logcatEnabledNoMessage() 264 ProtoLogImpl.LogLevel.INFO), eq("UNKNOWN MESSAGE (1234) 5")); in log_logcatEnabledNoMessage() 276 ProtoLogImpl.LogLevel.INFO, TestProtoLogGroup.TEST_GROUP, 1234, 4321, "test %d", in log_logcatDisabled() [all …]
|
/frameworks/base/cmds/incidentd/testdata/ |
D | kmsg.txt | 2 B - 626409 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device 3 B - 729255 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device 42 ^@B - 736605 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device 43 B - 839451 - [INFO][XBL]: Bypass appsbl verification on DEVELOPMENT device
|
D | kmsg.txt.gz |
|
/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/ |
D | TransportUtils.java | 70 @IntDef({Priority.VERBOSE, Priority.DEBUG, Priority.INFO, Priority.WARN, Priority.WTF}) 75 int INFO = Log.INFO; field
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
D | LogLevel.kt | 30 INFO(Log.INFO, "I"),
|
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
D | LogLevel.kt | 22 DEBUG, VERBOSE, INFO, WARN, ERROR, WTF; 29 "i" -> INFO in getLevelForMethodName()
|
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/ |
D | buffer_transport_benchmark.cpp | 166 LOG(INFO) << "Binder server is ready for client."; in Start() 263 LOG(INFO) << "Reader Thread Running..."; in Start() 287 LOG(INFO) << "Reader Thread Exiting..."; in Start() 441 LOG(INFO) << "Transport backend running, transport=" << transport << "."; in SetUp() 450 LOG(INFO) << "Surface initialized on thread " << i << "."; in SetUp() 459 LOG(INFO) << "Tear down benchmark."; in TearDown() 538 LOG(INFO) << "Binder server running..."; in runBinderServer() 548 LOG(INFO) << "Service Exiting..."; in runBinderServer() 586 LOG(INFO) << "Benchmark process pid: " << pid; in main()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarterLogger.kt | 23 import com.android.systemui.log.LogLevel.INFO 56 buffer.log(TAG, INFO, { in logStartNotificationIntent() 105 buffer.log(TAG, INFO, { in logSendingFullScreenIntent()
|
/frameworks/native/libs/adbd_auth/ |
D | adbd_auth.cpp | 121 LOG(INFO) << "adbd_auth: prompt currently pending, skipping"; in DispatchPendingPrompt() 126 LOG(INFO) << "adbd_auth: no prompts to send"; in DispatchPendingPrompt() 130 LOG(INFO) << "adbd_auth: prompting user for adb authentication"; in DispatchPendingPrompt() 149 LOG(INFO) << "adbd_auth: marking framework writable"; in UpdateFrameworkWritable() 158 LOG(INFO) << "adbd_auth: received new framework fd " << new_fd.get() in ReplaceFrameworkFd() 173 LOG(INFO) << "adbd_auth: marking framework writable"; in ReplaceFrameworkFd() 183 LOG(INFO) << "adbd_auth: received packet: " << packet; in HandlePacket() 337 LOG(INFO) << "adbd_auth: received a new framework connection"; in Run() 368 LOG(INFO) << "adbd_auth: hit EOF on framework fd"; in Run() 395 LOG(INFO) << "adbd_auth: loading keys from " << path; in IteratePublicKeys() [all …]
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiMhlLocalDeviceStub.java | 11 private static final HdmiDeviceInfo INFO = new HdmiDeviceInfo( field in HdmiMhlLocalDeviceStub 25 return INFO; in getInfo()
|
/frameworks/base/tools/dump-coverage/ |
D | dump_coverage.cc | 85 LOG(INFO) << "Writing file of length " << length << " to '" << filename in WriteFile() 101 LOG(INFO) << "Done writing file"; in WriteFile() 110 LOG(INFO) << "Dumping file"; in Dump() 168 LOG(INFO) << "command: '" << command << "' args: '" << args << "'"; in ParseOptionsAndExecuteCommand()
|
/frameworks/av/services/mediacodec/ |
D | main_codecservice.cpp | 42 LOG(INFO) << "mediacodecservice starting"; in main() 59 LOG(INFO) << "IOmx HAL service created."; in main()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | MyTransmitter.h | 352 LOG(INFO) << "connection request completed with result " in onMessageReceived() 373 LOG(INFO) << "ANNOUNCE completed with result " in onMessageReceived() 386 LOG(INFO) << "FAILED to authenticate"; in onMessageReceived() 445 LOG(INFO) << "recv returned " << n << " bytes of data."; in onMessageReceived() 461 LOG(INFO) << "SETUP completed with result " in onMessageReceived() 491 LOG(INFO) << "transport = '" << transport << "'"; in onMessageReceived() 518 LOG(INFO) << "sending data to " in onMessageReceived() 551 LOG(INFO) << "RECORD completed with result " in onMessageReceived() 602 LOG(INFO) << "OPTIONS completed with result " in onMessageReceived() 694 LOG(INFO) << "That's enough, pausing."; in onMessageReceived() [all …]
|
/frameworks/multidex/library/test/src/android/util/ |
D | Log.java | 41 public static final int INFO = 4; field in Log 110 return println(LOG_ID_MAIN, INFO, tag, msg); in i() 121 return println(LOG_ID_MAIN, INFO, tag, msg + '\n' + getStackTraceString(tr)); in i()
|
/frameworks/native/services/sensorservice/hidl/ |
D | SensorManager.cpp | 167 LOG(INFO) << POLL_THREAD_NAME << " started."; in getLooper() 172 LOG(INFO) << POLL_THREAD_NAME << ": requested to stop"; in getLooper() 175 LOG(INFO) << POLL_THREAD_NAME << ": spurious wake up, back to work"; in getLooper() 188 LOG(INFO) << POLL_THREAD_NAME << " is terminated."; in getLooper()
|