Skip to content

Commit 2398fd6

Browse files
committed
rename log to IBGLog in Android module
1 parent b3a27c6 commit 2398fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public void setAttachmentTypesEnabled(boolean screenshot, boolean extraScreensho
239239
* @param message log message
240240
*/
241241
@ReactMethod
242-
public void log(String message) {
242+
public void IBGLog(String message) {
243243
try {
244244
mInstabug.log(message);
245245
} catch (Exception e) {

0 commit comments

Comments
 (0)