0

How to know that do Firebase JobDispatcher Background job active now programmatically for a particular tag.

user3926701
  • 313
  • 1
  • 5
  • 18

1 Answers1

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
  • I guess he was asking how to do that in code, Not possible, afaik, with Firebase dispatcher – Shine Mar 29 '18 at 23:14