Skip to content

Commit 0e5ff8f

Browse files
Add reflection explanation
1 parent 33fc429 commit 0e5ff8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You will see something like this :
7878
- Genymotion Emulator: Enable bridge from configure virtual device (option available in genymotion)
7979

8080
### Getting address with toast, in case you missed the address log in logcat
81-
As this library is auto-initialize, if you want to get the address log, add the following method and call
81+
As this library is auto-initialize, if you want to get the address log, add the following method and call (we have to do like this to avoid build error in release build as this library will not be included in the release build)
8282
```java
8383
public static void showDebugDBAddressLogToast(Context context) {
8484
if (BuildConfig.DEBUG) {

0 commit comments

Comments
 (0)