Skip to content

Commit

Permalink
Merge pull request #163 in OP/openkit-java from noissue/fix-default-v…
Browse files Browse the repository at this point in the history
…alues-in-documentation to main

* commit 'f77cf2ebefcf94718f64327616bbca68dbafa863':
  Fix default values in documentation

GitOrigin-RevId: 7da5b330e88d72adffaed4b8032769efa74ffbf1
  • Loading branch information
stefaneberl authored and openkitdt committed Oct 29, 2020
1 parent 1b2b3d6 commit 3d2613e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ customize OpenKit. This includes device specific information like operating syst
| `withDataCollectionLevel` | sets the data collection level | `DataCollectionLevel.USER_BEHAVIOR` |
| `withCrashReportingLevel` | sets the crash reporting level | `CrashReportingLevel.OPT_IN_CRASHES` |
| `withBeaconCacheMaxRecordAge` | sets the maximum age of an entry in the beacon cache in milliseconds | 1 h 45 min |
| `withBeaconCacheLowerMemoryBoundary` | sets the lower memory boundary of the beacon cache in bytes | 100 MB |
| `withBeaconCacheUpperMemoryBoundary` | sets the upper memory boundary of the beacon cache in bytes | 80 MB |
| `withBeaconCacheLowerMemoryBoundary` | sets the lower memory boundary of the beacon cache in bytes | 80 MB |
| `withBeaconCacheUpperMemoryBoundary` | sets the upper memory boundary of the beacon cache in bytes | 100 MB |
| `withTrustManager` | sets a custom `SSLTrustManager` instance, replacing the builtin default one.<br>Details are described in section [SSL/TLS Security in OpenKit](#ssltls-security-in-openkit). | `SSLStrictTrustManager` |
| `enableVerbose` | *Deprecated*, use `withLogLevel` instead.<br>Enables extended log output for OpenKit if the default logger is used.<br>Is equivalent to `withLogLevel(LogLevel.DEBUG)`. | `false` |
| `withLogLevel` | sets the default log level if the default logger is used | `LogLevel.WARN` |
Expand Down

0 comments on commit 3d2613e

Please sign in to comment.