Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodycj/cordova-big-android-response-payload-test
https://github.com/brodycj/cordova-big-android-response-payload-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brodycj/cordova-big-android-response-payload-test
- Owner: brodycj
- License: apache-2.0
- Created: 2020-06-05T03:00:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T03:00:52.000Z (over 4 years ago)
- Last Synced: 2024-07-31T00:17:12.953Z (5 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# cordova-big-android-response-payload-test
now with the native test running in a background thread
**To run test:**
- `cordova platform add android`
- `cordova run android`Note that the local `big-response-payload-test-plugin` is already specified in `package.json`.
**To reproduce payload memory issue on Android:**
- change the value of `NATIVE_RESPONSE_COUNT` to a higher value such as `400` in `www/app.js`
- run test on Android, as specified above