We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This would be nice to add a debug log for custom task JobId when scheduleTask is called.
scheduleTask
This way, we could test custom task with the JobScheduler: adb shell cmd jobscheduler run -f ${packageName} ${customTaskJobId}
adb shell cmd jobscheduler run -f ${packageName} ${customTaskJobId}
The text was updated successfully, but these errors were encountered:
This will be done.
Sorry, something went wrong.
Ok, this is merged now. The RN version react-native-background-fetch is published to 4.1.8.
react-native-background-fetch
4.1.8
$ adb logcat *:S TSBackgroundFetch TSBackgroundFetch: - registerTask: com.transistorsoft.customtask (jobId: -359368280) <--- jobId added
Copy jobId above and paste into adb shell command:
jobId
adb shell
$ adb shell cmd jobscheduler run -f your.package.name -359368280
No branches or pull requests
This would be nice to add a debug log for custom task JobId when
scheduleTask
is called.This way, we could test custom task with the JobScheduler:
adb shell cmd jobscheduler run -f ${packageName} ${customTaskJobId}
The text was updated successfully, but these errors were encountered: