01-06 13:51:16.791 I/Dialer ( 2648): CallerAddressHelper - getInstance [com.android.incallui.sprd.plugin.CallerAddress.CallerAddressHelper@1419588] 01-06 13:51:16.798 I/Dialer ( 2648): InCallUtils.HideHDVoiceIcon - currentPhoneId =1,accountHandle.ID =898600E1191507007757 01-06 13:51:16.817 I/Dialer ( 2648): InCallUtils.HideHDVoiceIcon - configValue =false 01-06 13:51:16.824 I/Dialer ( 2648): InCallFragment.onPageChanged - buttonsToPlaceSize : 5 01-06 13:51:16.825 I/Dialer ( 2648): InCallActivity.showMainInCallFragment - shouldShowAnswerUi: false, shouldShowRttUi: false, shouldShowVideoUi: false, shouldShowSpeakEasyUi: false, didShowAnswerScreen: false, didShowInCallScreen: true, didShowRttCallScreen: false, didShowVideoCallScreen: false, didShowSpeakEasyScreen: false 01-06 13:51:16.826 I/Dialer ( 2648): InCallFragment.onPageChanged - buttonsToPlaceSize : 5 01-06 13:51:16.827 I/Dialer ( 2648): CallButtonPresenter - updateUi isEnabled:true 01-06 13:51:16.828 I/Dialer ( 2648): CallButtonPresenter - has already got the value or invalid sub id. currentSubId =1
时间: 2023-01-11 08:55:36 浏览: 136
这是一些手机拨号应用的日志信息。它看起来像是在调用某些函数并记录相关信息。例如,"InCallUtils.HideHDVoiceIcon"和"CallButtonPresenter"似乎是两个函数,"currentPhoneId"和"accountHandle.ID"是两个变量。这些信息可能用于调试或确定应用程序的运行状态。
相关问题
ReturnToCallController.hide - hide() called without calling show() 01-06 13:51:15.503 I/Dialer ( 2648): InCallPresenter.onCallListChange - Phone switching state: PENDING_OUTGOING -> OUTGOING 01-06 13:51:15.506 I/Dialer ( 2648): InCallActivity.onForegroundCallChanged - resetting background color 01-06 13:51:15.545 I/Dialer ( 2648): StatusBarNotifier.buildAndSendNotification - notificationType=1 01-06 13:51:15.551 I/Dialer ( 2648): StatusBarNotifier.buildAndSendNotification - displaying notification for 1 01-06 13:51:15.557 I/Dialer ( 2648): StatusBarNotifier.updateInCallNotification - showNotification
这些日志信息表明:
- ReturnToCallController.hide - hide()方法在调用show()方法之前被调用。
- InCallPresenter.onCallListChange - 电话状态变为:PENDING_OUTGOING -> OUTGOING(即电话即将拨出)。
- InCallActivity.onForegroundCallChanged - 重置背景颜色。
- StatusBarNotifier.buildAndSendNotification - 构建并发送通知,通知类型为1。
- StatusBarNotifier.buildAndSendNotification - 显示通知1。
- StatusBarNotifier.updateInCallNotification - 显示通知。
InCallPresenter.showInCall - Showing InCallActivity 01-06 13:49:18.256 I/Dialer ( 2648): InCallPresenter.onCallListChange - Phone switching state: INCOMING -> INCALL 01-06 13:49:18.260 I/Dialer ( 2648): VideoPauseController.onStateChange - hasPrimaryCallChanged: false, videoCanPause: false, isInBackground: false 01-06 13:49:18.274 I/Dialer ( 2648): StatusBarNotifier.buildAndSendNotification - notificationType=1 01-06 13:49:18.302 I/Dialer ( 2648): StatusBarNotifier.buildAndSendNotification - displaying notification for 1 01-06 13:49:18.305 I/Dialer ( 2648): StatusBarNotifier.updateInCallNotification - showNotification
这段文字是一段日志记录。它描述了在应用程序中发生的一些事情,比如:
- 正在显示 InCallActivity
- 电话状态从 INCOMING 变为 INCALL
- VideoPauseController 的状态改变了
- 正在建立和发送通知,通知类型为 1
- 正在显示通知
- 更新 InCall 通知
这段日志可能来自一个应用程序的调试信息,用于帮助开发人员了解应用程序的运行情况。
阅读全文