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

Add excluded refs to leak info #121

Merged
merged 1 commit into from
May 18, 2015
Merged

Add excluded refs to leak info #121

merged 1 commit into from
May 18, 2015

Conversation

pyricau
Copy link
Member

@pyricau pyricau commented May 18, 2015

Fixes #119

Result:

* Excluded Refs:
| Field: android.view.inputmethod.InputMethodManager.mNextServedView
| Field: android.view.inputmethod.InputMethodManager.mServedView
| Field: android.view.inputmethod.InputMethodManager.mServedInputConnection
| Field: android.view.inputmethod.InputMethodManager.mCurRootView
| Field: android.animation.LayoutTransition$1.val$parent
| Field: android.view.textservice.SpellCheckerSession$1.this$0
| Field: android.accounts.AccountManager$AmsTask$Response.this$1
| Field: android.media.MediaScannerConnection.mContext
| Field: android.os.UserManager.mContext
| Field: android.view.Choreographer.FrameDisplayEventReceiver.mMessageQueue
| Static field: android.support.v7.internal.widget.ActivityChooserModel.mActivityChoserModelPolicy
| Static field: android.widget.ActivityChooserModel.mActivityChoserModelPolicy
| Thread:FinalizerWatchdogDaemon| Thread:main| Thread:LeakCanary-Heap-Dump

Fixes #119

Result:

```
* Excluded Refs:
| Field: android.view.inputmethod.InputMethodManager.mNextServedView
| Field: android.view.inputmethod.InputMethodManager.mServedView
| Field: android.view.inputmethod.InputMethodManager.mServedInputConnection
| Field: android.view.inputmethod.InputMethodManager.mCurRootView
| Field: android.animation.LayoutTransition$1.val$parent
| Field: android.view.textservice.SpellCheckerSession$1.this$0
| Field: android.accounts.AccountManager$AmsTask$Response.this$1
| Field: android.media.MediaScannerConnection.mContext
| Field: android.os.UserManager.mContext
| Field: android.view.Choreographer.FrameDisplayEventReceiver.mMessageQueue
| Static field: android.support.v7.internal.widget.ActivityChooserModel.mActivityChoserModelPolicy
| Static field: android.widget.ActivityChooserModel.mActivityChoserModelPolicy
| Thread:FinalizerWatchdogDaemon| Thread:main| Thread:LeakCanary-Heap-Dump
```
@pyricau
Copy link
Member Author

pyricau commented May 18, 2015

Looks like travis lies.

pyricau added a commit that referenced this pull request May 18, 2015
@pyricau pyricau merged commit 70b7506 into master May 18, 2015
@pyricau pyricau deleted the py/report_excluded branch May 18, 2015 18:37
Yky pushed a commit to Yky/leakcanary that referenced this pull request Feb 21, 2016
Pengchengxiang pushed a commit to XLibrarys/leakcanary that referenced this pull request Jan 2, 2017
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

Successfully merging this pull request may close these issues.

Add excluded refs to detailed leak info string
1 participant