File tree Expand file tree Collapse file tree 3 files changed +0
-73
lines changed
NewRelicVideoCore/src/main/java/com/newrelic/videoagent/core
app/src/main/java/com/newrelic/nrvideoproject Expand file tree Collapse file tree 3 files changed +0
-73
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,6 @@ public static final class Builder {
203203 private boolean memoryOptimized = true ;
204204 private boolean debugLoggingEnabled = false ;
205205 private boolean isTV = false ;
206- private String collectorAddress = null ;
207- private boolean qoeAggregateEnabled = true ; // Default enabled
208206
209207 public Builder (String applicationToken ) {
210208 this .applicationToken = applicationToken ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88
99import com .newrelic .videoagent .core .NRVideo ;
1010import com .newrelic .videoagent .core .NRVideoConfiguration ;
11- import com .newrelic .videoagent .core .config .NRVideoConfig ;
1211
1312import java .util .HashMap ;
1413import java .util .Map ;
@@ -30,8 +29,6 @@ protected void onCreate(Bundle savedInstanceState) {
3029 .enableQoeAggregate (BuildConfig .QOE_AGGREGATE_DEFAULT )
3130 .build ();
3231 NRVideo .newBuilder (getApplicationContext ()).withConfiguration (config ).build ();
33- // Initialize QOE configuration with value from local.properties
34- NRVideoConfig .getInstance ().initializeDefaults (BuildConfig .QOE_AGGREGATE_DEFAULT );
3532 setContentView (R .layout .activity_main );
3633
3734 adsSwitch = findViewById (R .id .ads_switch );
You can’t perform that action at this time.
0 commit comments