Как отлаживать ANR и сбои в Google - PullRequest
0 голосов
/ 13 октября 2019

Произошел сбой в моем приложении, опубликованном в Google Play.

Я получил следующий отчет о сбое, кто-нибудь знает, как я могу отладить это?

Так я могу выяснить, в чем причина этого сбоя?

TypeError: 
  at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2984)
  at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3119)
  at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:78)
  at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:108)
  at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:68)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1839)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loop (Looper.java:207)
  at android.app.ActivityThread.main (ActivityThread.java:6867)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:547)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:876)
Caused by: TypeError: 
  at com.tns.Runtime.callJSMethodNative (Native Method)
  at com.tns.Runtime.dispatchCallJSMethodNative (Runtime.java:1242)
  at com.tns.Runtime.callJSMethodImpl (Runtime.java:1122)
  at com.tns.Runtime.callJSMethod (Runtime.java:1109)
  at com.tns.Runtime.callJSMethod (Runtime.java:1089)
  at com.tns.Runtime.callJSMethod (Runtime.java:1081)
  at com.tns.NativeScriptActivity.onCreate (NativeScriptActivity.java:19)
  at android.app.Activity.performCreate (Activity.java:7232)
  at android.app.Activity.performCreate (Activity.java:7221)
  at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1272)
  at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2964)

...