https://github.com/hehonghui/zapr-sdk-sample-app
https://github.com/hehonghui/zapr-sdk-sample-app
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hehonghui/zapr-sdk-sample-app
- Owner: hehonghui
- Created: 2017-11-17T05:01:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T05:14:34.000Z (over 8 years ago)
- Last Synced: 2025-02-09T19:18:01.768Z (over 1 year ago)
- Language: Java
- Size: 206 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zapr SDK Sample App
## Memory Leak In BannerAdActivity
> BannerAdActivity will cause memory leak 100%. Please use LeakCanary and MAT to find out the reasons, and fix it.
1. open the app
2. click "LOAD BANNER AD"
3. loaded banner ad in BannerAdActivity
4. back to ZaprSDK
repeat step 1 ~ 4 several times, and you will get leakcanary's report from notifications ( It will take some times to analysis the memory leak hprof).
