Skip to content

Commit 2005200

Browse files
Add desc reflection
1 parent 94775dd commit 2005200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 (we have to do like this to avoid build error in release build as this library will not be included in the release build)
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) using reflection.
8282
```java
8383
public static void showDebugDBAddressLogToast(Context context) {
8484
if (BuildConfig.DEBUG) {

0 commit comments

Comments
 (0)