How to know that do Firebase JobDispatcher Background job active now programmatically for a particular tag.
Asked
Active
Viewed 267 times
1 Answers
0
You can use adb shell dumpsys activity service GcmService
, which will list all scheduled jobs. Please check your service.

Stephen Kennedy
- 20,585
- 22
- 95
- 108

Rajilesh Thayath
- 3
- 2
-
I guess he was asking how to do that in code, Not possible, afaik, with Firebase dispatcher – Shine Mar 29 '18 at 23:14