eleme / Amigo

A hotfix library for Android platform, and not just this...
Other
1.37k stars 213 forks source link

TV测试demo patch报错 #168

Closed ghost closed 7 years ago

ghost commented 7 years ago

apply patch 失败,具体log如下: E/InputEventSender( 6959): Exception dispatching finished signal. E/MessageQueue-JNI( 6959): Exception in MessageQueue callback: handleReceiveCallback E/MessageQueue-JNI( 6959): java.lang.IllegalStateException: Could not execute method for android:onClick E/MessageQueue-JNI( 6959): at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:293) E/MessageQueue-JNI( 6959): at android.view.View.performClick(View.java:4447) E/MessageQueue-JNI( 6959): at android.view.View.onKeyUp(View.java:8254) E/MessageQueue-JNI( 6959): at android.widget.TextView.onKeyUp(TextView.java:5628) E/MessageQueue-JNI( 6959): at android.view.KeyEvent.dispatch(KeyEvent.java:2894) E/MessageQueue-JNI( 6959): at android.view.View.dispatchKeyEvent(View.java:7678) E/MessageQueue-JNI( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/MessageQueue-JNI( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/MessageQueue-JNI( 6959): at android.widget.ScrollView.dispatchKeyEvent(ScrollView.java:376) E/MessageQueue-JNI( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/MessageQueue-JNI( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/MessageQueue-JNI( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/MessageQueue-JNI( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/MessageQueue-JNI( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/MessageQueue-JNI( 6959): at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchKeyEvent(PhoneWindow.java:2035) E/MessageQueue-JNI( 6959): at com.android.internal.policy.impl.PhoneWindow.superDispatchKeyEvent(PhoneWindow.java:1505) E/MessageQueue-JNI( 6959): at android.app.Activity.dispatchKeyEvent(Activity.java:2454) E/MessageQueue-JNI( 6959): at android.support.v7.app.AppCompatActivity.dispatchKeyEvent(AppCompatActivity.java:534) E/MessageQueue-JNI( 6959): at android.support.v7.view.WindowCallbackWrapper.dispatchKeyEvent(WindowCallbackWrapper.java:50) E/MessageQueue-JNI( 6959): at android.support.v7.app.AppCompatDelegateImplBase$AppCompatWindowCallbackBase.dispatchKeyEvent(AppCompatDelegateImplBase.java:241) E/MessageQueue-JNI( 6959): at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1962) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$ViewPostImeInputStage.processKeyEvent(ViewRootImpl.java:3905) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:3875) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3439) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3489) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3458) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:3568) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3466) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:3628) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3439) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3489) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3458) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3466) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3439) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3489) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3458) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:3604) E/MessageQueue-JNI( 6959): at android.view.ViewRootImpl$ImeInputStage.onFinishedInputEvent(ViewRootImpl.java:3767) E/MessageQueue-JNI( 6959): at android.view.inputmethod.InputMethodManager$PendingEvent.run(InputMethodManager.java:2022) E/MessageQueue-JNI( 6959): at android.view.inputmethod.InputMethodManager.invokeFinishedInputEventCallback(InputMethodManager.java:1716) E/MessageQueue-JNI( 6959): at android.view.inputmethod.InputMethodManager.finishedInputEvent(InputMethodManager.java:1707) E/MessageQueue-JNI( 6959): at android.view.inputmethod.InputMethodManager$ImeInputEventSender.onInputEventFinished(InputMethodManager.java:1999) E/MessageQueue-JNI( 6959): at android.view.InputEventSender.dispatchInputEventFinished(InputEventSender.java:141) E/MessageQueue-JNI( 6959): at android.os.MessageQueue.nativePollOnce(Native Method) E/MessageQueue-JNI( 6959): at android.os.MessageQueue.next(MessageQueue.java:138) E/MessageQueue-JNI( 6959): at android.os.Looper.loop(Looper.java:140) E/MessageQueue-JNI( 6959): at android.app.ActivityThread.main(ActivityThread.java:5038) E/MessageQueue-JNI( 6959): at java.lang.reflect.Method.invokeNative(Native Method) E/MessageQueue-JNI( 6959): at java.lang.reflect.Method.invoke(Method.java:515) E/MessageQueue-JNI( 6959): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:851) E/MessageQueue-JNI( 6959): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:667) E/MessageQueue-JNI( 6959): Caused by: java.lang.reflect.InvocationTargetException: E/MessageQueue-JNI( 6959): at java.lang.reflect.Method.in D/AndroidRuntime( 6959): Shutting down VM W/TVM ( 6959): try to handle uncaught exception in bootstrap frame. E/TVM ( 6959): 0x43459a58 0x43454cf0 0x434553f0 0x683735f8 E/TVM ( 6959): uncaughtException Ljava/lang/ThreadGroup; D/TVM ( 6959): GC_TIME GC_ALLOC freed 442K, 15% free 6108K/7183K, objects(47575) D/TVM ( 6959): Sending VM heap info to DDM E/AndroidRuntime( 6959): FATAL EXCEPTION: main E/AndroidRuntime( 6959): Process: me.ele.app.amigo, PID: 6959 E/AndroidRuntime( 6959): java.lang.IllegalStateException: Could not execute method for android:onClick E/AndroidRuntime( 6959): at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:293) E/AndroidRuntime( 6959): at android.view.View.performClick(View.java:4447) E/AndroidRuntime( 6959): at android.view.View.onKeyUp(View.java:8254) E/AndroidRuntime( 6959): at android.widget.TextView.onKeyUp(TextView.java:5628) E/AndroidRuntime( 6959): at android.view.KeyEvent.dispatch(KeyEvent.java:2894) E/AndroidRuntime( 6959): at android.view.View.dispatchKeyEvent(View.java:7678) E/AndroidRuntime( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/AndroidRuntime( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/AndroidRuntime( 6959): at android.widget.ScrollView.dispatchKeyEvent(ScrollView.java:376) E/AndroidRuntime( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/AndroidRuntime( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/AndroidRuntime( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/AndroidRuntime( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/AndroidRuntime( 6959): at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1408) E/AndroidRuntime( 6959): at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchKeyEvent(PhoneWindow.java:2035) E/AndroidRuntime( 6959): at com.android.internal.policy.impl.PhoneWindow.superDispatchKeyEvent(PhoneWindow.java:1505) E/AndroidRuntime( 6959): at android.app.Activity.dispatchKeyEvent(Activity.java:2454) E/AndroidRuntime( 6959): at android.support.v7.app.AppCompatActivity.dispatchKeyEvent(AppCompatActivity.java:534) E/AndroidRuntime( 6959): at android.support.v7.view.WindowCallbackWrapper.dispatchKeyEvent(WindowCallbackWrapper.java:50) E/AndroidRuntime( 6959): at android.support.v7.app.AppCompatDelegateImplBase$AppCompatWindowCallbackBase.dispatchKeyEvent(AppCompatDelegateImplBase.java:241) E/AndroidRuntime( 6959): at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1962) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$ViewPostImeInputStage.processKeyEvent(ViewRootImpl.java:3905) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:3875) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3439) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3489) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3458) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:3568) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3466) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:3628) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3439) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3489) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3458) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3466) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3439) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3489) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3458) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:3604) E/AndroidRuntime( 6959): at android.view.ViewRootImpl$ImeInputStage.onFinishedInputEvent(ViewRootImpl.java:3767) E/AndroidRuntime( 6959): at android.view.inputmethod.InputMethodManager$PendingEvent.run(InputMethodManager.java:2022) E/AndroidRuntime( 6959): at android.view.inputmethod.InputMethodManager.invokeFinishedInputEventCallback(InputMethodManager.java:1716) E/AndroidRuntime( 6959): at android.view.inputmethod.InputMethodManager.finishedInputEvent(InputMethodManager.java:1707) E/AndroidRuntime( 6959): at android.view.inputmethod.InputMethodManager$ImeInputEventSender.onInputEventFinished(InputMethodManager.java:1999) E/AndroidRuntime( 6959): at android.view.InputEventSender.dispatchInputEventFinished(InputEventSender.java:141) E/AndroidRuntime( 6959): at android.os.MessageQueue.nativePollOnce(Native Method) E/AndroidRuntime( 6959): at android.os.MessageQueue.next(MessageQueue.java:138) E/AndroidRuntime( 6959): at android.os.Looper.loop(Looper.java:140) E/AndroidRuntime( 6959): at android.app.ActivityThread.main(ActivityThread.java:5038) E/AndroidRuntime( 6959): at java.lang.reflect.Method.invokeNative(Native Method) E/AndroidRuntime( 6959): at java.lang.reflect.Method.invoke(Method.java:515) E/AndroidRuntime( 6959): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:851) E/AndroidRuntime( 6959): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:667) E/AndroidRuntime( 6959): Caused by: java.lang.reflect.In I/Process ( 6959): Sending signal. PID: 6959 SIG: 9 W/ActivityManager( 548): Force finishing activity me.ele.app.amigo/.DemoActivity I/ActivityManager( 548): Process me.ele.app.amigo (pid 6959) has died.

JackCho commented 7 years ago

E/AndroidRuntime( 6959): java.lang.IllegalStateException: Could not execute method for android:onClick

这个貌似不是Amigo的问题,是onClick方法找不到引起的crash,麻烦在你本地check一下 @zhousuqiang

ghost commented 7 years ago

@JackCho 如果sdcard里没有patch apk的话是正常的,一但push apk到sdcard后再点击apply patch...按钮就会报错。

ghost commented 7 years ago

