Skip to content

Commit

Permalink
Show example of package exclusion with LeakCanary
Browse files Browse the repository at this point in the history
  • Loading branch information
xfumihiro committed Nov 21, 2015
1 parent 56bba9e commit 12decb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ apply plugin: 'view-inspector'
To exclude packages:
```
viewInspector {
excludePackages = ['android.widget.Space', 'package.to.exclude']
excludePackages = ['android.widget.Space', 'com.squareup.leakcanary.internal']
}
```

Expand Down

0 comments on commit 12decb9

Please sign in to comment.