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

Apply 1.6.2 is polluting the logcat #38

Closed
carlbenson opened this issue Mar 25, 2015 · 4 comments
Closed

Apply 1.6.2 is polluting the logcat #38

carlbenson opened this issue Mar 25, 2015 · 4 comments

Comments

@carlbenson
Copy link

Appboy 1.6.2 is polluting the logcat. I get hundreds of lines with this.

D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Reusing convertView for rendering of item 5
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Using view of type: com.appboy.ui.widget.TextAnnouncementCardView for card at position 5: TextAnnouncementCard{mId='526554a788282dd4d50001e1', mViewed='true', mCreated='1382372519', mUpdated='1382430105', mDescription='test', mTitle='test', mUrl='null', mDomain='null'}
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Already counted impression for card 526554a788282dd4d50001e1
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Reusing convertView for rendering of item 6
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Using view of type: com.appboy.ui.widget.TextAnnouncementCardView for card at position 6: TextAnnouncementCard{mId='52654edee697aeb7530001f1', mViewed='true', mCreated='1382371038', mUpdated='1382430105', mDescription='sadsadsadsadsadsad', mTitle='asdsadsadsadasd', mUrl='null', mDomain='null'}
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Already counted impression for card 52654edee697aeb7530001f1
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Reusing convertView for rendering of item 7
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Using view of type: com.appboy.ui.widget.TextAnnouncementCardView for card at position 7: TextAnnouncementCard{mId='5265446688282d9b910001ca', mViewed='true', mCreated='1382368358', mUpdated='1382368362', mDescription='asdsadsad', mTitle='adssad', mUrl='null', mDomain='null'}
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Already counted impression for card 5265446688282d9b910001ca
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Reusing convertView for rendering of item 8
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Using view of type: com.appboy.ui.widget.TextAnnouncementCardView for card at position 8: TextAnnouncementCard{mId='52654143e697ae55a2000192', mViewed='true', mCreated='1382367555', mUpdated='1382367557', mDescription='BAHHA BAHHHHH', mTitle='BAAAHHHHH', mUrl='null', mDomain='null'}
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Already counted impression for card 52654143e697ae55a2000192
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Reusing convertView for rendering of item 9
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Using view of type: com.appboy.ui.widget.ShortNewsCardView for card at position 9: ShortNewsCard{mId='526008dbe697aeb71f0001f7', mViewed='true', mCreated='1382025435', mUpdated='1382025442', mDescription='Do it... DO IT! DOOO IT NOW!!!', mImageUrl='http://s3.amazonaws.com/appboy-images.com/news_items/images/526008dbe697aeb71f0001f7/5672632ddfdc5f0d741f7745da9d640a05e1c530/ios.png?1382025435', mTitle='DO IT NOW!!', mUrl='http://www.google.com', mDomain='www.google.com'}
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Already counted impression for card 526008dbe697aeb71f0001f7
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Reusing convertView for rendering of item 10
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Using view of type: com.appboy.ui.widget.ShortNewsCardView for card at position 10: ShortNewsCard{mId='5260084ce697ae7ece00010d', mViewed='true', mCreated='1382025292', mUpdated='1382025298', mDescription='This is a test and I will be really happy if this shows up on my feed... ', mImageUrl='http://s3.amazonaws.com/appboy-images.com/news_items/images/5260084ce697ae7ece00010d/c9b51284ac4573efb977405c9d95961384f329f8/ios.png?1382025292', mTitle='Test1', mUrl='null', mDomain='null'}
D/Appboy v1.6.2 .com.appboy.ui.adapters.AppboyListAdapter﹕ Already counted impression for card 5260084ce697ae7ece00010d
@Bucimis
Copy link
Collaborator

Bucimis commented Mar 25, 2015

Hi Carl,

Thank you for filing this issue. These messages are standard debugging messages that are logged upon interaction with our newsfeed. They've served a useful debugging function for our customers and we're hesitant to remove them entirely.

However, we'll review them again and consider potentially updating their frequency and/or removing some of these messages in our next release. In general, these messages should only appear during interaction with the newsfeed.

In the meantime, we recommend changing your logcat's log level to info+ or filtering these messages out.

Regards,
Appboy Android team

@carlbenson
Copy link
Author

Thanks for your reply. An option you could consider is to allow developers to enable/disable your logcat output.

@MichaelEvans
Copy link

+1 to making logcat configurable. See: #27

@briancaw
Copy link
Contributor

briancaw commented Jun 3, 2015

Hi All,

We've enabled configurable log levels in 1.7.3 by setting the com.appboy.support.AppboyLogger.LogLevel value.

We're happy to hear any comments or questions regarding this solution.

  • Appboy Android Team

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

4 participants