@JackCho 我重新做了个demo项目结果还是不成功,有一个现象“立即生效”方式报错,“重启生效”方式提示成功了但重启应用后版本没有发生改变。 “立即生效”方式log如下: I/MainActivity( 3778): applyPatchApkImmediately: /storage/emulated/0/amigo_test_patch.apk D/TVM ( 3778): GC_TIME GC_CONCURRENT freed 399K, 13% free 7332K/8335K, objects(38369) D/zygote ( 5366): +==========================+ D/zygote ( 5366): + TVM version v3.3.63_update5 + D/zygote ( 5366): +==========================+ D/zygote ( 5366): mountEmulatedStorage...... D/zygote ( 5366): source=/mnt/shell/emulated D/zygote ( 5366): target=/storage/emulated D/zygote ( 5366): legacy=/storage/emulated/legacy D/TVM ( 5366): Prepare to start GC Daemon D/TVM ( 5366): Successfully start GC Daemon D/zygote ( 5366): going to init jdwp D/zygote ( 5366): jdwp not allowed D/zygote ( 5366): jdwp init finished in kvmInitJDWP D/TVM ( 5366): VMThread.create: new thread 5370 D/TVM ( 5366): VMThread.create: new thread 5371 D/TVM ( 5366): VMThread.create: new thread 5372 D/TVM ( 117): VMThread.create: new thread 5374 D/TVM ( 117): VMThread.create: new thread 5375 D/TVM ( 117): VMThread.create: new thread 5376 I/Process ( 3778): Sending signal. PID: 3778 SIG: 9 I/ActivityManager( 549): Start proc com.amigo.test:amigo for service com.amigo.test/me.ele.amigo.AmigoService: pid=5366 uid=10209 gids={50209, 1028, 1015} D/zygote ( 5366): singal catcher 5368 started I/DataCenter( 1039): ActivityWatcherService::onImportanceChanged, pid: 5366 uid: 10209 importance: 400 D/AmigoService( 5366): onHandleIntent: Intent { act=restart_main_process cmp=com.amigo.test/me.ele.amigo.AmigoService } W/InputDispatcher( 549): channel '43d8cab8 com.amigo.test/com.amigo.test.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 E/InputDispatcher( 549): channel '43d8cab8 com.amigo.test/com.amigo.test.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed! I/DataCenter( 1039): ActivityWatcherService::onProcessDied, pid: 3778 uid: 10209 I/ActivityManager( 549): Process com.amigo.test (pid 3778) has died. W/ActivityManager( 549): Force removing ActivityRecord{43c1b510 u0 com.amigo.test/.MainActivity t14}: app died, no saved state

“重启生效”log如下: I/MainActivity( 3778): applyPatchApkLater: /storage/emulated/0/amigo_test_patch.apk D/zygote ( 4916): +==========================+ D/zygote ( 4916): + TVM version v3.3.63_update5 + D/zygote ( 4916): +==========================+ D/TVM ( 117): VMThread.create: new thread 4917 D/TVM ( 117): VMThread.create: new thread 4918 D/TVM ( 117): VMThread.create: new thread 4919 D/zygote ( 4916): mountEmulatedStorage...... D/zygote ( 4916): source=/mnt/shell/emulated D/zygote ( 4916): target=/storage/emulated D/zygote ( 4916): legacy=/storage/emulated/legacy D/TVM ( 4916): Prepare to start GC Daemon D/TVM ( 4916): Successfully start GC Daemon D/zygote ( 4916): going to init jdwp D/zygote ( 4916): jdwp not allowed D/zygote ( 4916): jdwp init finished in kvmInitJDWP I/ActivityManager( 549): Start proc com.amigo.test:amigo for service com.amigo.test/me.ele.amigo.AmigoService: pid=4916 uid=10209 gids={50209, 1028, 1015} D/TVM ( 4916): VMThread.create: new thread 4923 D/zygote ( 4916): singal catcher 4921 started D/TVM ( 4916): VMThread.create: new thread 4924 D/TVM ( 4916): VMThread.create: new thread 4925 I/WindowManager( 549): check float window, window type = 2005 package = com.amigo.test, uid=10209 I/DataCenter( 1039): ActivityWatcherService::onImportanceChanged, pid: 4916 uid: 10209 importance: 400 D/AmigoService( 4916): onBind: Intent { act=release_dex cmp=com.amigo.test/me.ele.amigo.AmigoService (has extras) } D/AmigoService( 4916): onHandleIntent: Intent { act=release_dex cmp=com.amigo.test/me.ele.amigo.AmigoService (has extras) } E/ApkReleaser( 4916): release doing--->false, checksum: 1614349297 D/TVM ( 4916): VMThread.create: new thread 4932 D/TVM ( 4916): DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_64_BIT_ABIS W/TVM ( 4916): VFY: unable to resolve static field 36 (SUPPORTED_64_BIT_ABIS) in Landroid/os/Build; D/TVM ( 4916): VFY: replacing opcode 0x62 at 0x000a D/TVM ( 1572): GC_TIME GC_CONCURRENT freed 416K, 23% free 5601K/7247K, objects(37084) D/TVM ( 4916): DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_64_BIT_ABIS W/TVM ( 4916): VFY: unable to resolve static field 36 (SUPPORTED_64_BIT_ABIS) in Landroid/os/Build; D/TVM ( 4916): VFY: replacing opcode 0x62 at 0x001d D/TVM ( 4916): DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_32_BIT_ABIS W/TVM ( 4916): VFY: unable to resolve static field 35 (SUPPORTED_32_BIT_ABIS) in Landroid/os/Build; D/TVM ( 4916): VFY: replacing opcode 0x62 at 0x0057 E/ApkReleaser( 4916): dexOptimization D/TVM ( 4916): VMThread.create: new thread 4933 I/TVM ( 4916): DexOpt: source file mod time mismatch (5847b0c8 vs 5847b10e) D/TVM ( 4916): ODEX file is stale or bad; removing and retrying (/data/data/com.amigo.test/code_cache/amigo_odex/1614349297/classes.dex) D/TVM ( 4916): DexOpt: --- BEGIN 'classes.dex' (bootstrap=0) --- W/TVM ( 4934): #### Please check if the jit_threshold_def property is seted! W/TVM ( 4934): #### Please check if the jit_codecache_def property is seted! D/TVM ( 4934): GC_BEGIN totalSize 512, maximumSize 16384, 0K/4K ) D/TVM ( 4934): DexOpt: 'Landroid/app/IServiceConnection;' has an earlier definition; blocking out D/TVM ( 4934): DexOpt: 'Landroid/util/Singleton;' has an earlier definition; blocking out D/TVM ( 828): GC_TIME GC_CONCURRENT freed 361K, 17% free 5808K/6927K, objects(44204) D/TVM ( 4934): DexOpt: 'Landroid/app/IServiceConnection$Stub$Proxy;' has an earlier definition; blocking out D/TVM ( 4934): DexOpt: 'Landroid/app/IServiceConnection$Stub;' has an earlier definition; blocking out D/IC5 ( 828): readEventLogs : User_activity-->1481093390100000000 :com.amigo.test D/TVM ( 4934): DexOpt: not verifying/optimizing 'Landroid/app/IServiceConnection;': multiple definitions D/TVM ( 4934): DexOpt: not verifying/optimizing 'Landroid/util/Singleton;': multiple definitions D/TVM ( 4934): DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_64_BIT_ABIS D/TVM ( 4934): DexOpt: not verifying/optimizing 'Landroid/app/IServiceConnection$Stub$Proxy;': multiple definitions D/TVM ( 4934): DexOpt: not verifying/optimizing 'Landroid/app/IServiceConnection$Stub;': multiple definitions I/TVM ( 4934): DexOpt: not resolving ambiguous class 'Landroid/util/Singleton;' I/TVM ( 4934): DexOpt: not resolving ambiguous class 'Landroid/app/IServiceConnection$Stub;' D/TVM ( 4934): DexOpt: load 8ms, verify+opt 35ms D/TVM ( 4916): DexOpt: --- END 'classes.dex' (success) --- D/TVM ( 4916): DEX prep '/data/data/com.amigo.test/files/amigo/1614349297/dexes/classes.dex': copy in 2ms, rewrite 123ms E/ApkReleaser( 4916): dex /data/data/com.amigo.test/files/amigo/1614349297/dexes/classes.dex consume 134 ms E/ApkReleaser( 4916): dex opt done D/AmigoService( 4916): handleMsg: send message out to client[112233] D/AmigoService( 3778): handleMessage: get msg from amigo service process : { when=0 what=112233 target=android.os.Handler } D/AmigoService( 3778): handleMessage: unbind connection D/AmigoService( 4916): onUnbind: Intent { act=release_dex cmp=com.amigo.test/me.ele.amigo.AmigoService (has extras) } D/AmigoService( 4916): onDestroy: I/Process ( 4916): Sending signal. PID: 4916 SIG: 9 I/DataCenter( 1039): ActivityWatcherService::onProcessDied, pid: 4916 uid: 10209 I/ActivityManager( 549): Process com.amigo.test:amigo (pid 4916) has died.

JackCho commented 7 years ago

感谢你提供的日志,看了下release patch apk是成功了,但是不知道运行patch apk成功了没?如果有后面的日志的话,也贴上来一下。

还有,麻烦把TV的机型相关信息贴下。 也再check下,运行的是最新代码么? @zhousuqiang 你在你手机上也做下测试看看

ghost commented 7 years ago

@JackCho 我用手机测试也是这样的结果,手机信息:小米4,android 6.0.1系统;错误log如下:

