Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
334 views
in Technique[技术] by (71.8m points)

android - Android 9.0中遇到的Firebase云消息传递线程问题(Firebase Cloud Messaging Threading Issue encountered in Android 9.0)

Inside onMessageReceived method of FirebaseMessaginService, I'm unable to run a block of code.

(在FirebaseMessaginService的onMessageReceived方法内部,我无法运行代码块。)

Is it a threading issue?

(这是线程问题吗?)

Once i receive the remote message I'm trying to extract icon data which is an html resource, then bitmap and to bytes.

(收到远程消息后,我正尝试提取图标数据(这是html资源),然后提取位图和字节。)

In the logcat I do not see either of the following two logs

(在logcat中,我看不到以下两个日志之一)

"handleNow/106.0" or "handleNow/106".

(“ handleNow / 106.0”或“ handleNow / 106”。)

please help guys.

(请帮助大家。) 内部glideApp / onResourceready和内部reference / getBytes / successListener都不运行

  ask by Karan Vadde translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...