... | ... | @@ -25,7 +25,7 @@ and in the `Application` instance (here `SampleApp`) `onCreate` method call `ini |
|
|
MonitoringManager.ensureMonitoringService(this);
|
|
|
```
|
|
|
|
|
|
Logging is turned off by default; use the `B4SSettings` object returned on initialization to enable debugging (using `setShouldLogDebug` and `setShouldLogVerbose`) as well as to change various other settings.
|
|
|
Logging is turned off by default; use the `B4SSettings` object returned on initialization to enable debugging (using `setShouldLogScanning` and `setShouldLogMatching`).
|
|
|
|
|
|
### Application tagging
|
|
|
|
... | ... | |