mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2026-08-30 21:51:09 +00:00
rename log to IBGLog in Android module
This commit is contained in:
@@ -239,7 +239,7 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
|
||||
* @param message log message
|
||||
*/
|
||||
@ReactMethod
|
||||
public void log(String message) {
|
||||
public void IBGLog(String message) {
|
||||
try {
|
||||
mInstabug.log(message);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user