androidapp-webremotevolumecontrol icon indicating copy to clipboard operation
androidapp-webremotevolumecontrol copied to clipboard

Crash : RemoteServiceException

Open tanaka42 opened this issue 3 years ago • 0 comments

According to Google Console, many users encounter below crash. Unfortunately, below call stack is the only piece of information I have about the problem. This gives me no clue on how to solve it. Moreover I am not able to reproduce the problem at home.

android.app.RemoteServiceException: 
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1774)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loop (Looper.java:164)
  at android.app.ActivityThread.main (ActivityThread.java:6543)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:440)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:810)

tanaka42 avatar Jan 04 '21 14:01 tanaka42