mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 05:30:42 +00:00
Merge pull request #12 from status-im/master
Rename log to IBGLog in Android module
This commit is contained in:
commit
51f8519631
@ -261,7 +261,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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user