Skip to content

Commit d4ce752

Browse files
committed
Added Android debugging instructions
1 parent e2ff5b8 commit d4ce752

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,16 @@ iOS:
152152
(use `statusAsync()` to check for this).
153153

154154

155+
## Debugging
156+
157+
### Android
158+
159+
```bash
160+
$ adb logcat *:S ReactNative:V ReactNativeJS:V BackgroundTask:V
161+
```
162+
163+
Keep in mind that after the app leaves the foreground, you'll have to wait at least 50% of the desired period (so, default is 7m30s) before the task executes.
164+
155165
## Examples
156166

157167
### Simple

0 commit comments

Comments
 (0)