Skip to content

Commit 02ff130

Browse files
committed
Link to Network Debugging Tools
In bug reporting guidelines, link to network debugging tools.
1 parent d1e2907 commit 02ff130

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ We use GitHub issues to track public bugs. We will keep a close eye on this and
3434
### Reporting New Issues
3535
Not all issues are SDK issues. If you're unsure whether your bug is with the SDK or backend, you can test to see if it reproduces with our [REST API][rest-api] and [Parse API Console][parse-api-console]. If it does, you can report backend bugs [here][bug-reports].
3636

37+
To view the REST API network requests issued by the Parse SDK, please check out our [Network Debugging Tool][network-debugging-tool]. With this tool, you can either log network requests to Android logcat, or log them to Chrome Debugger via Stetho.
38+
3739
Details are key. The more information you provide us the easier it'll be for us to debug and the faster you'll receive a fix. Some examples of useful tidbits:
3840

3941
* A description. What did you expect to happen and what actually happened? Why do you think that was wrong?
@@ -58,6 +60,7 @@ By contributing to Parse Android SDK, you agree that your contributions will be
5860
[stack-overflow]: http://stackoverflow.com/tags/parse.com
5961
[bug-reports]: https://www.parse.com/help#report
6062
[rest-api]: https://www.parse.com/docs/rest/guide
63+
[network-debugging-tool]: https://github.com/ParsePlatform/ParseInterceptors-Android/wiki
6164
[parse-api-console]: http://blog.parse.com/announcements/introducing-the-parse-api-console/
6265
[stacktrace-or-gtfo]: http://i.imgur.com/jacoj.jpg
6366
[tests-dir]: /Parse/src/test/java/com/parse

0 commit comments

Comments
 (0)