12-08 10:51:26.960 10264-10264/? I/MainActivity: applyPatchApkImmediately: /storage/emulated/0/amigo_test_patch.apk 12-08 10:51:27.064 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:27.068 1685-3399/? I/ActivityManager: Start proc 10290:com.amigo.test:amigo/u0a138 for service com.amigo.test/me.ele.amigo.AmigoService 12-08 10:51:27.069 3657-3950/? D/WtProcessController: onAMProcStart callback 12-08 10:51:27.069 10264-10264/? I/Process: Sending signal. PID: 10264 SIG: 9 12-08 10:51:27.086 1685-1698/? D/GraphicsStats: Buffer count: 12 12-08 10:51:27.086 1685-3400/? I/WindowState: WIN DEATH: Window{160c63 u0 com.amigo.test/com.amigo.test.MainActivity} 12-08 10:51:27.123 1685-3092/? I/ActivityManager: Process com.amigo.test (pid 10264) has died 12-08 10:51:27.125 1685-3092/? D/ActivityManager: cleanUpApplicationRecord -- 10264 12-08 10:51:27.125 1685-3092/? W/ActivityManager: Force removing ActivityRecord{98e4d0 u0 com.amigo.test/.MainActivity t563}: app died, no saved state 12-08 10:51:27.127 1685-1722/? D/PowerKeeperPolicy: killSensorsByUid uid = 10138 pid = 10264 12-08 10:51:27.131 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:27.134 3657-3950/? D/WtProcessController: onAMResumeActivity callback 12-08 10:51:27.135 3657-3950/? D/WtProcessController: set foreground process size 1 pid:3206pacakgeName:com.miui.home 12-08 10:51:27.135 3657-3950/? W/WtProcessController: get fore ground process uid = 10020 12-08 10:51:27.137 1685-3092/? I/Timeline: Timeline: App_transition_ready time:11350293 12-08 10:51:27.141 1685-3688/? I/Timeline: Timeline: App_transition_ready time:11350298 12-08 10:51:27.150 4941-4941/? I/octvm_power: power mode [home] start 1481165487 12-08 10:51:27.150 4941-4941/? I/octvm_power: Action: set_cpu_powermode(middle) for [foreground_change] 12-08 10:51:27.150 4941-4941/? I/octvm_power: Action: set_lcd_mode(ui) for [foreground_change] 12-08 10:51:27.150 4941-4941/? I/octvm_drv: common drv: set_lcd_mode ui 12-08 10:51:27.150 4941-4941/? I/octvm_power: onPowerModeChanged[home] called 12-08 10:51:27.153 3206-5270/? I/RenderThread: RenderThread resumed 12-08 10:51:27.153 3206-5270/? D/ScreenElementRoot: resume 12-08 10:51:27.154 3206-5270/? I/NotifierManager: onRegister: miui.maml.NotifierManager$MultiBroadcastNotifier@7b57539 12-08 10:51:27.155 3206-5270/? I/art: Note: end time exceeds epoch: 12-08 10:51:27.163 3121-3280/? I/XiaomiFirewall: firewall pkgName:com.miui.analytics, result:0x0 12-08 10:51:27.163 10290-10290/? W/System: ClassLoader referenced unknown path: /data/app/com.amigo.test-1/lib/arm 12-08 10:51:27.168 10290-10290/? D/AmigoService: onHandleIntent: Intent { act=restart_main_process cmp=com.amigo.test/me.ele.amigo.AmigoService } 12-08 10:51:27.173 10290-10290/? I/Timeline: Timeline: Activity_launch_request time:11350329 12-08 10:51:27.177 1685-3198/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x34000000 pkg=com.amigo.test cmp=com.amigo.test/.MainActivity} from uid 10138 on display 0 12-08 10:51:27.178 1685-3198/? I/Timeline: Timeline: App_transition_ready time:11350335 12-08 10:51:27.180 3657-3950/? D/WtProcessController: onAMCreateTask callback 12-08 10:51:27.180 3657-3950/? D/WtProcessController: onAMCreateActivity callback 12-08 10:51:27.182 1685-1806/? V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@6c87724 12-08 10:51:27.182 1685-1806/? V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@17fe28d 12-08 10:51:27.189 3657-3950/? D/WtProcessController: onAMPauseActivity callback 12-08 10:51:27.206 10290-10290/? D/AmigoService: start launchIntent 12-08 10:51:27.264 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:27.289 3206-3206/? D/ScreenElementRoot: pause 12-08 10:51:27.290 3206-3206/? I/NotifierManager: onUnregister: miui.maml.NotifierManager$MultiBroadcastNotifier@7b57539 12-08 10:51:27.290 3206-5270/? I/RenderThread: RenderThread paused, waiting for signal 12-08 10:51:27.302 1685-3092/? V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@6b9754a 12-08 10:51:27.302 1685-3092/? I/ActivityManager: Start proc 10316:com.amigo.test/u0a138 for activity com.amigo.test/.MainActivity 12-08 10:51:27.303 3657-3950/? D/WtProcessController: onAMProcStart callback 12-08 10:51:27.319 323-425/? I/ThermalEngine: Sensor:tsens_tz_sensor5:55000 mC 12-08 10:51:27.320 323-451/? I/ThermalEngine: Sensor:tsens_tz_sensor5:55000 mC 12-08 10:51:27.320 323-451/? I/ThermalEngine: TM Id 'CPU0_MONITOR' Sensor 'cpu0' - alarm raised 1 at 55.0 degC 12-08 10:51:27.320 323-451/? I/ThermalEngine: ACTION: CPU - Setting CPU[0] to 1728000 12-08 10:51:27.320 323-451/? I/ThermalEngine: Mitigation:CPU[0]:1728000 Khz 12-08 10:51:27.320 323-451/? I/ThermalEngine: ACTION: CPU - Setting CPU[1] to 1728000 12-08 10:51:27.320 323-451/? E/ThermalEngine: Failed to set desired CPU[1] frequency limit to 1728000 12-08 10:51:27.320 323-451/? I/ThermalEngine: ACTION: CPU - Setting CPU[2] to 1728000 12-08 10:51:27.321 323-451/? E/ThermalEngine: Failed to set desired CPU[2] frequency limit to 1728000 12-08 10:51:27.321 323-451/? I/ThermalEngine: ACTION: CPU - Setting CPU[3] to 1728000 12-08 10:51:27.321 323-451/? I/ThermalEngine: Mitigation:CPU[3]:1728000 Khz 12-08 10:51:27.329 3430-3430/? D/MiWallpaper: onVisibilityChanged: resume 12-08 10:51:27.329 3430-3430/? D/ScreenElementRoot: resume 12-08 10:51:27.334 3430-3430/? I/NotifierManager: onRegister: miui.maml.NotifierManager$MultiBroadcastNotifier@79ca375 12-08 10:51:27.334 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:27.339 3430-4445/? I/art: Note: end time exceeds epoch: 12-08 10:51:27.352 3657-3950/? D/WtProcessController: onAMRestartActivity callback 12-08 10:51:27.352 3657-3950/? D/WtProcessController: set foreground process size 2 pid:10290pacakgeName:com.amigo.test 12-08 10:51:27.352 3657-3950/? W/WtProcessController: get fore ground process uid = 10138 12-08 10:51:27.355 1685-3399/? I/Timeline: Timeline: App_transition_ready time:11350512 12-08 10:51:27.356 4941-4990/? I/octvm_power: power mode [normal] start 1481165487 12-08 10:51:27.356 4941-4990/? I/octvm_power: Action: set_cpu_powermode(middle) for [foreground_change] 12-08 10:51:27.356 4941-4990/? I/octvm_power: Action: set_lcd_mode(ui) for [foreground_change] 12-08 10:51:27.356 4941-4990/? I/octvm_drv: common drv: set_lcd_mode ui 12-08 10:51:27.356 4941-4990/? I/octvm_power: onPowerModeChanged[normal] called 12-08 10:51:27.361 1685-1806/? I/Timeline: Timeline: Activity_windows_visible id: ActivityRecord{654d434 u0 com.miui.home/.launcher.Launcher t518} time:11350518 12-08 10:51:27.362 2987-2987/? V/PhoneStatusBarPolicy: updateManagedProfile mManagedProfileFocused: false mKeyguardVisible: false mCurrentUserId:0 mCurrentProfileId:0 mSecondSpaceStatusIconVisible: true showIcon:false 12-08 10:51:27.377 10316-10316/? W/System: ClassLoader referenced unknown path: /data/app/com.amigo.test-1/lib/arm 12-08 10:51:27.381 10316-10316/? D/ProviderStub: onCreate 12-08 10:51:27.410 10316-10316/? V/BoostFramework: mAcquireFunc method = public int com.qualcomm.qti.Performance.perfLockAcquire(int,int[]) 12-08 10:51:27.410 10316-10316/? V/BoostFramework: mReleaseFunc method = public int com.qualcomm.qti.Performance.perfLockRelease() 12-08 10:51:27.410 10316-10316/? V/BoostFramework: mAcquireTouchFunc method = public int com.qualcomm.qti.Performance.perfLockAcquireTouch(android.view.MotionEvent,android.util.DisplayMetrics,int,int[]) 12-08 10:51:27.410 10316-10316/? V/BoostFramework: mIOPStart method = public int com.qualcomm.qti.Performance.perfIOPrefetchStart(int,java.lang.String) 12-08 10:51:27.410 10316-10316/? V/BoostFramework: mIOPStop method = public int com.qualcomm.qti.Performance.perfIOPrefetchStop() 12-08 10:51:27.413 10316-10316/? V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@79ca375 12-08 10:51:27.413 10316-10316/? V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@8fd6f0a 12-08 10:51:27.438 509-509/? W/Binder_1: type=1400 audit(0.0:16044): avc: denied { ioctl } for path="socket:[797101]" dev="sockfs" ino=797101 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0 12-08 10:51:27.438 509-509/? W/Binder_1: type=1400 audit(0.0:16045): avc: denied { ioctl } for path="socket:[797101]" dev="sockfs" ino=797101 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0 12-08 10:51:27.448 3003-3003/? W/Binder_3: type=1400 audit(0.0:16046): avc: denied { ioctl } for path="socket:[797104]" dev="sockfs" ino=797104 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0 12-08 10:51:27.455 10316-10330/? D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true 12-08 10:51:27.448 3003-3003/? W/Binder_3: type=1400 audit(0.0:16047): avc: denied { ioctl } for path="socket:[797104]" dev="sockfs" ino=797104 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0 12-08 10:51:27.448 3454-3454/? W/Binder_E: type=1400 audit(0.0:16048): avc: denied { ioctl } for path="socket:[796224]" dev="sockfs" ino=796224 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 12-08 10:51:27.448 3454-3454/? W/Binder_E: type=1400 audit(0.0:16049): avc: denied { ioctl } for path="socket:[796224]" dev="sockfs" ino=796224 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 12-08 10:51:27.460 10316-10316/? D/ActivityThreadInjector: clearCachedDrawables. 12-08 10:51:27.466 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:27.490 10316-10330/? I/Adreno-EGL: : EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8974_LA.BF.1.1.3_RB1__release_AU (I741a3d36ca) OpenGL ES Shader Compiler Version: E031.29.00.00 Build Date: 04/04/16 Mon Local Branch: mybranch19053788 Remote Branch: quic/LA.BF.1.1.3_rb1.12 Local Patches: NONE Reconstruct Branch: NOTHING 12-08 10:51:27.492 10316-10330/? I/OpenGLRenderer: Initialized EGL, version 1.4 12-08 10:51:27.497 1685-3014/? W/InputMethodManagerService: Got RemoteException sending setActive(false) notification to pid 10264 uid 10138 12-08 10:51:27.488 3014-3014/? W/Binder_4: type=1400 audit(0.0:16050): avc: denied { ioctl } for path="socket:[796227]" dev="sockfs" ino=796227 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 12-08 10:51:27.488 3014-3014/? W/Binder_4: type=1400 audit(0.0:16051): avc: denied { ioctl } for path="socket:[796227]" dev="sockfs" ino=796227 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 12-08 10:51:27.488 3400-3400/? W/Binder_C: type=1400 audit(0.0:16052): avc: denied { ioctl } for path="socket:[796226]" dev="sockfs" ino=796226 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 12-08 10:51:27.488 3400-3400/? W/Binder_C: type=1400 audit(0.0:16053): avc: denied { ioctl } for path="socket:[796226]" dev="sockfs" ino=796226 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0 12-08 10:51:27.533 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:27.534 1685-1806/? I/ActivityManager: Displayed com.amigo.test/.MainActivity: +243ms 12-08 10:51:27.668 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:27.734 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:27.739 1685-1806/? I/Timeline: Timeline: Activity_windows_visible id: ActivityRecord{3dacdd5 u0 com.amigo.test/.MainActivity t564} time:11350896 12-08 10:51:27.741 1685-1806/? I/Timeline: Timeline: App_transition_stopped time:11350897 12-08 10:51:27.743 3430-3430/? D/MiWallpaper: onVisibilityChanged: pause 12-08 10:51:27.743 3430-3430/? D/ScreenElementRoot: pause 12-08 10:51:27.743 3430-3430/? I/NotifierManager: onUnregister: miui.maml.NotifierManager$MultiBroadcastNotifier@79ca375 12-08 10:51:27.869 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:27.936 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:28.070 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:28.137 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:28.272 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:28.338 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:28.473 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:28.540 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:28.646 14173-14286/? D/MSF.D.RemoteServiceProxy: found timeout req, appseq is 391 12-08 10:51:28.674 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:28.741 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:28.876 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:28.944 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:29.079 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:29.145 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:29.179 323-425/? I/ThermalEngine: Sensor:tsens_tz_sensor5:50000 mC 12-08 10:51:29.181 323-451/? I/ThermalEngine: Sensor:tsens_tz_sensor5:50000 mC 12-08 10:51:29.181 323-451/? I/ThermalEngine: TM Id 'CPU0_MONITOR' Sensor 'cpu0' - alarm cleared 1 at 50.0 degC 12-08 10:51:29.183 323-451/? I/ThermalEngine: ACTION: CPU - Setting CPU[0] to 2457600 12-08 10:51:29.184 323-451/? I/ThermalEngine: Mitigation:CPU[0]:2457600 Khz 12-08 10:51:29.184 323-451/? I/ThermalEngine: ACTION: CPU - Setting CPU[1] to 2457600 12-08 10:51:29.185 323-451/? E/ThermalEngine: Failed to set desired CPU[1] frequency limit to 2457600 12-08 10:51:29.185 323-451/? I/ThermalEngine: ACTION: CPU - Setting CPU[2] to 2457600 12-08 10:51:29.186 323-451/? E/ThermalEngine: Failed to set desired CPU[2] frequency limit to 2457600 12-08 10:51:29.186 323-451/? I/ThermalEngine: ACTION: CPU - Setting CPU[3] to 2457600 12-08 10:51:29.187 323-451/? I/ThermalEngine: Mitigation:CPU[3]:2457600 Khz 12-08 10:51:29.281 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:29.347 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:29.481 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:29.541 3352-3352/? I/wpa_supplicant: wlan0: Authentication with 2c:30:33:fb:bb:18 timed out. 12-08 10:51:29.542 3352-3352/? D/wpa_supplicant: CTRL-DEBUG: ctrl_sock-sendmsg: sock=11 sndbuf=163840 outq=0 send_len=48 12-08 10:51:29.542 3352-3352/? D/wpa_supplicant: CTRL_IFACE monitor sent successfully to /data/misc/wifi/sockets/wpa_ctrl_310-280\x00 12-08 10:51:29.542 3352-3352/? D/wpa_supplicant: CTRL-DEBUG: ctrl_sock-sendmsg: sock=11 sndbuf=163840 outq=448 send_len=48 12-08 10:51:29.543 3352-3352/? D/wpa_supplicant: CTRL_IFACE monitor sent successfully to /data/misc/wifi/sockets/wpa_ctrl_1685-2\x00 12-08 10:51:29.543 3352-3352/? D/wpa_supplicant: Added BSSID 2c:30:33:fb:bb:18 into blacklist 12-08 10:51:29.544 3352-3352/? D/wpa_supplicant: TDLS: Remove peers on disassociation 12-08 10:51:29.544 3352-3352/? D/wpa_supplicant: wlan0: WPA: Clear old PMK and PTK 12-08 10:51:29.544 3352-3352/? D/wpa_supplicant: wlan0: Request to deauthenticate - bssid=2c:30:33:fb:bb:18 pending_bssid=00:00:00:00:00:00 reason=3 state=ASSOCIATED 12-08 10:51:29.544 3352-3352/? D/wpa_supplicant: TDLS: Tear down peers 12-08 10:51:29.544 3352-3352/? D/wpa_supplicant: wpa_driver_nl80211_disconnect(reason_code=3) 12-08 10:51:29.550 1685-9044/? E/qcom_sensors_hal: hal_sam_thresh_parse_ind: Unknown message ID = 6 12-08 10:51:29.578 3352-3352/? D/wpa_supplicant: wlan0: Event DEAUTH (12) received 12-08 10:51:29.578 3352-3352/? D/wpa_supplicant: wlan0: Deauthentication notification 12-08 10:51:29.579 3352-3352/? D/wpa_supplicant: wlan0: * reason 3 (locally generated) 12-08 10:51:29.579 3352-3352/? D/wpa_supplicant: Deauthentication frame IE(s) - hexdump(len=0): [NULL] 12-08 10:51:29.579 3352-3352/? I/wpa_supplicant: wlan0: CTRL-EVENT-DISCONNECTED bssid=2c:30:33:fb:bb:18 reason=3 locally_generated=1 12-08 10:51:29.579 3352-3352/? D/wpa_supplicant: CTRL-DEBUG: ctrl_sock-sendmsg: sock=11 sndbuf=163840 outq=0 send_len=76 12-08 10:51:29.585 3352-3352/? D/wpa_supplicant: CTRL_IFACE monitor sent successfully to /data/misc/wifi/sockets/wpa_ctrl_310-280\x00 12-08 10:51:29.585 3352-3352/? D/wpa_supplicant: CTRL-DEBUG: ctrl_sock-sendmsg: sock=11 sndbuf=163840 outq=0 send_len=76 12-08 10:51:29.588 1685-2925/? E/WifiHAL: wifi_get_ring_data: Error -95 happened. 12-08 10:51:29.589 1685-2925/? E/WifiHAL: wifi_get_ring_data: Error -95 happened. 12-08 10:51:29.590 1685-2925/? E/WifiHAL: wifi_get_ring_data: Error -95 happened. 12-08 10:51:29.590 1685-2925/? E/WifiHAL: wifi_get_ring_data: Error -95 happened. 12-08 10:51:29.591 3352-3352/? D/wpa_supplicant: CTRL_IFACE monitor sent successfully to /data/misc/wifi/sockets/wpa_ctrl_1685-2\x00 12-08 10:51:29.591 3352-3352/? D/wpa_supplicant: wlan0: Auto connect disabled: do not try to re-connect 12-08 10:51:29.592 3352-3352/? D/wpa_supplicant: wlan0: Radio work 'connect'@0xb68d9208 done in 10.159532 seconds 12-08 10:51:29.592 3352-3352/? D/wpa_supplicant: wlan0: Ignore connection failure indication since interface has been put into disconnected state 12-08 10:51:29.592 3352-3352/? D/wpa_supplicant: TDLS: Remove peers on disassociation 12-08 10:51:29.595 1685-1805/? D/Tethering: InitialState.processMessage what=4 12-08 10:51:29.595 3352-3352/? D/wpa_supplicant: wlan0: WPA: Clear old PMK and PTK 12-08 10:51:29.595 3352-3352/? D/wpa_supplicant: wlan0: Disconnect event - remove keys 12-08 10:51:29.595 3352-3352/? D/wpa_supplicant: wlan0: State: ASSOCIATED -> DISCONNECTED 12-08 10:51:29.596 3352-3352/? D/wpa_supplicant: nl80211: Set wlan0 operstate 0->0 (DORMANT) 12-08 10:51:29.596 3352-3352/? D/wpa_supplicant: netlink: Operstate: ifindex=22 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT) 12-08 10:51:29.597 3352-3352/? D/wpa_supplicant: CTRL-DEBUG: ctrl_sock-sendmsg: sock=11 sndbuf=163840 outq=0 send_len=77 12-08 10:51:29.597 3352-3352/? D/wpa_supplicant: CTRL_IFACE monitor sent successfully to /data/misc/wifi/sockets/wpa_ctrl_310-280\x00 12-08 10:51:29.597 3352-3352/? D/wpa_supplicant: CTRL-DEBUG: ctrl_sock-sendmsg: sock=11 sndbuf=163840 outq=0 send_len=77 12-08 10:51:29.598 3352-3352/? D/wpa_supplicant: CTRL_IFACE monitor sent successfully to /data/misc/wifi/sockets/wpa_ctrl_1685-2\x00 12-08 10:51:29.598 3352-3352/? D/wpa_supplicant: EAPOL: External notification - portEnabled=0 12-08 10:51:29.598 3352-3352/? D/wpa_supplicant: EAPOL: SUPP_PAE entering state DISCONNECTED 12-08 10:51:29.598 3352-3352/? D/wpa_supplicant: EAPOL: Supplicant port status: Unauthorized 12-08 10:51:29.598 3352-3352/? D/wpa_supplicant: nl80211: Skip set_supp_port(unauthorized) while not associated 12-08 10:51:29.598 3352-3352/? D/wpa_supplicant: EAPOL: SUPP_BE entering state INITIALIZE 12-08 10:51:29.598 3352-3352/? D/wpa_supplicant: EAPOL: External notification - portValid=0 12-08 10:51:29.599 3352-3352/? D/wpa_supplicant: EAPOL: External notification - EAP success=0 12-08 10:51:29.599 3352-3352/? E/wpa_supplicant: eap_proxy: eap_proxy_notify_config 12-08 10:51:29.599 3352-3352/? D/wpa_supplicant: wlan0: State: DISCONNECTED -> DISCONNECTED 12-08 10:51:29.599 3352-3352/? D/wpa_supplicant: nl80211: Set wlan0 operstate 0->0 (DORMANT) 12-08 10:51:29.599 3352-3352/? D/wpa_supplicant: netlink: Operstate: ifindex=22 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT) 12-08 10:51:29.599 3352-3352/? D/wpa_supplicant: EAPOL: External notification - portEnabled=0 12-08 10:51:29.599 3352-3352/? D/wpa_supplicant: EAPOL: External notification - portValid=0 12-08 10:51:29.599 3352-3352/? E/wpa_supplicant: eap_proxy: eap_proxy_notify_config 12-08 10:51:29.599 3352-3352/? E/wpa_supplicant: eap_proxy: eap_proxy_notify_config 12-08 10:51:29.599 3352-3352/? D/wpa_supplicant: wlan0: Setting scan request: 1.000000 sec 12-08 10:51:29.599 1685-2922/? D/NtpTrustedTime: currentTimeMillis() cache hit 12-08 10:51:29.599 3352-3352/? D/wpa_supplicant: RTM_NEWLINK: ifi_index=22 ifname=wlan0 operstate=2 linkmode=1 ifi_family=0 ifi_flags=0x1003 ([UP]) 12-08 10:51:29.600 3352-3352/? D/wpa_supplicant: RTM_NEWLINK: ifi_index=22 ifname=wlan0 wext ifi_family=0 ifi_flags=0x1003 ([UP]) 12-08 10:51:29.600 3352-3352/? D/wpa_supplicant: RTM_NEWLINK: ifi_index=22 ifname=wlan0 wext ifi_family=0 ifi_flags=0x1003 ([UP]) 12-08 10:51:29.600 3352-3352/? D/wpa_supplicant: nl80211: Event message available 12-08 10:51:29.600 3352-3352/? D/wpa_supplicant: nl80211: Drv Event 48 (NL80211_CMD_DISCONNECT) received for wlan0 12-08 10:51:29.600 3352-3352/? D/wpa_supplicant: nl80211: Ignore disconnect event triggered during reassociation 12-08 10:51:29.603 1685-1805/? D/Tethering: sendTetherStateChangedBroadcast 0, 0, 0 12-08 10:51:29.604 1685-2925/? E/WifiHAL: wifi_get_ring_data: Error -95 happened. 12-08 10:51:29.604 1685-2925/? I/WifiHAL: Added event handler 0x9cd9e8a1 for vendor 0x1374, subcmd 0x3f and arg 0x93af6030 12-08 10:51:29.604 1685-2925/? E/WifiHAL: wifi_get_firmware_memory_dump: Error -95 happened. 12-08 10:51:29.604 1685-2925/? I/WifiHAL: Successfully removed event handler for vendor 0x1374 12-08 10:51:29.606 3121-3121/? I/XiaomiFirewall: virtual sim disabled : false 12-08 10:51:29.614 2987-2987/? D/ToggleManager: isWifiEnabled=true;isWifiContected=false;intent=android.net.wifi.STATE_CHANGE 12-08 10:51:29.614 4019-4019/? D/ToggleManager: isWifiEnabled=true;isWifiContected=false;intent=android.net.wifi.STATE_CHANGE 12-08 10:51:29.614 2987-2987/? D/StatusBar.NetworkController: slot=-10;action=android.net.wifi.STATE_CHANGE 12-08 10:51:29.616 3352-3352/? D/wpa_supplicant: CTRL_IFACE monitor detached /data/misc/wifi/sockets/wpa_ctrl_310-280\x00 12-08 10:51:29.616 3352-3352/? D/wpa_supplicant: CTRL-DEBUG: global_ctrl_sock-sendto: sock=11 sndbuf=163840 outq=0 send_len=3 12-08 10:51:29.618 3206-3206/? D/ToggleManager: isWifiEnabled=true;isWifiContected=false;intent=android.net.wifi.STATE_CHANGE 12-08 10:51:29.625 5903-5903/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1231 android.content.ContextWrapper.startService:591 android.content.ContextWrapper.startService:591 com.android.settings.MiuiSettingsReceiver.onReceive:176 android.app.ActivityThread.handleReceiver:2732 12-08 10:51:29.636 1685-3783/? W/BroadcastQueueInjector: Unable to launch app com.sdu.didi.psnger/10131 for broadcast Intent { act=android.net.wifi.STATE_CHANGE flg=0x4000010 (has extras) }: process is not permitted to auto start 12-08 10:51:29.651 3126-3126/? I/UploadManager: Receive intent=android.net.wifi.STATE_CHANGE 12-08 10:51:29.657 1685-2922/? I/TetherStatsReporting: getTetherStats() called NetworkStats: elapsedRealtime=45932975 [0] iface=wlan0 uid=0 set=DEFAULT tag=0x0 rxBytes=640158 rxPackets=5169 txBytes=118826 txPackets=2038 operations=0 [1] iface=wlan0 uid=0 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [2] iface=wlan0 uid=1000 set=DEFAULT tag=0x0 rxBytes=91090 rxPackets=179 txBytes=33771 txPackets=237 operations=0 [3] iface=wlan0 uid=1000 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [4] iface=wlan0 uid=1001 set=DEFAULT tag=0x0 rxBytes=18084 rxPackets=236 txBytes=34255 txPackets=426 operations=0 [5] iface=wlan0 uid=1001 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [6] iface=wlan0 uid=9801 set=DEFAULT tag=0x0 rxBytes=3001 rxPackets=18 txBytes=7695 txPackets=26 operations=0 [7] iface=wlan0 uid=9801 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [8] iface=wlan0 uid=10000 set=DEFAULT tag=0x0 rxBytes=16125 rxPackets=37 txBytes=57987 txPackets=68 operations=0 [9] iface=wlan0 uid=10000 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [10] iface=wlan0 uid=10002 set=DEFAULT tag=0x0 rxBytes=1840 rxPackets=9 txBytes=3977 txPackets=16 operations=0 [11] iface=wlan0 uid=10002 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [12] iface=wlan0 uid=10005 set=DEFAULT tag=0x0 rxBytes=2009 rxPackets=20 txBytes=10356 txPackets=27 operations=0 [13] iface=wlan0 uid=10005 set=FOREGROUND tag=0x0 rxBytes=958 rxPackets=8 txBytes=2954 txPackets=10 operations=0 [14] iface=wlan0 uid=10008 set=DEFAULT tag=0x0 rxBytes=958 rxPackets=8 txBytes=2896 txPackets=12 operations=0 [15] iface=wlan0 uid=10008 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [16] iface=wlan0 uid=10010 set=DEFAULT tag=0x0 rxBytes=83936 rxPackets=117 txBytes=23571 txPackets=175 operations=2 [17] iface=wlan0 uid=10010 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [18] iface=wlan0 uid=10013 set=DEFAULT tag=0x0 rxBytes=1437 rxPackets=12 txBytes=3920 txPackets=17 operations=0 [19] iface=wlan0 uid=10013 set=FOREGROUND tag=0x0 rxBytes=383 rxPackets=3 txBytes=1240 txPackets=4 operations=0 [20] iface=wlan0 uid=10017 set=DEFAULT tag=0x0 rxBytes=1357 rxPackets=10 txBytes=4535 txPackets=19 operations=0 [21] iface=wlan0 uid=10017 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [22] iface=wlan0 uid=10019 set=DEFAULT tag=0x0 rxBytes=10581 rxPackets=43 txBytes=10082 txPackets=53 operations=0 [23] iface=wlan0 uid=10019 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [24] iface=wlan0 uid=10021 set=DEFAULT tag=0x0 rxBytes=1489 rxPackets=13 txBytes=5769 txPackets=18 operations=0 [25] iface=wlan0 uid=10021 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [26] iface=wlan0 uid=10033 set=DEFAULT tag=0x0 rxBytes=19113 rxPackets=41 txBytes=10533 txPackets=58 operations=0 [27] iface=wlan0 uid=10033 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [28] iface=wlan0 uid=10035 set=DEFAULT tag=0x0 rxBytes=16081 rxPackets=54 txBytes=35399 txPackets=89 operations=0 [29] iface=wlan0 uid=10035 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [30] iface=wlan0 uid=10037 set=DEFAULT tag=0x0 rxBytes=56207 rxPackets=120 txBytes=20010 txPackets=155 operations=0 [31] iface=wlan0 uid=10037 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [32] iface=wlan0 uid=10043 set=DEFAULT tag=0x0 rxBytes=10543 rxPackets=58 txBytes=19413 txPackets=83 operations=0 [33] iface=wlan0 uid=10043 set=FOREGROUND tag=0x0 rxBytes=0 rxPackets=0 txBytes=0 txPackets=0 operations=0 [34] iface=wlan0 uid=10049 set=DEFAULT tag=0x0 rxBytes=7650 rxPackets=22 txBytes=6512 txPackets=32 operations=0 [35] iface=wlan0 uid=10049 set=FOREGROUND tag=0x0 rxBytes=0 rxPa 12-08 10:51:29.657 1685-2922/? I/TetherStatsReporting: binding to service 12-08 10:51:29.659 1685-2922/? D/NtpTrustedTime: currentTimeMillis() cache hit 12-08 10:51:29.662 3121-3286/? I/TrafficManageService: mina mTrafficStatsReceiver onReceive 12-08 10:51:29.662 1685-2923/? D/NtpTrustedTime: currentTimeMillis() cache hit 12-08 10:51:29.662 3121-3280/? I/XiaomiFirewall: firewall pkgName:com.xiaomi.gamecenter, result:0x0 12-08 10:51:29.662 3121-3286/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:773 android.content.ContextWrapper.sendBroadcast:406 com.miui.networkassistant.service.tm.TrafficManageService.broadCastDataUsageUpdated:-1 com.miui.networkassistant.service.tm.TrafficManageService$8.onReceive:-1 android.app.LoadedApk$ReceiverDispatcher$Args.run:883 12-08 10:51:29.663 3121-3286/? I/TrafficManageService: mina checkNormalTrafficStatus

