2017-09-19 1 views
0

최근에 내 반응 형 네이티브 Android 앱을 Google Play 스토어에 업로드했으며 Google 개발자 콘솔에 이러한 크래시 보고서가 꽤 많이 있습니다. 그들은 여러 가지 다른 장치 모델을 사용하고 있으며 자체 장치 나 에뮬레이터에서 충돌을 재현 할 수 없습니다. 내가 고칠 수있는 어떤 생각? 이것을 알아내는 데 도움이 될만한 많은 감사를드립니다!android 오류보고를 진단하는 방법

com.facebook.react.bridge.JSApplicationIllegalArgumentException: 
    at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateViewProp (ViewManagersPropertyCache.java:95) 
    at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackViewManagerSetter.setProperty (ViewManagerPropertyUpdater.java:129) 
    at com.facebook.react.uimanager.ViewManagerPropertyUpdater.updateProps (ViewManagerPropertyUpdater.java:48) 
    at com.facebook.react.uimanager.ViewManager.updateProperties (ViewManager.java:36) 
    at com.facebook.react.uimanager.NativeViewHierarchyManager.createView (NativeViewHierarchyManager.java:227) 
    at com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute (UIViewOperationQueue.java:150) 
    at com.facebook.react.uimanager.UIViewOperationQueue$1.run (UIViewOperationQueue.java:770) 
    at com.facebook.react.uimanager.UIViewOperationQueue.flushPendingBatches (UIViewOperationQueue.java:855) 
    at com.facebook.react.uimanager.UIViewOperationQueue.access$1600 (UIViewOperationQueue.java:46) 
    at com.facebook.react.uimanager.UIViewOperationQueue$2.runGuarded (UIViewOperationQueue.java:813) 
    at com.facebook.react.bridge.GuardedRunnable.run (GuardedRunnable.java:21) 
    at android.os.Handler.handleCallback (Handler.java:751) 
    at android.os.Handler.dispatchMessage (Handler.java:95) 
    at android.os.Looper.loop (Looper.java:154) 
    at android.app.ActivityThread.main (ActivityThread.java:6776) 
    at java.lang.reflect.Method.invoke (Native Method) 
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1520) 
    at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410) 
Caused by: java.lang.reflect.InvocationTargetException: 
    at java.lang.reflect.Method.invoke (Native Method) 
    at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateViewProp (ViewManagersPropertyCache.java:83) 

답변

0

자신의 장치 또는 에뮬레이터에서 충돌을 재현 할 필요가 없습니다. 당신은보고 도구를 망칠 수있는 사용자 정의 로그를보고 해당 정보로 수정하려고 시도하면보고 된 오류가 발생합니다.

관련 문제