mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 23:05:00 +08:00
Export latest Android changes
This commit is contained in:
@@ -57,7 +57,7 @@ public class ExceptionsManagerModule extends BaseJavaModule {
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
public void reportSoftException(String title, ReadableArray details) {
|
||||
public void reportSoftException(String title, ReadableArray details, int exceptionId) {
|
||||
FLog.e(ReactConstants.TAG, title + "\n" + stackTraceToString(details));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user