Networkeye discussion about the need for a database, what you think needs to be stored intercepted requests to databases?
coderyi opened this issue · 1 comments
coderyi commented
Networkeye discussion about the need for a database, what you think needs to be stored intercepted requests to databases?
1.networkeye actually a little thing, whether you need a database such a heavy thing,
- The network request because sometimes insert fast, such as when you use UIWebView , sometimes it will insert a lot of requests, it will also cause some inserted errors
- Insert the database, I am currently only insert JSON and XML, in some cases, such as webpage, or some text into the database and so will not convenient
- If you do not have a database, when it not in memory and you will not see; for example, many crashes because of erroneous network requests, after a crash ,you can not see the information of requested the network
coderyi commented
pod 'NetworkEye', '~> 1.0.6'
pod 'NetworkEye/FMDB' # NetworkEye with FMDB ,save your requests to database