luckybilly / luckybilly/CC

请求帮助,android.os.DeadObjectException

Open
#195 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
4k
Forks
631
PR merge metrics
No merged PRs in 30d

Description

02-03 15:15:48.145 W/System.err( 4885): android.os.DeadObjectException
02-03 15:15:48.146 W/System.err( 4885): at android.os.BinderProxy.transact(Native Method)
02-03 15:15:48.146 W/System.err( 4885): at com.billy.cc.core.component.remote.IRemoteCCService$Stub$a.getComponentProcessName(IRemoteCCService.java:171)
02-03 15:15:48.146 W/System.err( 4885): at ath.b(RemoteCCInterceptor.java:61)
02-03 15:15:48.146 W/System.err( 4885): at ath.intercept(RemoteCCInterceptor.java:44)
02-03 15:15:48.146 W/System.err( 4885): at atc.a(Chain.java:52)
02-03 15:15:48.146 W/System.err( 4885): at atj.intercept(ValidateInterceptor.java:71)
02-03 15:15:48.146 W/System.err( 4885): at atc.a(Chain.java:52)
02-03 15:15:48.146 W/System.err( 4885): at atd.a(ChainProcessor.java:37)
02-03 15:15:48.146 W/System.err( 4885): at ate.a(ComponentManager.java:178)
02-03 15:15:48.146 W/System.err( 4885): at asy.s(CC.java:632)
02-03 15:15:48.146 W/System.err( 4885): at com.xxx.xxx.xxx.DataHelper$d.b(DataHelper.java:9980)
02-03 15:15:48.146 W/System.err( 4885): at com.xxx.xxx.xxx.DataHelper$c.a(DataHelper.java:227)
02-03 15:15:48.147 W/System.err( 4885): at com.xxx.xxx.xxx.DataHelper$c.c(DataHelper.java:343)
02-03 15:15:48.147 W/System.err( 4885): at com.xxx.xxx.xxx.jni.delegate.BaseWebViewDelegate.getParameter(BaseWebViewDelegate.java:469)
02-03 15:15:48.147 W/System.err( 4885): at com.xxx.xxx.xxx.jni.GefoWebView.getParameter(GefoWebView.java:829)
02-03 15:15:48.147 W/System.err( 4885): at com.xxx.xxx.xxx.jni.GefoWebView.StartBrowser(Native Method)
02-03 15:15:48.147 W/System.err( 4885): at com.xxx.xxx.xxx.jni.GefoWebView.startBrowser(GefoWebView.java:399)
02-03 15:15:48.147 W/System.err( 4885): at com.xxx.xxx.xxx.old.view.GefoBrowserView.lambda$startGefoBrowser$0$GefoBrowserView(GefoBrowserView.java:535)
02-03 15:15:48.147 W/System.err( 4885): at com.xxx.xxx.xxx.old.view.-$$Lambda$GefoBrowserView$0iU1glXWXyEyQqtzIhE-N324PlM.accept(lambda)
02-03 15:15:48.147 W/System.err( 4885): at io.reactivex.internal.observers.LambdaObserver.onNext(LambdaObserver.java:63)
02-03 15:15:48.147 W/System.err( 4885): at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.drainNormal(ObservableObserveOn.java:201)
02-03 15:15:48.147 W/System.err( 4885): at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.run(ObservableObserveOn.java:255)
02-03 15:15:48.147 W/System.err( 4885): at io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable.run(ExecutorScheduler.java:288)
02-03 15:15:48.148 W/System.err( 4885): at io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker.run(ExecutorScheduler.java:253)
02-03 15:15:48.148 W/System.err( 4885): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
02-03 15:15:48.148 W/System.err( 4885): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
02-03 15:15:48.148 W/System.err( 4885): at java.lang.Thread.run(Thread.java:841)

请求帮助,遇到首次开机时,出现DeadObjectException,问题为偶现,不是必现。Android版本为4.4的老版本。两个app为第三方应用。

这个问题,不知道跟Android系统版本有没有关系。欢迎提供调试建议,非常感谢。

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Android 4.4 startup scenario and the stack trace at RemoteCCInterceptor.java:61, especially IRemoteCCService$Stub.getComponentProcessName and CC.java:632. Reproduce the intermittent first-boot failure with the two third-party apps and inspect whether the remote service is unavailable. Done means identifying a reproducible cause or a documented mitigation.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.