Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement - provide slim version for cocopods #14

Closed
wwe-johndpope opened this issue Mar 15, 2017 · 5 comments
Closed

enhancement - provide slim version for cocopods #14

wwe-johndpope opened this issue Mar 15, 2017 · 5 comments

Comments

@wwe-johndpope
Copy link

wwe-johndpope commented Mar 15, 2017

I want to use this in project - but there's too many sub pod dependencies.
eg. I just want logging.
It would be great to not have to include everything / just to use the in app logging. (eg. sqlite logging stuff)

@wwe-johndpope
Copy link
Author

reverting to Dotzu / the logging seems very unstable when used in conjunction with nserror.localizedDescription

@zixun
Copy link
Owner

zixun commented Mar 16, 2017

Thanks for you feedback! if you just want in app logging, TinyConsole will be more suitable。

and can you provide more detail about use with nserror.localizedDescription

@johndpope
Copy link

thanks - the code I had which was causing a crash is tangled up in Alamofire.

It was initially all working fine - but suddenly became unstable with sqlite / threading stuff.
Unfortunately - I binned code. I was using SDWebImage in conjunction which may have not played nicely. sorry can't be more help - it seems like it was honking out trying to do an insert.

      doStuff(videoItem: videoItem) { (success, result, error) in
            
            guard let successResult = result, error == nil && success == true else {
               
                Log4g.error(error?.localizedDescription) // this was causing logger to crash...
                return
            }

screen shot 2017-03-15 at 2 02 30 pm

@wwe-johndpope
Copy link
Author

you may be able to trip it up with airline mode. I think the swagger API was hitting rate limits.

@zixun
Copy link
Owner

zixun commented Mar 17, 2017

@johndpope can see any crash log in crash print console。
and by the way,please upgrade the version of GodEye to 1.0.2,it fix a bug about SIGNAL crash not display~

@zixun zixun reopened this Mar 17, 2017
@zixun zixun closed this as completed Jan 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants