Skip to content

Commit 51f8519

Browse files
Merge pull request #12 from status-im/master
Rename log to IBGLog in Android module
2 parents 6dbf977 + 2398fd6 commit 51f8519

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
@@ -261,7 +261,7 @@ public void setAttachmentTypesEnabled(boolean screenshot, boolean extraScreensho
261261
* @param message log message
262262
*/
263263
@ReactMethod
264-
public void log(String message) {
264+
public void IBGLog(String message) {
265265
try {
266266
mInstabug.log(message);
267267
} catch (Exception e) {

0 commit comments

Comments
 (0)