File tree Expand file tree Collapse file tree
src/main/java/bluepie/ad_silence Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ android {
2323
2424 proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
2525 }
26+
27+ debug {
28+ minifyEnabled false
29+ shrinkResources false
30+ }
2631 }
2732 compileOptions {
2833 sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ class Utils {
8080 } else {
8181 audioManager?.setStreamMute(AudioManager .STREAM_MUSIC , true )
8282 }
83+ Log .v(TAG ," device music steam muted" )
8384 addNotificationHelper?.updateNotification(" AdSilence, ad-detected" )
8485 }
8586
@@ -97,6 +98,7 @@ class Utils {
9798 } else {
9899 audioManager?.setStreamMute(AudioManager .STREAM_MUSIC , false )
99100 }
101+ Log .v(TAG , " device music stream unmuted" )
100102 addNotificationHelper?.updateNotification(" AdSilence, listening for ads" )
101103 }
102104
You can’t perform that action at this time.
0 commit comments