@@ -24,7 +24,6 @@ and in the `Application` instance (here `SampleApp`) `onCreate` method call `ini
...
@@ -24,7 +24,6 @@ and in the `Application` instance (here `SampleApp`) `onCreate` method call `ini
MonitoringManager.ensureMonitoringService(this);
MonitoringManager.ensureMonitoringService(this);
```
```
Logging is turned off by default; use the `B4SSettings` object returned on initialization to enable debugging (using `setShouldLogScanning` and `setShouldLogMatching`).