提交 52e48ba0 authored 作者: 史晓晨's avatar 史晓晨

feat:增加日志打印

上级 ee6ae0e6
...@@ -53,6 +53,7 @@ class RammusPushIntentService : AliyunMessageIntentService() { ...@@ -53,6 +53,7 @@ class RammusPushIntentService : AliyunMessageIntentService() {
override fun onNotificationOpened(p0: Context?, title: String?, summary: String?, extras: String?) { override fun onNotificationOpened(p0: Context?, title: String?, summary: String?, extras: String?) {
LogUtils.d("onNotificationOpened title is $title, summary is $summary, extras: $extras") LogUtils.d("onNotificationOpened title is $title, summary is $summary, extras: $extras")
LogUtils.d("onNotificationOpened RammusPushHandler.methodChannel ${RammusPushHandler.methodChannel}")
handler.postDelayed({ handler.postDelayed({
RammusPushHandler.methodChannel?.invokeMethod("onNotificationOpened", mapOf( RammusPushHandler.methodChannel?.invokeMethod("onNotificationOpened", mapOf(
"title" to title, "title" to title,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论