ghost commented 7 years ago

@JackCho 我写的demo使用的是0.6.0-beta2版本;patch apk单独安装运行是OK的; TV端信息:天猫魔盒2, android api 19 TV端的log这次多抓了些,您看看有没有用吧 I/MainActivity( 3239): applyPatchApkImmediately: /storage/emulated/0/amigo_test_patch.apk D/TVM ( 3239): GC_TIME GC_CONCURRENT freed 218K, 14% free 5434K/6287K, objects(35123) D/zygote ( 3556): +==========================+ D/zygote ( 3556): + TVM version v3.3.63_update5 + D/zygote ( 3556): +==========================+ D/TVM ( 119): VMThread.create: new thread 3557 D/TVM ( 119): VMThread.create: new thread 3558 D/zygote ( 3556): mountEmulatedStorage...... D/zygote ( 3556): source=/mnt/shell/emulated D/zygote ( 3556): target=/storage/emulated D/zygote ( 3556): legacy=/storage/emulated/legacy D/TVM ( 119): VMThread.create: new thread 3559 D/TVM ( 3556): Prepare to start GC Daemon D/TVM ( 3556): Successfully start GC Daemon D/zygote ( 3556): going to init jdwp D/zygote ( 3556): jdwp not allowed D/zygote ( 3556): jdwp init finished in kvmInitJDWP D/zygote ( 3556): singal catcher 3561 started D/TVM ( 3556): VMThread.create: new thread 3563 D/TVM ( 3556): VMThread.create: new thread 3564 D/TVM ( 3556): VMThread.create: new thread 3565 I/Process ( 3239): Sending signal. PID: 3239 SIG: 9 I/ActivityManager( 537): Start proc com.amigo.test:amigo for service com.amigo.test/me.ele.amigo.AmigoService: pid=3556 uid=10211 gids={50211, 1028, 1015} I/DataCenter( 1085): ActivityWatcherService::onImportanceChanged, pid: 3556 uid: 10211 importance: 400 D/AmigoService( 3556): onHandleIntent: Intent { act=restart_main_process cmp=com.amigo.test/me.ele.amigo.AmigoService } I/WindowState( 537): WIN DEATH: Window{43cbe080 u0 com.amigo.test/com.amigo.test.MainActivity} I/DataCenter( 1085): ActivityWatcherService::onProcessDied, pid: 3239 uid: 10211 I/ActivityManager( 537): Process com.amigo.test (pid 3239) has died. W/ActivityManager( 537): Force removing ActivityRecord{43d08098 u0 com.amigo.test/.MainActivity t5}: app died, no saved state I/input_boost( 350): TRANSACTION_onForegroundActivitiesChanged get I/input_boost( 350): _arg0=2462,_arg1=10022,_arg2=1 I/input_boost( 350): ProcessObserver::onForegroundActivitiesChanged called I/DataCenter( 1085): ActivityWatcherService::onForegroundActivitiesChanged, pid: 2462 uid: 10022 isForeground: true D/TVM ( 1085): VMThread.create: new thread 3568 I/DataCenter( 1085): ActivityWatcherService::onImportanceChanged, pid: 2462 uid: 10022 importance: 100 I/input_boost( 350): size = 47 I/input_boost( 350): package_name = com.yunos.tv.appstore I/input_boost( 350): app_change_cb I/input_boost( 350): app_change_cb end I/input_boost( 350): current package name is com.yunos.tv.appstore I/input_boost( 350): notify_cmd_server_app_changed end I/input_boost( 350): deal result = 0 I/RecentlyUtils( 1085): foreground package: [com.yunos.tv.appstore] W/RecentlyUtils( 1085): abort replace, pkg is in local app blacklist: com.yunos.tv.appstore D/ActivityWatcherService( 1085): finish handling foreground app changed D/appstore-MyAppManageBaseActivity( 2462): onRestart ... D/TVM ( 2462): thread detach: non daemon thread 3281 num = 19 D/TVM ( 2462): thread detach: non daemon thread 3311 num = 18 D/TVM ( 2462): VMThread.create: new thread 3569 I/_adjTransferRate( 2462): TBSEngine:millseconds:30000 D/MotuCrashReporter( 2462): onActivityStarted D/appstore-MyAppManageBaseActivity( 2462): onStart ... D/FocusPositionManager( 2462): focusShow D/FocusPositionManager( 2462): focusStart D/MotuCrashReporter( 2462): onActivityResumed D/appstore-debug( 2462): setActivityContext com.yunos.tv.appstore.activity.MyAppManagerActivity@43af37a8 D/TVM ( 2462): thread detach: non daemon thread 3236 num = 18 D/TVM ( 2462): VMThread.create: new thread 3570 D/appstore-com.yunos.tv.database( 2462): select select from appExInfo I/SENTRY ( 285): [DEBUG] << getaddrinfo hydra.alibaba.com ^ 1024 0 1 0 ^ I/SENTRY ( 285): [DEBUG] Cache hit, Q = hydra.alibaba.com, A = 140.205.33.195. D/appstore-ut_log( 2462): enter page Page_my_app D/appstore-MyAppManageBaseActivity( 2462): onResume ... D/appstore-MyAppManageBaseActivity( 2462): setUpdateView, count = 0, updatingCount = 0 D/test ( 669): ResolveInfo:com.yunos.tv.provision,com.yunos.tv.provision.DefaultActivity D/test ( 669): ResolveInfo:com.yunos.tv.homeshell,com.yunos.tv.homeshell.activity.HomeActivity D/appstore-com.yunos.tv.database( 2462): select select from AppNameHolderRecord D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.owen.tvrecyclerview.example ret:false W/IntentResolver( 537): resolveIntent: multiple matches, only some with CATEGORY_DEFAULT D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:androidx.plmgrdemo ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.applidium.nickelodeon ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.ubiLive.alitmall.gamenow ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.owen.tvwidget.demo ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.student ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.lexue.frontend ret:false W/InputMethodManager( 2462): startInputInner : InputBindResult == null D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.devices.param ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.tvplayer.example ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.hisense.hicloud.edca ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.tvplayer.example2 ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:io.vov.vitamio.demo ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.moretv.android ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.carousel ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:me.ele.app.amigo ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:tv.danmaku.ijk.media.sample ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.kanboxtv.cloudphoto ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.amigo.test ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.ott.child ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:org.xutils.sample ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.tv.demo ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:tv.huan.sdk.pay2 ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.zhy.sample ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:guixue.com.testfragment ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:org.lucasr.twowayview.sample ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.youku.tv.ykew ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.iptv ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.alfred.android ret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.getui.demo ret:false E/DataTask( 2462): doRequest appSize == 1.82M name == TvRecyclerViewSample E/DataTask( 2462): doRequest appSize == 7.86M name == 多媒体播放 E/DataTask( 2462): doRequest appSize == 2.53M name == 家庭监控 E/DataTask( 2462): doRequest appSize == 0.07M name == 插件化框架Demo E/DataTask( 2462): doRequest appSize == 12.85M name == 咪咕爱唱 E/DataTask( 2462): doRequest appSize == 8.09M name == 我的小尼克学堂 E/DataTask( 2462): doRequest appSize == 14.25M name == 云游戏 E/DataTask( 2462): doRequest appSize == 1.76M name == TvWidgetDemo E/DataTask( 2462): doRequest appSize == 13.16M name == 乐学名师课堂 E/DataTask( 2462): doRequest appSize == 11.8M name == 乐学教育 E/DataTask( 2462): doRequest appSize == 0.08M name == 设备参数 E/DataTask( 2462): doRequest appSize == 5.43M name == 无线投屏 E/DataTask( 2462): doRequest appSize == 2.94M name == 音乐 E/DataTask( 2462): doRequest appSize == 9.58M name == 教育播放器Demo E/DataTask( 2462): doRequest appSize == 17.18M name == 聚好学 E/DataTask( 2462): doRequest appSize == 3.29M name == EduTvPlayer2 E/DataTask( 2462): doRequest appSize == 7.45M name == VitamioDemo E/DataTask( 2462): doRequest appSize == 9.88M name == 虾米音乐 E/DataTask( 2462): doRequest appSize == 15.65M name == 电视猫视频 E/DataTask( 2462): doRequest appSize == 11.45M name == 儿童频道 E/DataTask( 2462): doRequest appSize == 1.4M name == Amigo E/DataTask( 2462): doRequest appSize == 6.88M name == ijkmediademo E/DataTask( 2462): doRequest appSize == 42.81M name == 家庭云相册 E/DataTask( 2462): doRequest appSize == 0.1M name == AmigoTest E/DataTask( 2462): doRequest appSize == 24.43M name == 乐学儿童天地 E/DataTask( 2462): doRequest appSize == 1M name == 多屏互动TV E/DataTask( 2462): doRequest appSize == 6.7M name == xUtils3 Sample E/DataTask( 2462): doRequest appSize == 3.58M name == TvDemo E/DataTask( 2462): doRequest appSize == 3.11M name == 欢付宝 E/DataTask( 2462): doRequest appSize == 2.35M name == 视频聊天 E/DataTask( 2462): doRequest appSize == 1.35M name == sample E/DataTask( 2462): doRequest appSize == 1.62M name == TestFragment E/DataTask( 2462): doRequest appSize == 0.97M name == TwoWayView Sample E/DataTask( 2462): doRequest appSize == 7.75M name == 优酷 E/DataTask( 2462): doRequest appSize == 5.47M name == 安全管家 E/DataTask( 2462): doRequest appSize == 8.58M name == 运营服务 E/DataTask( 2462): doRequest appSize == 7.31M name == 乐学教育 E/DataTask( 2462): doRequest appSize == 3.44M name == AndroidTestDemo E/DataTask( 2462): doRequest appSize == 0.76M name == 个推演示 D/appstore-com.yunos.tv.database( 2462): select select * from appInstalled where openCount>0 and isSystem=0 order by lastOpenTime desc E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 15.65M name == 电视猫视频 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 12.85M name == 咪咕爱唱 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 5.43M name == 无线投屏 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 2.94M name == 音乐 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 42.81M name == 家庭云相册 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 5.47M name == 安全管家 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 9.88M name == 虾米音乐 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 7.75M name == 优酷 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 8.58M name == 运营服务 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 2.53M name == 家庭监控 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 14.25M name == 云游戏 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 1M name == 多屏互动TV E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 2.35M name == 视频聊天 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 7.86M name == 多媒体播放 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 8.09M name == 我的小尼克学堂 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 1.35M name == sample E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 7.45M name == VitamioDemo E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 6.88M name == ijkmediademo E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 0.76M name == 个推演示 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 3.11M name == 欢付宝 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 1.62M name == TestFragment E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 6.7M name == xUtils3 Sample E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 0.97M name == TwoWayView Sample E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 0.07M name == 插件化框架Demo E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 11.45M name == 儿童频道 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 3.29M name == EduTvPlayer2 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 7.31M name == 乐学教育 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 3.58M name == TvDemo E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 3.44M name == AndroidTestDemo E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 17.18M name == 聚好学 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 1.76M name == TvWidgetDemo E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 24.43M name == 乐学儿童天地 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 9.58M name == 教育播放器Demo E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 1.82M name == TvRecyclerViewSample E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 0.08M name == 设备参数 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 13.16M name == 乐学名师课堂 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 1.4M name == Amigo E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 11.8M name == 乐学教育 E/MyAppManageBaseActivity( 2462): onRequestDonemDataList appSize == 0.1M name == AmigoTest D/appstore-MyAppManageBaseActivity( 2462): manage-page : true , result :39 D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.moretv.android bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.moretv.android bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.iflytek.aichang.tv bret:true D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.yunos.tv.wp bret:true D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.yunos.tv.music bret:true D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.kanboxtv.cloudphoto bret:true D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.yunos.tvmgr bret:true D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.xiami.tv bret:true D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.yunos.tv.safehome bret:true D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.yunos.tvhelperinstallguider bret:true D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.yunos.tv.videochat bret:true D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.yunos.localzone bret:true D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.applidium.nickelodeon bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.applidium.nickelodeon bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.zhy.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.zhy.sample bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameio.vov.vitamio.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:io.vov.vitamio.demo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNametv.danmaku.ijk.media.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:tv.danmaku.ijk.media.sample bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.getui.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.getui.demo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameguixue.com.testfragment bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:guixue.com.testfragment bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameorg.xutils.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.xutils.sample bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameorg.lucasr.twowayview.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.lucasr.twowayview.sample bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameandroidx.plmgrdemo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:androidx.plmgrdemo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.carousel bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.carousel bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.tvplayer.example2 bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example2 bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.iptv bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.iptv bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.tv.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.tv.demo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.alfred.android bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.alfred.android bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.hisense.hicloud.edca bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.hisense.hicloud.edca bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.owen.tvwidget.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvwidget.demo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.ott.child bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.ott.child bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.tvplayer.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.owen.tvrecyclerview.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvrecyclerview.example bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.devices.param bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.devices.param bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.student bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.student bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameme.ele.app.amigo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:me.ele.app.amigo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.lexue.frontend bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.lexue.frontend bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.amigo.test bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.amigo.test bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.lexue.frontend bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.lexue.frontend bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.amigo.test bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:me.ele.app.amigo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:me.ele.app.amigo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.lexue.frontend bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.student bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.student bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:me.ele.app.amigo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.student bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvwidget.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvwidget.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvrecyclerview.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvrecyclerview.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvwidget.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.ott.child bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.ott.child bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvrecyclerview.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.hisense.hicloud.edca bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.hisense.hicloud.edca bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.ott.child bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.alfred.android bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.alfred.android bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.hisense.hicloud.edca bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.iptv bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.iptv bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.alfred.android bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.tv.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.tv.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.iptv bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example2 bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example2 bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.tv.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:androidx.plmgrdemo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:androidx.plmgrdemo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example2 bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.lucasr.twowayview.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.lucasr.twowayview.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:androidx.plmgrdemo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.carousel bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.carousel bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.lucasr.twowayview.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.xutils.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.xutils.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.carousel bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:guixue.com.testfragment bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:guixue.com.testfragment bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.xutils.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.devices.param bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.devices.param bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:guixue.com.testfragment bret:false D/TVM ( 2462): thread detach: non daemon thread 3570 num = 18 E/com.ta.utdid2.aid.AidRequester( 2462): org.json.JSONException: Value null at data of type org.json.JSONObject$1 cannot be converted to JSONObject D/appstore-AppInfoManager( 2462): isSystem packageName:com.getui.demo bret:false I/cache_log( 2462): TBSEngine:AAFRujol7lhcIC0FGU7/CA==||AAFRujopyqA2eqgh9j6KHA==||MBX||MagicBox2||1920*1080||Unknown||Unknown||Unknown||TvAppStore||21813450||4.1.4||raymond0040||-||72198422||-||Unknown||a||3.0.6-RS-20160831.0951||4.3.8.334997||1481166157904||AAFRuujna2YDANP7l0DKtEvJ||mini||-||-||-||-||_hp=1,_bv=-,_mac=04:e6:76:06:46:81,_did=5AF7255581FF2E799D8BAAA92730A23B,_io=1||1481166194432||Page_my_app||1009||-||-||-||dep=8 D/appstore-AppInfoManager( 2462): isSystem packageName:com.getui.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.devices.param bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:tv.danmaku.ijk.media.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:tv.danmaku.ijk.media.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.getui.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:io.vov.vitamio.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:io.vov.vitamio.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:tv.danmaku.ijk.media.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.zhy.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.zhy.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:io.vov.vitamio.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.applidium.nickelodeon bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.applidium.nickelodeon bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.zhy.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.kanboxtv.cloudphoto bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.kanboxtv.cloudphoto bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.applidium.nickelodeon bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.moretv.android bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.moretv.android bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.kanboxtv.cloudphoto bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.localzone bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.moretv.android bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.safehome bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.localzone bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.safehome bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tvhelperinstallguider bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.safehome bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tvhelperinstallguider bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.videochat bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tvhelperinstallguider bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.videochat bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.xiami.tv bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.videochat bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.xiami.tv bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.iflytek.aichang.tv bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.xiami.tv bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.iflytek.aichang.tv bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.wp bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.iflytek.aichang.tv bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.wp bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.music bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.wp bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.music bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tvmgr bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tv.music bret:true D/appstore-AppInfoManager( 2462): isSystem packageName:com.yunos.tvmgr bret:true D/appstore-speed( 2462): manage list ,data sort spend = 53 D/appstore-BaseAppListActivity( 2462): setDataList dataList:35 , main E/MyAppManageBaseActivity( 2462): mDataList appSize == 0.1M name == AmigoTest E/MyAppManageBaseActivity( 2462): mDataList appSize == 11.8M name == 乐学教育 E/MyAppManageBaseActivity( 2462): mDataList appSize == 1.4M name == Amigo E/MyAppManageBaseActivity( 2462): mDataList appSize == 13.16M name == 乐学名师课堂 E/MyAppManageBaseActivity( 2462): mDataList appSize == 9.58M name == 教育播放器Demo E/MyAppManageBaseActivity( 2462): mDataList appSize == 1.76M name == TvWidgetDemo E/MyAppManageBaseActivity( 2462): mDataList appSize == 1.82M name == TvRecyclerViewSample E/MyAppManageBaseActivity( 2462): mDataList appSize == 24.43M name == 乐学儿童天地 E/MyAppManageBaseActivity( 2462): mDataList appSize == 17.18M name == 聚好学 E/MyAppManageBaseActivity( 2462): mDataList appSize == 3.44M name == AndroidTestDemo E/MyAppManageBaseActivity( 2462): mDataList appSize == 7.31M name == 乐学教育 E/MyAppManageBaseActivity( 2462): mDataList appSize == 3.58M name == TvDemo E/MyAppManageBaseActivity( 2462): mDataList appSize == 3.29M name == EduTvPlayer2 E/MyAppManageBaseActivity( 2462): mDataList appSize == 0.07M name == 插件化框架Demo E/MyAppManageBaseActivity( 2462): mDataList appSize == 0.97M name == TwoWayView Sample E/MyAppManageBaseActivity( 2462): mDataList appSize == 11.45M name == 儿童频道 E/MyAppManageBaseActivity( 2462): mDataList appSize == 6.7M name == xUtils3 Sample E/MyAppManageBaseActivity( 2462): mDataList appSize == 1.62M name == TestFragment E/MyAppManageBaseActivity( 2462): mDataList appSize == 0.08M name == 设备参数 E/MyAppManageBaseActivity( 2462): mDataList appSize == 0.76M name == 个推演示 E/MyAppManageBaseActivity( 2462): mDataList appSize == 6.88M name == ijkmediademo E/MyAppManageBaseActivity( 2462): mDataList appSize == 7.45M name == VitamioDemo E/MyAppManageBaseActivity( 2462): mDataList appSize == 1.35M name == sample E/MyAppManageBaseActivity( 2462): mDataList appSize == 8.09M name == 我的小尼克学堂 E/MyAppManageBaseActivity( 2462): mDataList appSize == 42.81M name == 家庭云相册 E/MyAppManageBaseActivity( 2462): mDataList appSize == 15.65M name == 电视猫视频 E/MyAppManageBaseActivity( 2462): mDataList appSize == 7.86M name == 多媒体播放 E/MyAppManageBaseActivity( 2462): mDataList appSize == 2.53M name == 家庭监控 E/MyAppManageBaseActivity( 2462): mDataList appSize == 1M name == 多屏互动TV E/MyAppManageBaseActivity( 2462): mDataList appSize == 2.35M name == 视频聊天 E/MyAppManageBaseActivity( 2462): mDataList appSize == 9.88M name == 虾米音乐 E/MyAppManageBaseActivity( 2462): mDataList appSize == 12.85M name == 咪咕爱唱 E/MyAppManageBaseActivity( 2462): mDataList appSize == 5.43M name == 无线投屏 E/MyAppManageBaseActivity( 2462): mDataList appSize == 2.94M name == 音乐 E/MyAppManageBaseActivity( 2462): mDataList appSize == 5.47M name == 安全管家 D/appstore-BaseAppListActivity( 2462): refresh data handleMessage mGridView.isFlipFinished:true , mLayouted:true D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:0 , data-AmigoTest , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.amigo.test bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.amigo.test bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.amigo.test bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.amigo.test bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.amigo.test ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:0 , data-AmigoTest , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.amigo.test bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.amigo.test bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.amigo.test bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.amigo.test bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.amigo.test ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:1 , data-乐学教育 , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.lexue.frontend bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.lexue.frontend bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.lexue.frontend bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.lexue.frontend bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.lexue.frontend ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:2 , data-Amigo , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:me.ele.app.amigo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameme.ele.app.amigo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:me.ele.app.amigo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:me.ele.app.amigo bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:me.ele.app.amigo ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:3 , data-乐学名师课堂 , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.student bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.student bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.student bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.student bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.student ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:4 , data-教育播放器Demo , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.tvplayer.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.tvplayer.example ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:5 , data-TvWidgetDemo , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvwidget.demo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.owen.tvwidget.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvwidget.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvwidget.demo bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.owen.tvwidget.demo ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:6 , data-TvRecyclerViewSample , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvrecyclerview.example bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.owen.tvrecyclerview.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvrecyclerview.example bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.owen.tvrecyclerview.example bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.owen.tvrecyclerview.example ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:7 , data-乐学儿童天地 , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.ott.child bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.ott.child bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.ott.child bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.ott.child bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.ott.child ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:8 , data-聚好学 , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.hisense.hicloud.edca bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.hisense.hicloud.edca bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.hisense.hicloud.edca bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.hisense.hicloud.edca bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.hisense.hicloud.edca ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:9 , data-AndroidTestDemo , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.alfred.android bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.alfred.android bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.alfred.android bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.alfred.android bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.alfred.android ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:10 , data-乐学教育 , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.iptv bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.iptv bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.iptv bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.iptv bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.iptv ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:11 , data-TvDemo , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.tv.demo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.tv.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.tv.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.tv.demo bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.tv.demo ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:12 , data-EduTvPlayer2 , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example2 bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.tvplayer.example2 bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example2 bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.tvplayer.example2 bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.tvplayer.example2 ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:13 , data-插件化框架Demo , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:androidx.plmgrdemo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameandroidx.plmgrdemo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:androidx.plmgrdemo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:androidx.plmgrdemo bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:androidx.plmgrdemo ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:14 , data-TwoWayView Sample , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:org.lucasr.twowayview.sample bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameorg.lucasr.twowayview.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.lucasr.twowayview.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.lucasr.twowayview.sample bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:org.lucasr.twowayview.sample ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:15 , data-儿童频道 , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.carousel bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.huan.edu.carousel bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.carousel bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.huan.edu.carousel bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.huan.edu.carousel ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:16 , data-xUtils3 Sample , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:org.xutils.sample bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameorg.xutils.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.xutils.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:org.xutils.sample bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:org.xutils.sample ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:17 , data-TestFragment , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:guixue.com.testfragment bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameguixue.com.testfragment bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:guixue.com.testfragment bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:guixue.com.testfragment bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:guixue.com.testfragment ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:18 , data-设备参数 , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.devices.param bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.devices.param bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.devices.param bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.devices.param bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.devices.param ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:19 , data-个推演示 , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.getui.demo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.getui.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.getui.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.getui.demo bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.getui.demo ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:20 , data-ijkmediademo , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:tv.danmaku.ijk.media.sample bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNametv.danmaku.ijk.media.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:tv.danmaku.ijk.media.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:tv.danmaku.ijk.media.sample bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:tv.danmaku.ijk.media.sample ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:21 , data-VitamioDemo , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:io.vov.vitamio.demo bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNameio.vov.vitamio.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:io.vov.vitamio.demo bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:io.vov.vitamio.demo bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:io.vov.vitamio.demo ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:22 , data-sample , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.zhy.sample bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.zhy.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.zhy.sample bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.zhy.sample bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.zhy.sample ret:false D/appstore-MyAppManageBaseActivity( 2462): AppManageActivity.onGetChildView pos:23 , data-我的小尼克学堂 , INSTALLED D/appstore-page-MyAppManageBaseActivity( 2462): setUpItemStatus statusEnum=INSTALLED progress=0 D/appstore-RightAngleVerticalProgressView( 2462): setProgress mProgress = 0 , progress = 0 D/appstore-AppInfoManager( 2462): isSystem packageName:com.applidium.nickelodeon bret:false D/appstore-SystemAppWhiteListMgr( 2462): isWhiteList packageNamecom.applidium.nickelodeon bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.applidium.nickelodeon bret:false D/appstore-AppInfoManager( 2462): isSystem packageName:com.applidium.nickelodeon bret:false D/appstore-OsUpdateAppListMgr( 2462): is in uninstall list packageName:com.applidium.nickelodeon ret:false D/appstore-BaseAppListActivity( 2462): onLayoutDone isFirst = false , mResetWhenLayouted=false ,mNextSelection=0 I/tnet-jni( 1663): 124 - [spdySessionCloseCallback] - errorCode = -2032 I/tnet-jni( 1663): 124 - [SpdySessionCallBack.spdySessionCloseCallback] - org.android.spdy.SpdySession@43a73cf8 E/accs.SpdyConnection( 1663): 0 spdySessionCloseCallback, errorCode:-2032 D/tnet-jni( 1663): 124 - [SpdySession.cleanUp] - E/accs.SpdyConnection( 1663): 0 notifyStatus:DISCONNECTED D/accs.OrangeAdapter( 1663): isSmartHb result:true D/accs.HeartbeatManager( 1663): set 270 D/accs.HeartbeatManager( 1663): onNetworkFail D/accs.SpdyConnection( 1663): try ping, force:false D/accs.SpdyConnection( 1663): send message, PING delay:8853 dataId:26 I/accs.SpdyConnection( 1663): 0 notifyStatus:DISCONNECTED handled D/awcn.DefaultAppMonitor( 1663): commit monitor point: session D/awcn.DefaultAppMonitor( 1663): Dimensions:{sdkv=212, connect_type=service, close_reasons=nonetnet error:-2032, close_connection_type=2, fail_reasons=0, isProxy=false, ret=true, retry_times=0} D/awcn.DefaultAppMonitor( 1663): Measures:{auth_time=70.0, tcp_time=57.0, live_time=8.0, ssl_time=4.0, ping_send_times=0.0, ping_rec_times=0.0} D/accs.SpdyConnection( 1663): spdySessionCloseCallback, conKeepTime:8 connectType:service

