File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
blockcanary-android-no-op
src/main/java/com/github/moduth/blockcanary
blockcanary-sample/src/main/java/com/example/blockcanary Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11POM_NAME =Android BlockCanary Analyzer Library
22POM_ARTIFACT_ID =blockcanary-analyzer
33POM_PACKAGING =aar
4- VERSION_NAME =1.4.1
5- VERSION_CODE =15
4+ VERSION_NAME =1.5.0
5+ VERSION_CODE =16
66GROUP =com.github.markzhai
77
88POM_DESCRIPTION =Android BlockCanary Analyzer Library
Original file line number Diff line number Diff line change 11POM_NAME =Android BlockCanary NO-OP Library
22POM_ARTIFACT_ID =blockcanary-no-op
33POM_PACKAGING =jar
4- VERSION_NAME =1.4.1
5- VERSION_CODE =15
4+ VERSION_NAME =1.5.0
5+ VERSION_CODE =16
66GROUP =com.github.markzhai
77
88POM_DESCRIPTION =Android BlockCanary NO-OP Library
Original file line number Diff line number Diff line change @@ -109,4 +109,8 @@ public boolean deleteFilesInWhiteList() {
109109 public void onBlock (Context context , BlockInfo blockInfo ) {
110110
111111 }
112+
113+ public boolean stopWhenDebugging () {
114+ return true ;
115+ }
112116}
Original file line number Diff line number Diff line change 11POM_NAME =Android BlockCanary Library
22POM_ARTIFACT_ID =blockcanary-android
33POM_PACKAGING =aar
4- VERSION_NAME =1.4.1
5- VERSION_CODE =15
4+ VERSION_NAME =1.5.0
5+ VERSION_CODE =16
66GROUP =com.github.markzhai
77
88POM_DESCRIPTION =Android BlockCanary Library
Original file line number Diff line number Diff line change @@ -80,6 +80,6 @@ public List<String> provideWhiteList() {
8080
8181 @ Override
8282 public boolean stopWhenDebugging () {
83- return false ;
83+ return true ;
8484 }
8585}
You can’t perform that action at this time.
0 commit comments