ghost commented 7 years ago

@JackCho 看下这个错误有没有用: 12-08 12:53:33.102 3351-3351/com.amigo.test E/InstantRun: IO Error creating local socket at com.amigo.test java.io.IOException: Address already in use at android.net.LocalSocketImpl.bindLocal(Native Method) at android.net.LocalSocketImpl.bind(LocalSocketImpl.java:306) at android.net.LocalServerSocket.(LocalServerSocket.java:48) at com.android.tools.fd.runtime.Server.(Server.java:94) at com.android.tools.fd.runtime.Server.create(Server.java:88) at com.android.tools.fd.runtime.BootstrapApplication.onCreate(BootstrapApplication.java:359) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1014) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4726) at android.app.ActivityThread.access$1600(ActivityThread.java:153) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5438) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:629)

JackCho commented 7 years ago

@zhousuqiang 我找了两台小米的手机(6.0,6.0.1)测试了Amigo demo,没能复现出来。要不你也试下,在你本地通过执行 ./gradlew runHost preparePatch跑跑看

日志看了两遍,还是没有amigo相关的信息。 Amigo.work()主要做了两步工作:

我看到了前面的日志,只有释放apk这一步的,是成功的了。如果可以的话,你找找把第二步的日志也给我。 还有一点,因为重现的难度大,建议上传你本地的demo到github,我拉取再重现看看

ghost commented 7 years ago

@JackCho 1.Amigo demo我在小米手机上测试也是正常的。 2.第二步的日志我今天看了一天也没看出来是不是你要的,所以我还是把demo上传到github了,地址:https://github.com/zhousuqiang/AmigoTest

JackCho commented 7 years ago

@zhousuqiang 再次感谢你的反馈,问题已修复。详情请见 PR

ghost commented 7 years ago

@JackCho 还有一个小问题,TV上都是横屏的,所以需要设置loading页面Theme的相关横屏参数,但不起作用。具体Theme如下:

ghost commented 7 years ago
ghost commented 7 years ago

`