When I try to connect it stopped immediately.
Here is related part of android log.
11-07 00:29:10.217 D/VpnManager(5273)succeeded to connect to VPN service
11-07 00:29:10.237 I/SProxy_mtpd(5293)Stop VPN daemon: mtpd
11-07 00:29:10.247 D/SProxy_mtpd(5293)mtpd is stopped after 0 msec
11-07 00:29:10.247 D/SProxy_mtpd(5293)stopping mtpd, success? true
11-07 00:29:10.247 I/SProxy_racoon(5293)Stop VPN daemon: racoon
11-07 00:29:10.247 D/SProxy_racoon(5293)racoon is stopped after 0 msec
11-07 00:29:10.247 D/SProxy_racoon(5293)stopping racoon, success? true
11-07 00:29:10.267 D/com.android.settings.vpn.AuthenticationActor(5273)~~~~~~ connect() succeeded!
11-07 00:29:10.287 D/VpnSettings(5273)received connectivity: Greentorg: connected? CONNECTING err=0
11-07 00:29:10.307 D/TmWidgetProvider(1540)updateAppWidget appWidgetId=14
11-07 00:29:10.447 D/VpnService(5293)Local IP: 192.168.1.101, if: wlan0
11-07 00:29:10.457 D/VpnService(5293)VPN UP: down
11-07 00:29:10.457 I/SProxy_racoon(5293)Start VPN daemon: racoon
11-07 00:29:10.467 D/racoon (5303)Waiting for control socket
11-07 00:29:10.668 D/SProxy_racoon(5293)racoon is running after 200 msec
11-07 00:29:10.668 D/racoon (5303)Received 3 arguments
11-07 00:29:10.668 E/racoon (5303)Cannot create KEY socket
11-07 00:29:10.668 I/SProxy_racoon(5293)got data from control socket: -1
11-07 00:29:10.668 E/VpnService(5293)onError()
11-07 00:29:10.668 E/VpnService(5293)java.io.IOException: socket error, result from service: -1
11-07 00:29:10.668 E/VpnService(5293)at com.android.server.vpn.DaemonProxy.sendCommand(DaemonProxy.java:89)
11-07 00:29:10.668 E/VpnService(5293)at com.android.server.vpn.VpnDaemons.startIpsecForL2tp(VpnDaemons.java:63)
11-07 00:29:10.668 E/VpnService(5293)at com.android.server.vpn.L2tpIpsecPskService.connect(L2tpIpsecPskService.java:37)
11-07 00:29:10.668 E/VpnService(5293)at com.android.server.vpn.VpnService.onConnect(VpnService.java:135)
11-07 00:29:10.668 E/VpnService(5293)at com.android.server.vpn.VpnServiceBinder$2.run(VpnServiceBinder.java:108)
11-07 00:29:10.668 E/VpnService(5293)at java.lang.Thread.run(Thread.java:1096)
11-07 00:29:10.668 I/VpnService(5293)disconnecting VPN...
11-07 00:29:10.677 D/VpnSettings(5273)received connectivity: Greentorg: connected? DISCONNECTING err=0
11-07 00:29:10.747 I/SProxy_mtpd(5293)Stop VPN daemon: mtpd
11-07 00:29:10.747 D/SProxy_mtpd(5293)mtpd is stopped after 0 msec
11-07 00:29:10.747 D/SProxy_mtpd(5293)stopping mtpd, success? true
11-07 00:29:10.747 I/SProxy_racoon(5293)Stop VPN daemon: racoon
11-07 00:29:10.747 D/SProxy_racoon(5293)racoon is stopped after 0 msec
11-07 00:29:10.747 D/SProxy_racoon(5293)stopping racoon, success? true
11-07 00:29:10.747 D/VpnService(5293)onFinalCleanUp()
11-07 00:29:10.747 I/VpnService(5293)restore original suffices --> null
11-07 00:29:10.767 D/VpnSettings(5273)received connectivity: Greentorg: connected? IDLE err=101
11-07 00:29:10.767 D/VpnSettings(5273)create reconnect dialog for event 101
Any hints or suggestions?
not working for me too
wtf?
p.s.: l2tp without ipsec psk works great
Code:
I/ActivityManager( 1202): Start proc com.android.server.vpn:remote for service com.android.server.vpn/.VpnServiceBinder: pid=16580 uid=1000 gids={3003, 1015, 3002, 3001}
D/VpnManager(16454): succeeded to connect to VPN service
I/dalvikvm(16580): Debugger thread not active, ignoring DDM send (t=0x41504e4d l=38)
I/dalvikvm(16580): Debugger thread not active, ignoring DDM send (t=0x41504e4d l=62)
I/SProxy_mtpd(16580): Stop VPN daemon: mtpd
D/SProxy_mtpd(16580): mtpd is stopped after 0 msec
D/SProxy_mtpd(16580): stopping mtpd, success? true
I/SProxy_racoon(16580): Stop VPN daemon: racoon
D/SProxy_racoon(16580): racoon is stopped after 0 msec
D/SProxy_racoon(16580): stopping racoon, success? true
D/VpnService(16580): Local IP: 192.168.0.20, if: wlan0
D/VpnService(16580): VPN UP: down
I/SProxy_racoon(16580): Start VPN daemon: racoon
D/racoon (16586): Waiting for control socket
D/com.android.settings.vpn.AuthenticationActor(16454): ~~~~~~ connect() succeeded!
D/VpnSettings(16454): received connectivity: Secure: connected? CONNECTING err=0
D/SProxy_racoon(16580): racoon is running after 200 msec
D/racoon (16586): Received 3 arguments
E/racoon (16586): Cannot create KEY socket
I/SProxy_racoon(16580): got data from control socket: -1
E/VpnService(16580): onError()
E/VpnService(16580): java.io.IOException: socket error, result from service: -1
E/VpnService(16580): at com.android.server.vpn.DaemonProxy.sendCommand(DaemonProxy.java:89)
E/VpnService(16580): at com.android.server.vpn.VpnDaemons.startIpsecForL2tp(VpnDaemons.java:63)
E/VpnService(16580): at com.android.server.vpn.L2tpIpsecPskService.connect(L2tpIpsecPskService.java:37)
E/VpnService(16580): at com.android.server.vpn.VpnService.onConnect(VpnService.java:135)
E/VpnService(16580): at com.android.server.vpn.VpnServiceBinder$2.run(VpnServiceBinder.java:108)
E/VpnService(16580): at java.lang.Thread.run(Thread.java:1096)
I/VpnService(16580): disconnecting VPN...
D/VpnSettings(16454): received connectivity: Secure: connected? DISCONNECTING err=0
I/SProxy_mtpd(16580): Stop VPN daemon: mtpd
D/SProxy_mtpd(16580): mtpd is stopped after 0 msec
D/SProxy_mtpd(16580): stopping mtpd, success? true
I/SProxy_racoon(16580): Stop VPN daemon: racoon
D/SProxy_racoon(16580): racoon is stopped after 0 msec
D/SProxy_racoon(16580): stopping racoon, success? true
D/VpnService(16580): onFinalCleanUp()
I/VpnService(16580): restore original suffices --> null
D/VpnSettings(16454): received connectivity: Secure: connected? IDLE err=101
I/DumpStateReceiver( 1202): Added state dump to 1 crashes
There is a bug in the racoon daemon I think. Or somewhere in IPSec configuration.
Related
Hi,
I know i should post it @elelinux on development forum but i don't have the right to post on it yet.
I have a problem with the 3.6 light version. When i boot my phone, once the launcher (Go Launcher Ex) appears, while the first heavy tasks are still running, the phone finally blocks. So i have to reboot by puting off the battery.
My solution is trying to kill tasks while freezing with a one-click task killer widget (estrong task manager) and trying to clear the default launcher setting so that, at the next reboot - if it reboots - i can choose a less heavy launcher to kill tasks then run go launcher - Go launcher is really heavy compared to other launchers but i love it so much
Before 3.6, i was using 3.1. I had somehow the same problem, but the difference is it rebooted instead of blocking. So i had boot loop.
System log messages :
Code:
11-07 00:11:00.022: E/AndroidRuntime(1176): FATAL EXCEPTION: main
11-07 00:11:00.022: E/AndroidRuntime(1176): java.lang.NullPointerException
11-07 00:11:00.022: E/AndroidRuntime(1176): at com.carp.HomeManager.HomeMethod$getMemoryInfo1.getMemoryInfo(HomeMethod.java:397)
11-07 00:11:00.022: E/AndroidRuntime(1176): at com.carp.HomeManager.HomeMethod$getMemoryUse1.getMemoryUse(HomeMethod.java:378)
11-07 00:11:00.022: E/AndroidRuntime(1176): at com.carp.HomeManager.HomeManager$HomeAdapter.getView(HomeManager.java:90)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.AbsListView.obtainView(AbsListView.java:1467)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.ListView.makeAndAddView(ListView.java:1745)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.ListView.fillDown(ListView.java:670)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.ListView.fillFromTop(ListView.java:727)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.ListView.layoutChildren(ListView.java:1598)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.AbsListView.onLayout(AbsListView.java:1273)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.view.View.layout(View.java:7192)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1254)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1130)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.LinearLayout.onLayout(LinearLayout.java:1047)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.view.View.layout(View.java:7192)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.RelativeLayout.onLayout(RelativeLayout.java:912)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.view.View.layout(View.java:7192)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.FrameLayout.onLayout(FrameLayout.java:338)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.view.View.layout(View.java:7192)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1254)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1130)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.LinearLayout.onLayout(LinearLayout.java:1047)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.view.View.layout(View.java:7192)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.widget.FrameLayout.onLayout(FrameLayout.java:338)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.view.View.layout(View.java:7192)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.view.ViewRoot.performTraversals(ViewRoot.java:1145)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.view.ViewRoot.handleMessage(ViewRoot.java:1865)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.os.Handler.dispatchMessage(Handler.java:99)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.os.Looper.loop(Looper.java:130)
11-07 00:11:00.022: E/AndroidRuntime(1176): at android.app.ActivityThread.main(ActivityThread.java:3835)
11-07 00:11:00.022: E/AndroidRuntime(1176): at java.lang.reflect.Method.invokeNative(Native Method)
11-07 00:11:00.022: E/AndroidRuntime(1176): at java.lang.reflect.Method.invoke(Method.java:507)
11-07 00:11:00.022: E/AndroidRuntime(1176): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
11-07 00:11:00.022: E/AndroidRuntime(1176): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
11-07 00:11:00.022: E/AndroidRuntime(1176): at dalvik.system.NativeStart.main(Native Method)
11-07 00:11:00.102: I/Process(1176): Sending signal. PID: 1176 SIG: 9
11-07 00:11:00.102: E/InputQueue-JNI(295): channel '408856e0 TrackingView (client)' ~ Publisher closed input channel or an error occurred. events=0x8
11-07 00:11:00.102: E/InputQueue-JNI(295): channel '4087c658 StatusBar (client)' ~ Publisher closed input channel or an error occurred. events=0x8
11-07 00:11:00.102: E/AndroidRuntime(1176): Error reporting crash
11-07 00:11:00.102: E/AndroidRuntime(1176): android.os.DeadObjectException
11-07 00:11:00.102: E/AndroidRuntime(1176): at android.os.BinderProxy.transact(Native Method)
11-07 00:11:00.102: E/AndroidRuntime(1176): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:2547)
11-07 00:11:00.102: E/AndroidRuntime(1176): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
11-07 00:11:00.102: E/AndroidRuntime(1176): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
11-07 00:11:00.102: E/AndroidRuntime(1176): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
11-07 00:11:00.102: E/AndroidRuntime(1176): at dalvik.system.NativeStart.main(Native Method)
11-07 00:11:00.112: E/InputQueue-JNI(876): channel '407767e0 com.gau.go.launcherex/com.jiubang.ggheart.apps.desks.diy.GoLauncher (client)' ~ Publisher closed input channel or an error occurred. events=0x8
11-07 00:11:00.112: E/InputQueue-JNI(295): channel '4088b738 StatusBarExpanded (client)' ~ Publisher closed input channel or an error occurred. events=0x8
11-07 00:11:00.192: D/szipinf(961): Initializing inflate state
11-07 00:11:00.422: D/AK8973(184): Compass CLOSE
11-07 00:11:00.934: D/szipinf(961): Initializing inflate state
...
11-07 00:11:02.552: D/szipinf(961): Initializing inflate state
11-07 00:11:02.692: D/szipinf(961): Initializing inflate state
11-07 00:11:03.162: D/dalvikvm(961): GC_CONCURRENT freed 254K, 47% free 3167K/5959K, external 0K/0K, paused 6ms+9ms
11-07 00:11:03.714: W/SharedBufferStack(295): waitForCondition(LockCondition) timed out (identity=3, status=0). CPU may be pegged. trying again.
11-07 00:11:04.082: W/dalvikvm(602): threadid=11: thread exiting with uncaught exception (group=0x40018560)
11-07 00:11:04.102: E/AndroidRuntime(602): FATAL EXCEPTION: Timer-14
11-07 00:11:04.102: E/AndroidRuntime(602): java.lang.NullPointerException
11-07 00:11:04.102: E/AndroidRuntime(602): at com.estrongs.android.taskmanager.TaskManager.getSystemRunningAppsNum(TaskManager.java:1108)
11-07 00:11:04.102: E/AndroidRuntime(602): at com.estrongs.android.taskmanager.widget.TmWidgetProvider.updateAppWidget(TmWidgetProvider.java:183)
11-07 00:11:04.102: E/AndroidRuntime(602): at com.estrongs.android.taskmanager.widget.TmUpdateService$MyTime.run(TmUpdateService.java:98)
11-07 00:11:04.102: E/AndroidRuntime(602): at java.util.Timer$TimerImpl.run(Timer.java:284)
11-07 00:11:04.112: I/Process(602): Sending signal. PID: 602 SIG: 9
11-07 00:11:04.112: E/AndroidRuntime(602): Error reporting crash
11-07 00:11:04.112: E/AndroidRuntime(602): android.os.DeadObjectException
11-07 00:11:04.112: E/AndroidRuntime(602): at android.os.BinderProxy.transact(Native Method)
11-07 00:11:04.112: E/AndroidRuntime(602): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:2547)
11-07 00:11:04.112: E/AndroidRuntime(602): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
11-07 00:11:04.112: E/AndroidRuntime(602): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
11-07 00:11:04.112: E/AndroidRuntime(602): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
11-07 00:11:04.712: W/SharedBufferStack(295): waitForCondition(LockCondition) timed out (identity=3, status=0). CPU may be pegged. trying again.
...
11-07 00:11:05.712: W/SharedBufferStack(295): waitForCondition(LockCondition) timed out (identity=3, status=0). CPU may be pegged. trying again.
It has also blocked a few times, at anytime with normal use. 2 or 3 times since i installed 3.6. The log messages are different :
System log messages :
Code:
...
11-07 14:39:38.659: I/ActivityThread(8903): Removing dead content provider: settings
11-07 14:39:38.719: E/installd(182): eof
11-07 14:39:38.719: E/installd(182): failed to read size
11-07 14:39:38.719: I/installd(182): closing connection
11-07 14:39:38.769: I/ggheart(8278): onStop
11-07 14:39:38.829: E/InputQueue-JNI(288): channel '408782a8 TrackingView (client)' ~ Publisher closed input channel or an error occurred. events=0x8
11-07 14:39:38.859: D/szipinf(8942): Initializing inflate state
11-07 14:39:38.869: E/InputQueue-JNI(288): channel '40784a08 StatusBar (client)' ~ Publisher closed input channel or an error occurred. events=0x8
11-07 14:39:38.869: E/InputQueue-JNI(288): channel '408664f0 StatusBarExpanded (client)' ~ Publisher closed input channel or an error occurred. events=0x8
11-07 14:39:38.869: E/InputQueue-JNI(8919): channel '408d4c68 com.google.android.gm/com.google.android.gm.ConversationListActivity (client)' ~ Publisher closed input channel or an error occurred. events=0x8
11-07 14:39:38.869: E/InputQueue-JNI(8894): channel '4095d250 com.handcent.nextsms/com.handcent.sms.ui.ConversationExList (client)' ~ Publisher closed input channel or an error occurred. events=0x8
11-07 14:39:38.869: E/InputQueue-JNI(308): channel '408ae480 InputMethod (client)' ~ Publisher closed input channel or an error occurred. events=0x8
11-07 14:39:38.939: D/dalvikvm(8278): GC_EXPLICIT freed 83K, 44% free 3463K/6087K, external 1645K/2778K, paused 106ms
11-07 14:39:38.959: D/AndroidRuntime(8278): Shutting down VM
11-07 14:39:38.959: W/dalvikvm(8278): threadid=1: thread exiting with uncaught exception (group=0x40018560)
11-07 14:39:39.049: E/ACRA(8278): Error while retrieving crash data
11-07 14:39:39.049: E/ACRA(8278): java.lang.RuntimeException: Package manager has died
11-07 14:39:39.049: E/ACRA(8278): at android.app.ContextImpl$ApplicationPackageManager.getPackageInfo(ContextImpl.java:1743)
11-07 14:39:39.049: E/ACRA(8278): at d.b(ErrorReporter.java:311)
11-07 14:39:39.049: E/ACRA(8278): at d.a(ErrorReporter.java:504)
11-07 14:39:39.049: E/ACRA(8278): at d.a(ErrorReporter.java:554)
11-07 14:39:39.049: E/ACRA(8278): at d.uncaughtException(ErrorReporter.java:422)
11-07 14:39:39.049: E/ACRA(8278): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
11-07 14:39:39.049: E/ACRA(8278): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
11-07 14:39:39.049: E/ACRA(8278): at dalvik.system.NativeStart.main(Native Method)
11-07 14:39:39.049: E/ACRA(8278): Caused by: android.os.DeadObjectException
11-07 14:39:39.049: E/ACRA(8278): at android.os.BinderProxy.transact(Native Method)
11-07 14:39:39.049: E/ACRA(8278): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1112)
11-07 14:39:39.049: E/ACRA(8278): at android.app.ContextImpl$ApplicationPackageManager.getPackageInfo(ContextImpl.java:1738)
11-07 14:39:39.049: E/ACRA(8278): ... 7 more
11-07 14:39:39.139: D/AK8973(184): Compass CLOSE
11-07 14:39:39.149: D/ACRA(8278): Writing crash report file.
11-07 14:39:39.159: D/szipinf(8942): Initializing inflate state
11-07 14:39:39.169: I/ACRA(8278): /mnt/sdcard/GOLauncherEX/log/stack-1320673179152_stk.txt
11-07 14:39:39.279: D/szipinf(8942): Initializing inflate state
11-07 14:39:39.289: I/ACRA(8278): /mnt/sdcard/GOLauncherEX/log/stack-1320673179152_stk.txt
11-07 14:39:39.319: D/szipinf(8942): Initializing inflate state
11-07 14:39:39.389: I/ACRA(8278): crash report fileName = /mnt/sdcard/GOLauncherEX/log/stack-1320673179152_stk.txt
11-07 14:39:39.389: I/ACRA(8278): process id8278
11-07 14:39:39.389: I/Process(8278): Sending signal. PID: 8278 SIG: 9
11-07 14:39:39.439: D/szipinf(8942): Initializing inflate state
...
11-07 14:39:42.319: D/szipinf(8942): Initializing inflate state
11-07 14:39:46.409: D/dalvikvm(8942): GC_CONCURRENT freed 212K, 47% free 3145K/5895K, external 0K/0K, paused 6ms+19ms
11-07 14:39:47.019: D/szipinf(8942): Initializing inflate state
11-07 14:39:48.029: D/dalvikvm(297): GC_CONCURRENT freed 401K, 43% free 3923K/6855K, external 0K/0K, paused 58ms+52ms
11-07 14:39:49.739: E/ActivityThread(297): Failed to find provider info for com.android.contacts
11-07 14:39:49.749: W/dalvikvm(297): threadid=23: thread exiting with uncaught exception (group=0x40018560)
11-07 14:39:50.050: E/AndroidRuntime(297): FATAL EXCEPTION: GTalkConnWorker
11-07 14:39:50.050: E/AndroidRuntime(297): java.lang.IllegalArgumentException: Unknown URI content://com.android.contacts/status_updates
11-07 14:39:50.050: E/AndroidRuntime(297): at android.content.ContentResolver.update(ContentResolver.java:729)
11-07 14:39:50.050: E/AndroidRuntime(297): at com.google.android.gsf.gtalkservice.ContactPresence.setContactPresenceToNull(ContactPresence.java:116)
11-07 14:39:50.050: E/AndroidRuntime(297): at com.google.android.gsf.gtalkservice.ContactPresence.removeContactPresenceFor(ContactPresence.java:99)
11-07 14:39:50.050: E/AndroidRuntime(297): at com.google.android.gsf.gtalkservice.ImSession.updateAccountStatus(ImSession.java:410)
11-07 14:39:50.050: E/AndroidRuntime(297): at com.google.android.gsf.gtalkservice.GTalkConnection$WorkerHandler.handleMessage(GTalkConnection.java:299)
11-07 14:39:50.050: E/AndroidRuntime(297): at android.os.Handler.dispatchMessage(Handler.java:99)
11-07 14:39:50.050: E/AndroidRuntime(297): at android.os.Looper.loop(Looper.java:130)
11-07 14:39:50.050: E/AndroidRuntime(297): at com.google.android.gsf.gtalkservice.service.GTalkService$WorkerThread.run(GTalkService.java:240)
11-07 14:39:50.069: E/AndroidRuntime(297): Error reporting crash
11-07 14:39:50.069: E/AndroidRuntime(297): android.os.DeadObjectException
11-07 14:39:50.069: E/AndroidRuntime(297): at android.os.BinderProxy.transact(Native Method)
11-07 14:39:50.069: E/AndroidRuntime(297): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:2547)
11-07 14:39:50.069: E/AndroidRuntime(297): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
11-07 14:39:50.069: E/AndroidRuntime(297): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
11-07 14:39:50.069: E/AndroidRuntime(297): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
I also have another question about your experience. Many people say they hero runs fastly with this rom. How fast is it? For example, is market application fast on your hero? On mine, market has much latency at each change of screen.
I know our poor hero is becoming an old, so i'm not complaining, i just want to compare
Thanks
About my problem at boot time, the problem seems to be the use of EStrong task manager :
- i tried to boot, with Go Launcher as default launcher, without clicking the one-click widget : it blocks
- i removed the widget from Go, then reboot with Go : it doesn't block.
I'm not sure removing the widget is a sufficient solution because i didn't want to try again : i had to reboot about 10 times before i conclude EStrong widget is - seems to be - the problem. So i'll wait next boots to verify it is a solution.
About the blocking during normal use : it seems to block when too many activities at the same time.
Have to continue investigations.....
Any idea, opinion?.....
EDIT : deleting widget is not enough, sometimes it still blocks. So i use another task manager (not widget) and try to kill applications before it blocks. Sometimes it's ok sometimes not...
I'm too new to post in Dev section.
First, totally in love with NewtRoot's OneXXX for Rezound. It took me from looking for a new phone to bragging about this one.
There's one crash I've only seen posted once. When I'm on a call and decline a second call or decline a call with the phone already unlocked the
Unfortunately the process com.android.phone has stopped. The phone continues to ring. Once I acknowledge the error it drops the call.
I'm including LogCat below. Not sure if I should wait 10 posts before doing this or IM directly to Newt. I've lurked here for a while but still don't know etiquette.
I've bolded the crash.
11-07 07:50:07.816 V/CallActionReceiver(21656): onReceive android.intent.action.ACTION_DATA_MANAGE_CALL_END_INFO
11-07 07:50:07.826 D/skia (20913): Decode special JPEG file
11-07 07:50:07.846 D/skia (20913): Decode special JPEG file
11-07 07:50:07.846 D/OnDemandProgressBar( 7646): new OnDemandProgressBar [email protected]
11-07 07:50:07.856 V/UsageStatsService(21656): CMD_ID_UPDATE_CALL_USAGE
11-07 07:50:07.916 D/NewNotificationReceiver(21550): NewNotificationReceiver receive action = com.android.phone.action.update_misscall_count
11-07 07:50:07.926 D/PhoneUtils(20913): >>>hangup(), set lockscreen mode :false
11-07 07:50:07.926 D/DTMFTwelveKeyDialer(20913): Notifying dtmf key up.
11-07 07:50:07.926 D/DTMFTwelveKeyDialer(20913): Stopping the last played tone.
11-07 07:50:07.926 D/DTMFTwelveKeyDialer(20913): stopTone(), phoneType: 2
11-07 07:50:07.936 D/PhoneApp(20913): mStatusBarDisableCount is already zero
11-07 07:50:07.936 D/StatusBarManagerService( 343): disable what =262144, token = [email protected], pkg = com.android.phone, mBar = [email protected]
11-07 07:50:07.956 D/MP-Decision( 1074): UP Nw:5.400000 Tw:180 rq:20.300000 seq:198
11-07 07:50:07.956 D/CallManager(20913): State Change:false,false:100true:,0endHold-false
11-07 07:50:07.996 D/PhoneStatusBarPolicy( 7646): silentresetvalue = 0, mTimerEnabled = false
11-07 07:50:07.996 D/PhoneStatusBarPolicy( 7646): updateSignalStrength(), in service, remove timer
11-07 07:50:08.016 D/PhoneStatusBarPolicy( 7646): @@ iconIndex=1
11-07 07:50:08.016 D/PhoneStatusBarPolicy( 7646): isCdma():true hasService:true mSimState=UNKNOWN gprsState=0 mDataState=0 dataActivity=0 mPhone.htcModemLinkOn:false hspa==true
11-07 07:50:08.016 D/PhoneStatusBarPolicy( 7646): updateDataIcon(), silentresetvalue = 0, mTimerEnabled = false
11-07 07:50:08.016 D/PhoneStatusBarPolicy( 7646): updateDataIcon(), in data service, do nothing
11-07 07:50:08.016 D/PhoneStatusBarPolicy( 7646): hasService()=true ,mDataState=0 ,mPhone.htcModemLinkOn()=false ,mDataActivity=0
11-07 07:50:08.016 D/PhoneStatusBarPolicy( 7646): slotType[0]=RUIM
11-07 07:50:08.026 D/PhoneStatusBarPolicy( 7646): silentresetvalue = 0, mTimerEnabled = false
11-07 07:50:08.026 D/PhoneStatusBarPolicy( 7646): updateSignalStrength(), in service, remove timer
11-07 07:50:08.026 D/PhoneStatusBarPolicy( 7646): @@ iconIndex=1
11-07 07:50:08.026 D/PhoneStatusBarPolicy( 7646): isCdma():true hasService:true mSimState=UNKNOWN gprsState=0 mDataState=0 dataActivity=0 mPhone.htcModemLinkOn:false hspa==true
11-07 07:50:08.026 D/PhoneStatusBarPolicy( 7646): updateDataIcon(), silentresetvalue = 0, mTimerEnabled = false
11-07 07:50:08.026 W/ResourceType(20913): No known package when getting value for resource number 0x416dcca8
11-07 07:50:08.026 D/AndroidRuntime(20913): Shutting down VM
11-07 07:50:08.026 W/dalvikvm(20913): threadid=1: thread exiting with uncaught exception (group=0x40ae1228)
11-07 07:50:08.026 D/PhoneStatusBarPolicy( 7646): updateDataIcon(), in data service, do nothing
11-07 07:50:08.026 D/PhoneStatusBarPolicy( 7646): hasService()=true ,mDataState=0 ,mPhone.htcModemLinkOn()=false ,mDataActivity=0
11-07 07:50:08.026 D/PhoneStatusBarPolicy( 7646): slotType[0]=RUIM
11-07 07:50:08.036 E/AndroidRuntime(20913): FATAL EXCEPTION: main
11-07 07:50:08.036 E/AndroidRuntime(20913): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.phone/com.android.phone.HtcDeclineAlertActivity}: android.content.res.Resources$NotFoundException: String resource ID #0x416dcca8
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2240)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2275)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.app.ActivityThread.access$600(ActivityThread.java:139)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1277)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.os.Handler.dispatchMessage(Handler.java:99)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.os.Looper.loop(Looper.java:156)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.app.ActivityThread.main(ActivityThread.java:5060)
11-07 07:50:08.036 E/AndroidRuntime(20913): at java.lang.reflect.Method.invokeNative(Native Method)
11-07 07:50:08.036 E/AndroidRuntime(20913): at java.lang.reflect.Method.invoke(Method.java:511)
11-07 07:50:08.036 E/AndroidRuntime(20913): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
11-07 07:50:08.036 E/AndroidRuntime(20913): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
11-07 07:50:08.036 E/AndroidRuntime(20913): at dalvik.system.NativeStart.main(Native Method)
11-07 07:50:08.036 E/AndroidRuntime(20913): Caused by: android.content.res.Resources$NotFoundException: String resource ID #0x416dcca8
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.content.res.Resources.getText(Resources.java:258)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.content.Context.getText(Context.java:282)
11-07 07:50:08.036 E/AndroidRuntime(20913): at com.htc.dialog.HtcAlertDialog$Builder.setTitle(HtcAlertDialog.java:378)
11-07 07:50:08.036 E/AndroidRuntime(20913): at com.android.phone.HtcDeclineAlertActivity.onCreateDialog(HtcDeclineAlertActivity.java:100)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.app.Activity.createDialog(Activity.java:989)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.app.Activity.showDialog(Activity.java:2974)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.app.Activity.showDialog(Activity.java:2933)
11-07 07:50:08.036 E/AndroidRuntime(20913): at com.android.phone.HtcDeclineAlertActivity.onCreate(HtcDeclineAlertActivity.java:90)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.app.Activity.performCreate(Activity.java:4543)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1071)
11-07 07:50:08.036 E/AndroidRuntime(20913): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2196)
11-07 07:50:08.036 E/AndroidRuntime(20913): ... 11 more
11-07 07:50:08.036 D/PhoneStatusBar( 7646): disable: < expand* icons ALERTS ticker system_info BACK HOME RECENT clock >
11-07 07:50:08.046 E/EmbeddedLogger( 343): App crashed! Process: com.android.phone
11-07 07:50:08.046 E/EmbeddedLogger( 343): App crashed! Package: com.android.stk v400417075 (4.0.2217362755.417075.386090)
11-07 07:50:08.046 E/EmbeddedLogger( 343): App crashed! Package: com.android.providers.telephony v201416846 (2.1.2217282664.416846.196642)
11-07 07:50:08.046 E/EmbeddedLogger( 343): App crashed! Package: com.android.phone v400457404 (4.0.2219213136.457404.457404)
11-07 07:50:08.046 E/EmbeddedLogger( 343): Application Label: <MULTIPLE_PACKAGE>
11-07 07:50:08.046 W/ActivityManager( 343): Force finishing activity com.android.phone/.HtcDeclineAlertActivity
11-07 07:50:08.046 W/ActivityManager( 343): Force finishing activity com.android.phone/.InCallScreen
11-07 07:50:08.066 D/UpdateNotificationCountService(21550): UpdateNotificationCountService receive action = com.android.phone.action.update_misscall_count
11-07 07:50:08.066 D/UpdateNotificationCountService(21550): UpdateNotificationCountService receive new misscall count = 3
11-07 07:50:08.077 D/ViewRootImpl( 343): @@@- disable SystemServer HW acceleration
11-07 07:50:08.247 D/dalvikvm(18505): GC_CONCURRENT freed 2119K, 55% free 8127K/17951K, paused 1ms+24ms
11-07 07:50:08.557 W/ActivityManager( 343): Activity pause timeout for ActivityRecord{40f67f90 com.android.phone/.HtcDeclineAlertActivity}
11-07 07:50:08.557 D/ConnectivityService( 343): onUidRulesChanged(uid=10234, uidRules=0)
11-07 07:50:08.567 I/dalvikvm(18505): Jit: resizing JitTable from 8192 to 16384
11-07 07:50:08.587 W/memalloc( 124): /dev/pmem: No more pmem available
11-07 07:50:08.587 W/memalloc( 124): Falling back to ashmem
11-07 07:50:08.617 D/memalloc( 124): ashmem: Allocated buffer base:0x43ee9000 size:3768320 fd:34
11-07 07:50:08.617 D/memalloc(18505): ashmem: Mapped buffer base:0x53843000 size:3768320 fd:51
11-07 07:50:08.717 W/CpuWake ( 343): >>releaseCpuPerfWakeLock
11-07 07:50:08.717 W/CpuWake ( 343): <<releaseCpuPerfWakeLock
Click to expand...
Click to collapse
I have been using 5.1.1 since it came out and can't replicate this. Does your second caller have a photo attached to their contact ?
Sent from my Nexus 7 using Tapatalk 2
Same Results - Picture or No Pic
Just tried using a number with no picture. Same results. The process dies.
Also note, this is not just when declining a second call. If the phone is already unlocked and I press the decline button the process stops. if I simply slide decline down to the ring that works fine.
I didn't explain that part so well in the original post.
dottat said:
I have been using 5.1.1 since it came out and can't replicate this. Does your second caller have a photo attached to their contact ?
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
bobcrane said:
Just tried using a number with no picture. Same results. The process dies.
Also note, this is not just when declining a second call. If the phone is already unlocked and I press the decline button the process stops. if I simply slide decline down to the ring that works fine.
I didn't explain that part so well in the original post.
Click to expand...
Click to collapse
Could you share more details on the Mode you are using ? Like 4g/LTE or Global or GSM/UMTS ?
I had the same issue with receiving as well as making calls on Stock Rom (ICS 4.0.3) on Global Mode. The moment i switched to GSM/UMTS & rebooted the device the problem was solved.
Here is my Questions Thread, have a look to see more details about the problem in point no. 7
http://forum.xda-developers.com/showthread.php?t=1983412
Setting to LTM/CDMA Worked
That worked. It was on Global. I set it to LTM/CDMA. Works fine.
Thanks for the help.
The only odd thing I discovered through this - if phone is open and a call comes in ringing does not start until I touch something on the screen. Minor annoyance since I'd rarely be in that situation.
NilayS said:
Could you share more details on the Mode you are using ? Like 4g/LTE or Global or GSM/UMTS ?
I had the same issue with receiving as well as making calls on Stock Rom (ICS 4.0.3) on Global Mode. The moment i switched to GSM/UMTS & rebooted the device the problem was solved.
Here is my Questions Thread, have a look to see more details about the problem in point no. 7
http://forum.xda-developers.com/showthread.php?t=1983412
Click to expand...
Click to collapse
bobcrane said:
That worked. It was on Global. I set it to LTM/CDMA. Works fine.
Thanks for the help.
The only odd thing I discovered through this - if phone is open and a call comes in ringing does not start until I touch something on the screen. Minor annoyance since I'd rarely be in that situation.
Click to expand...
Click to collapse
Check turning "Quiet on Pick-up" on - off in sound setting to see if that makes a difference.
Hi,
I've been struggling to get Netflix and HBO Nordic working on my Galaxy S2 running Cyanogenmod 10.1 nightlies. I've tried Netflix 2.1.1 and 1.8.1, and a modded HBO 1.0 app bypassing the root check.
Here are some logcat (*:W) excerpts from the different apps.
HBO Nordic app, force closes upon pressing play:
Code:
W/AudioService( 2198): RemoteControlClient died
F/libc (26548): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 26548 (drmserver)
W/DrmManagerClientImpl(Native)(26554): DrmManager server died!
E/WVMExtractor(28011): Drm manager failed to initialize.
E/MediaPlayer(26554): error (1, -2147483648)
E/MediaPlayer(26554): Error (1,-2147483648)
W/dalvikvm(26554): threadid=1: thread exiting with uncaught exception (group=0x40f2f930)
E/AndroidRuntime(26554): FATAL EXCEPTION: main
E/AndroidRuntime(26554): java.lang.NullPointerException
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity.finishWithError(VideoActivity.java:240)
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity.access$2(VideoActivity.java:236)
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity$2.onMediaPlayerError(VideoActivity.java:108)
E/AndroidRuntime(26554): at com.hbo.android.app.widget.video.player.PlayerBase.onError(PlayerBase.java:425)
E/AndroidRuntime(26554): at com.hbo.android.app.widget.video.player.internal.BaseVideoView$4.onError(BaseVideoView.java:372)
E/AndroidRuntime(26554): at android.media.MediaPlayer$EventHandler.handleMessage(MediaPlayer.java:2003)
E/AndroidRuntime(26554): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(26554): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(26554): at android.app.ActivityThread.main(ActivityThread.java:5191)
E/AndroidRuntime(26554): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(26554): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(26554): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime(26554): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime(26554): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 2198): Force finishing activity com.hbo.android.app/.activity.VideoActivity
W/ActivityManager( 2198): Activity pause timeout for ActivityRecord{41d77aa8 u0 com.hbo.android.app/.activity.VideoActivity}
W/InputDispatcher( 2198): channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 2198): channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 2198): channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 2198): channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 2198): Attempted to unregister already unregistered input channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)'
W/InputDispatcher( 2198): Attempted to unregister already unregistered input channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)'
E/Trace (28321): error opening trace file: No such file or directory (2)
E/Trace (28356): error opening trace file: No such file or directory (2)
Netflix 1.8.1, plays sound and shows subtitles, but no video:
Code:
W/ActivityManager( 2198): Scheduling restart of crashed service com.teamhacksung.tvout/.TvOutService in 5000ms
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
E/Trace (28011): error opening trace file: No such file or directory (2)
E/SEC_COMP_REGS(28011): .
E/SEC_COMP_REGS(28011): ..
E/SEC_COMP_REGS(28011): libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.WMV.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.WMV.Decoder.so
E/OMXNodeInstance(28011): OMX_GetExtensionIndex failed
E/ ( 1864): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1864): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/ ( 1864): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1864): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/BufferQueue( 1864): [SurfaceView] acquireBuffer: max acquired buffer count reached: 2 (max=1)
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Function not implemented (-38)
E/Trace (28196): error opening trace file: No such file or directory (2)
W/InputEventReceiver( 2198): Attempted to finish an input event but the input event receiver has already been disposed.
W/InputEventReceiver( 2198): Attempted to finish an input event but the input event receiver has already been disposed.
W/AudioFlinger(28011): session id 277 not found for pid 2198
E/BufferQueue( 1864): [SurfaceView] dequeueBuffer: SurfaceTexture has been abandoned!
E/ACodec (28011): dequeueBuffer failed.
E/BufferQueue( 1864): [SurfaceView] queueBuffer: SurfaceTexture has been abandoned!
E/SurfaceTextureClient(28011): queueBuffer: error queuing buffer to SurfaceTexture, -19
E/NuPlayer(28011): Received error from video decoder, aborting playback.
W/BufferQueue( 1864): [SurfaceView] cancelBuffer: BufferQueue has been abandoned!
W/AudioService( 2198): stream was not muted by this client
E/AudioService( 2198): Could not get client death handler for stream: 3
Netflix 2.1.1, stuck on loading screen:
Code:
W/dalvikvm(28732): method Lcom/netflix/mediaclient/android/widget/NetflixSeekBar;.onKeyChange incorrectly overrides package-private method with same name in Landroid/widget/AbsSeekBar;
E/SEC_COMP_REGS(28732): .
E/SEC_COMP_REGS(28732): ..
E/SEC_COMP_REGS(28732): libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.WMV.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.WMV.Decoder.so
E/OMXNodeInstance(28732): OMX_GetExtensionIndex failed
E/NetflixTransport-JNI(28732): Java_com_netflix_mediaclient_javabridge_transport_NativeTransport_native_1setVOapi systemAndroid set VO API
E/NetflixTransport-JNI(28732): Custom params sw analytics params set
E/Trace (28929): error opening trace file: No such file or directory (2)
E/Trace (28959): error opening trace file: No such file or directory (2)
E/Trace (28976): error opening trace file: No such file or directory (2)
E/nf_service(28732): Unable to get instance of PlayerActivity, only pass stateChnage event to MP
Anyone have a clue what might be wrong? Is it a DRM decrypting process that doesn't work, as I suspect?
I ran into some issues with OTG with a certain device.
When I try to use my HackRF (Software defined radio peripheral) with the RF Analyzer app the device is reset immediately when the app tries to open the USB connection.
To me it seems that the Tegra USB driver does not like this device. (The app itself uses only the official Android USB API and no native code and does not require root)
I made some tests to ensure that this issue is not the app and not my OTG setup:
- Tested everything with & without a powered USB hub to make sure it is not a power issue
- USB mouse & USB flash drive are working fine on my N9
- I tested the HackRF on my Nexus 5, LG G Pad 7.0 and on the Archos 97b Titanium - it works fine there.
- My N9 is running the latest firmware (R)
I'm posting here about it because maybe one of you has an idea how this could be fixed.
References:
GitHub discussion about this issue:
https://github.com/demantz/hackrf_android/issues/2
(comments 8-11)
RF Analyzer app:
https://github.com/demantz/RFAnalyzer
https://play.google.com/store/apps/details?id=com.mantz_it.rfanalyzer
HackRF:
https://greatscottgadgets.com/hackrf/
https://github.com/mossmann/hackrf/wiki
Logcat:
Code:
I/ActivityManager( 1378): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.mantz_it.rfanalyzer/.MainActivity (has extras)} from uid 10022 on display 0
I/ActivityManager( 1378): Start proc com.mantz_it.rfanalyzer for activity com.mantz_it.rfanalyzer/.MainActivity: pid=14943 uid=10096 gids={50096, 9997, 1028, 1015, 3003} abi=arm64-v8a
I/MainActivity(14943): onCreate: started logcat (Process[pid=14962]) to /storage/emulated/0/RFAnalyzer/log.txt
D/OpenGLRenderer(14943): Render dirty regions requested: true
D/Atlas (14943): Validating map...
I/OpenGLRenderer(14943): Initialized EGL, version 1.4
D/OpenGLRenderer(14943): Enabling debug mode 0
I/ActivityManager( 1378): Displayed com.mantz_it.rfanalyzer/.MainActivity: +531ms
D/HackRFSource(14943): setBasebandFilterWidth: Setting BB filter width to 15000000
D/HackRFSource(14943): setSampleRate: setting sample rate to 20000000
D/TaskPersister( 1378): removeObsoleteFile: deleting file=349_task.xml
I/hackrf_android(14943): initHackrf: Found 1 USB devices.
D/hackrf_android(14943): initHackrf: deviceList: vendor=7504 product=24713
I/hackrf_android(14943): initHackrf: Found HackRF One at /dev/bus/usb/003/003
D/TaskPersister( 1378): removeObsoleteFile: deleting file=349_task_thumbnail.png
I/ActivityManager( 1378): START u0 {flg=0x10000000 cmp=com.android.systemui/.usb.UsbPermissionActivity (has extras)} from uid 1000 on display 0
D/hackrf_android(14943): Permission request for device /dev/bus/usb/003/003 was send. waiting...
I/art ( 1378): Background sticky concurrent mark sweep GC freed 15638(826KB) AllocSpace objects, 5(7MB) LOS objects, 14% free, 48MB/55MB, paused 14.834ms total 55.769ms
I/ActivityManager( 1378): Displayed com.android.systemui/.usb.UsbPermissionActivity: +54ms
W/InputMethodManagerService( 1378): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMeth
[email protected] attribute=null, token = [email protected]
D/OpenGLRenderer( 1553): endAllStagingAnimators on 0x558e65fbf0 (RippleDrawable) with handle 0x558de22900
D/hackrf_android(14943): initHackrf: Permission granted for device /dev/bus/usb/003/003
I/hackrf_android(14943): constructor: create Hackrf instance from /dev/bus/usb/003/003. Vendor ID: 7504 Product ID: 24713
I/hackrf_android(14943): constructor: device protocol: 0
I/hackrf_android(14943): constructor: device class: 0 subclass: 0
I/hackrf_android(14943): constructor: interface count: 2
I/hackrf_android(14943): constructor: [interface 0] interface protocol: 255 subclass: 255
I/hackrf_android(14943): constructor: [interface 0] interface class: 255
I/hackrf_android(14943): constructor: [interface 0] endpoint count: 2
I/hackrf_android(14943): constructor: [endpoint 0 (IN)] address: 129 attributes: 2 direction: 128 max_packet_size: 512
I/hackrf_android(14943): constructor: [endpoint 1 (OUT)] address: 2 attributes: 2 direction: 0 max_packet_size: 512
D/UsbHostManager( 1378): Added device UsbDevice[mName=/dev/bus/usb/003/004,mVendorId=7504,mProductId=24713,mClass=0,mSubclass=0,mProtocol=0,mManufacturerName=Great Scott Gadgets,mProductName=HackRF One,mSerialNumber=null,mConfigurations=[
D/UsbHostManager( 1378): UsbConfiguration[mId=1,mName=Transceiver,mAttributes=128,mMaxPower=250,mInterfaces=[
D/UsbHostManager( 1378): UsbInterface[mId=0,mAlternateSetting=0,mName=null,mClass=255,mSubclass=255,mProtocol=255,mEndpoints=[
D/UsbHostManager( 1378): UsbEndpoint[mAddress=129,mAttributes=2,mMaxPacketSize=512,mInterval=0]
D/UsbHostManager( 1378): UsbEndpoint[mAddress=2,mAttributes=2,mMaxPacketSize=512,mInterval=0]]]
D/UsbHostManager( 1378): UsbConfiguration[mId=2,mName=CPLD update,mAttributes=128,mMaxPower=250,mInterfaces=[
D/UsbHostManager( 1378): UsbInterface[mId=0,mAlternateSetting=0,mName=null,mClass=255,mSubclass=255,mProtocol=255,mEndpoints=[
D/UsbHostManager( 1378): UsbEndpoint[mAddress=129,mAttributes=2,mMaxPacketSize=512,mInterval=0]
D/UsbHostManager( 1378): UsbEndpoint[mAddress=2,mAttributes=2,mMaxPacketSize=512,mInterval=0]]]]
D/AndroidRuntime(14943): Shutting down VM
E/AndroidRuntime(14943): FATAL EXCEPTION: main
E/AndroidRuntime(14943): Process: com.mantz_it.rfanalyzer, PID: 14943
E/AndroidRuntime(14943): java.lang.RuntimeException: Error receiving broadcast Intent { act=com.mantz_it.hackrf_android.USB_PERMISSION flg=0x10 (has extras) } in [email protected]
E/AndroidRuntime(14943): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:871)
E/AndroidRuntime(14943): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime(14943): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime(14943): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(14943): at android.app.ActivityThread.main(ActivityThread.java:5221)
E/AndroidRuntime(14943): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(14943): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(14943): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
E/AndroidRuntime(14943): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
E/AndroidRuntime(14943): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.hardware.usb.UsbDeviceConnection.claimInterface(android.hardware.usb.UsbInterface, boolean)' on a null object reference
E/AndroidRuntime(14943): at com.mantz_it.hackrf_android.Hackrf.sendUsbRequest(Hackrf.java:469)
E/AndroidRuntime(14943): at com.mantz_it.hackrf_android.Hackrf.getBoardID(Hackrf.java:505)
E/AndroidRuntime(14943): at com.mantz_it.rfanalyzer.HackrfSource.isOpen(HackrfSource.java:113)
E/AndroidRuntime(14943): at com.mantz_it.rfanalyzer.MainActivity.startAnalyzer(MainActivity.java:724)
E/AndroidRuntime(14943): at com.mantz_it.rfanalyzer.MainActivity.onIQSourceReady(MainActivity.java:421)
E/AndroidRuntime(14943): at com.mantz_it.rfanalyzer.HackrfSource.onHackrfReady(HackrfSource.java:99)
E/AndroidRuntime(14943): at com.mantz_it.hackrf_android.Hackrf$1.onReceive(Hackrf.java:202)
E/AndroidRuntime(14943): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:861)
E/AndroidRuntime(14943): ... 8 more
W/ActivityManager( 1378): Force finishing activity com.mantz_it.rfanalyzer/.MainActivity
W/ContextImpl( 1378): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1321 com.android.server.usb.UsbSettingsManager.deviceAttached:741 com.android.server.usb.UsbHostManager.endUsbDeviceAdded:286 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:47
I/OpenGLRenderer( 1378): Initialized EGL, version 1.4
I/art ( 1378): Background partial concurrent mark sweep GC freed 10113(655KB) AllocSpace objects, 11(12MB) LOS objects, 26% free, 44MB/60MB, paused 1.052ms total 111.381ms
W/ActivityManager( 1378): Activity pause timeout for ActivityRecord{1afa49bd u0 com.mantz_it.rfanalyzer/.MainActivity t351 f}
D/WifiService( 1378): acquireWifiLockLocked: WifiLock{Firepaper type=1 [email protected]}
D/WifiService( 1378): releaseWifiLockLocked: WifiLock{Firepaper type=1 [email protected]}
D/TaskPersister( 1378): removeObsoleteFile: deleting file=352_task_thumbnail.png
Kernel Log:
Code:
<6>[ 103.778733] usb 3-1.4: reset high-speed USB device number 6 using tegra-ehci
<6>[ 103.901440] usb 3-1.4: USB disconnect, device number 6
<6>[ 103.998737] usb 3-1.4: new high-speed USB device number 7 using tegra-ehci
<6>[ 104.109981] usb 3-1.4: New USB device found, idVendor=1d50, idProduct=6089
<6>[ 104.110017] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 104.110029] usb 3-1.4: Product: HackRF One
<6>[ 104.110038] usb 3-1.4: Manufacturer: Great Scott Gadgets
<6>[ 144.698651] usb 3-1.4: reset high-speed USB device number 7 using tegra-ehci
<6>[ 144.810814] usb 3-1.4: USB disconnect, device number 7
<6>[ 144.908648] usb 3-1.4: new high-speed USB device number 8 using tegra-ehci
<6>[ 145.019949] usb 3-1.4: New USB device found, idVendor=1d50, idProduct=6089
<6>[ 145.019973] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 145.019984] usb 3-1.4: Product: HackRF One
<6>[ 145.019993] usb 3-1.4: Manufacturer: Great Scott Gadgets
Hi,
I have xiaomi davinci and i build my own version of lineage os 17.1 ROM. I'm able now to produce ROM which is passing safetynet by default without any additional applications. I mostly used what was already done so i used for example this repo https://github.com/LineageOS/android_device_xiaomi_davinci/tree/lineage-17.1 . The next thing which i want to do is fixing slow motion in this ROM. Do you have any hints where should i start? I don't see anything interesting in logcat logs.
11-07 12:09:34.885 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=74:ea:ab:74:5a:2a
11-07 12:09:34.885 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=74:ea:ab:74:5a:2a
11-07 12:09:34.885 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(2052)] Waiting for scan response 74:ea:ab:74:5a:2a
11-07 12:09:34.886 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=74:ea:ab:74:5a:2a
11-07 12:09:34.886 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=74:ea:ab:74:5a:2a
11-07 12:09:34.886 2198 2923 V bt_stack: [VERBOSE1:btm_inq.cc(1019)] BTM_InqDbRead: bd addr 74:ea:ab:74:5a:2a
11-07 12:09:34.887 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:34.888 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:34.899 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:34.924 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=4e:80:59:6c:45:a9
11-07 12:09:34.925 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=4e:80:59:6c:45:a9
11-07 12:09:34.925 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(2052)] Waiting for scan response 4e:80:59:6c:45:a9
11-07 12:09:34.925 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=4e:80:59:6c:45:a9
11-07 12:09:34.925 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=4e:80:59:6c:45:a9
11-07 12:09:34.925 2198 2923 V bt_stack: [VERBOSE1:btm_inq.cc(1019)] BTM_InqDbRead: bd addr 4e:80:59:6c:45:a9
11-07 12:09:34.936 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:34.939 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:34.941 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:34.952 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:34.964 738 2920 I [email protected]_handler: ProcessIbsCmd: Received IBS_SLEEP_IND: 0xFE
11-07 12:09:34.964 738 2920 D [email protected]_handler: SerialClockVote: vote for UART CLK OFF
11-07 12:09:34.985 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:34.990 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:34.992 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.002 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.039 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.041 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.042 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.051 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.084 2740 28962 I BlueskyManager: Successfully logged test code: 12
11-07 12:09:35.090 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.093 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.095 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.114 738 2709 D [email protected]_lock: Release wakelock is released
11-07 12:09:35.125 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.136 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.139 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.140 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.150 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.187 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.190 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.191 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.200 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.239 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.244 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.246 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.255 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.291 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.295 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.297 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.306 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.338 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.342 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.343 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.352 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.390 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.392 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.394 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.404 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.440 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.443 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.444 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.446 738 2920 I [email protected]_handler: ProcessIbsCmd: Received IBS_WAKE_IND: 0xFD
11-07 12:09:35.446 738 2920 D [email protected]_handler: SerialClockVote: vote for UART CLK ON
11-07 12:09:35.447 738 2920 D [email protected]_lock: Acquire wakelock is acquired
11-07 12:09:35.447 738 2920 I [email protected]_handler: ProcessIbsCmd: Writing IBS_WAKE_ACK
11-07 12:09:35.448 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=74:ea:ab:74:5a:2a
11-07 12:09:35.448 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=74:ea:ab:74:5a:2a
11-07 12:09:35.448 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(2052)] Waiting for scan response 74:ea:ab:74:5a:2a
11-07 12:09:35.448 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=74:ea:ab:74:5a:2a
11-07 12:09:35.448 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=74:ea:ab:74:5a:2a
11-07 12:09:35.448 2198 2923 V bt_stack: [VERBOSE1:btm_inq.cc(1019)] BTM_InqDbRead: bd addr 74:ea:ab:74:5a:2a
11-07 12:09:35.455 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.488 738 2920 I [email protected]_handler: ProcessIbsCmd: Received IBS_SLEEP_IND: 0xFE
11-07 12:09:35.488 738 2920 D [email protected]_handler: SerialClockVote: vote for UART CLK OFF
11-07 12:09:35.490 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.493 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.494 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.504 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.540 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.543 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.545 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.555 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.592 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.595 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.597 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.606 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.638 738 2709 D [email protected]_lock: Release wakelock is released
11-07 12:09:35.643 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.647 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.649 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.656 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.696 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.699 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.700 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.708 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.743 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.746 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.747 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.755 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.793 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.796 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.798 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.808 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.843 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.847 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.848 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.858 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.894 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.897 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.899 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.909 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.945 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:35.948 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.949 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:35.960 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:35.968 738 2920 I [email protected]_handler: ProcessIbsCmd: Received IBS_WAKE_IND: 0xFD
11-07 12:09:35.968 738 2920 D [email protected]_handler: SerialClockVote: vote for UART CLK ON
11-07 12:09:35.969 738 2920 D [email protected]_lock: Acquire wakelock is acquired
11-07 12:09:35.969 738 2920 I [email protected]_handler: ProcessIbsCmd: Writing IBS_WAKE_ACK
11-07 12:09:35.970 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=4e:80:59:6c:45:a9
11-07 12:09:35.970 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=4e:80:59:6c:45:a9
11-07 12:09:35.970 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(2052)] Waiting for scan response 4e:80:59:6c:45:a9
11-07 12:09:35.970 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=4e:80:59:6c:45:a9
11-07 12:09:35.970 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=4e:80:59:6c:45:a9
11-07 12:09:35.970 2198 2923 V bt_stack: [VERBOSE1:btm_inq.cc(1019)] BTM_InqDbRead: bd addr 4e:80:59:6c:45:a9
11-07 12:09:35.972 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=74:ea:ab:74:5a:2a
11-07 12:09:35.972 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=74:ea:ab:74:5a:2a
11-07 12:09:35.972 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(2052)] Waiting for scan response 74:ea:ab:74:5a:2a
11-07 12:09:35.973 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=74:ea:ab:74:5a:2a
11-07 12:09:35.973 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=74:ea:ab:74:5a:2a
11-07 12:09:35.973 2198 2923 V bt_stack: [VERBOSE1:btm_inq.cc(1019)] BTM_InqDbRead: bd addr 74:ea:ab:74:5a:2a
11-07 12:09:35.997 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.000 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.002 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.012 738 2920 I [email protected]_handler: ProcessIbsCmd: Received IBS_SLEEP_IND: 0xFE
11-07 12:09:36.012 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.012 738 2920 D [email protected]_handler: SerialClockVote: vote for UART CLK OFF
11-07 12:09:36.046 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.049 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.050 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.059 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.076 2740 28962 I BlueskyManager: Successfully logged test code: 12
11-07 12:09:36.096 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.099 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.100 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.107 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.146 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.149 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.151 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.160 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.162 738 2709 D [email protected]_lock: Release wakelock is released
11-07 12:09:36.197 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.200 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.202 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.212 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.247 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.250 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.251 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.265 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.265 738 2920 I [email protected]_handler: ProcessIbsCmd: Received IBS_WAKE_IND: 0xFD
11-07 12:09:36.265 738 2920 D [email protected]_handler: SerialClockVote: vote for UART CLK ON
11-07 12:09:36.266 738 2920 D [email protected]_lock: Acquire wakelock is acquired
11-07 12:09:36.266 738 2920 I [email protected]_handler: ProcessIbsCmd: Writing IBS_WAKE_ACK
11-07 12:09:36.267 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=74:ea:ab:74:5a:2a
11-07 12:09:36.267 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=74:ea:ab:74:5a:2a
11-07 12:09:36.268 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(2052)] Waiting for scan response 74:ea:ab:74:5a:2a
11-07 12:09:36.268 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=74:ea:ab:74:5a:2a
11-07 12:09:36.268 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=74:ea:ab:74:5a:2a
11-07 12:09:36.268 2198 2923 V bt_stack: [VERBOSE1:btm_inq.cc(1019)] BTM_InqDbRead: bd addr 74:ea:ab:74:5a:2a
11-07 12:09:36.301 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.304 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.305 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.312 738 2920 I [email protected]_handler: ProcessIbsCmd: Received IBS_SLEEP_IND: 0xFE
11-07 12:09:36.312 738 2920 D [email protected]_handler: SerialClockVote: vote for UART CLK OFF
11-07 12:09:36.314 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.349 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.352 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.353 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.364 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.400 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.404 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.404 1548 2099 E LightsService: Light requested not available on this device. 2
11-07 12:09:36.405 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.414 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.449 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.452 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.454 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.463 738 2709 D [email protected]_lock: Release wakelock is released
11-07 12:09:36.463 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.500 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.503 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.504 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.511 27467 27467 D ProgressCont: enabled=false, visible=false
11-07 12:09:36.511 748 815 I sensors-hal: batch:180, android.sensor.accelerometer/54, period=20000000, max_latency=200000000
11-07 12:09:36.511 748 815 I sensors-hal: batch:189, android.sensor.accelerometer/54, period=20000000, max_latency=200000000 request completed
11-07 12:09:36.512 748 815 I sensors-hal: activate:147, android.sensor.magnetic_field/28 en=0
11-07 12:09:36.513 748 815 I sensors-hal: activate:158, android.sensor.magnetic_field/28 en=0 completed
11-07 12:09:36.515 27467 27467 I CAM_OneCamera-1: Closing one camera.
11-07 12:09:36.515 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.516 804 820 I /vendor/bin/adsprpcd: vendor/qcom/proprietary/commonsys-intf/adsprpc/src/apps_std_imp.c:722: Successfully opened file /mnt/vendor/persist/sensors/registry/temp.json
11-07 12:09:36.517 27467 27467 W CAM_OneCamera-1: CameraDevice closed.
11-07 12:09:36.517 27467 27467 I CAM_OneCamera-1: OneCamera closed.
11-07 12:09:36.518 27467 9540 W CAM2PORT_AndCamAgntImp: Releasing camera without any camera opened.
11-07 12:09:36.518 27467 27467 I CAM_CameraActivity: Change Capture Mode fromHOTO to:VIDEO_HFR with camera 0
11-07 12:09:36.518 27467 27467 I CAM_SimpleModuleAgent: Creating module: VideoHfrModule
11-07 12:09:36.521 804 820 I /vendor/bin/adsprpcd: vendor/qcom/proprietary/commonsys-intf/adsprpc/src/apps_std_imp.c:722: Successfully opened file /mnt/vendor/persist/sensors/registry/temp.json
11-07 12:09:36.524 27467 27467 I CAM_CdrCharacteristics: checkResolutionListOrder: [FPS_240] = []
11-07 12:09:36.524 27467 27467 I CAM_CdrCharacteristics: checkResolutionListOrder: [FPS_60] = []
11-07 12:09:36.524 27467 27467 I CAM_CdrCharacteristics: checkResolutionListOrder: [FPS_30] = [RES_1080P, RES_720P, RES_480P, RES_CIF, RES_QVGA, RES_QCIF]
11-07 12:09:36.524 27467 27467 I CAM_CdrCharacteristics: checkResolutionListOrder: [FPS_120] = []
11-07 12:09:36.531 27467 27467 I CAM_CameraDeviceMgr: Attaching to already open Camera: 0
11-07 12:09:36.531 27467 27467 I CAM_Instrumentation: CameraDevice: Open duration: 0ms
11-07 12:09:36.532 27467 27467 E InputEventReceiver: Exception dispatching input event.
11-07 12:09:36.532 27467 27467 E MessageQueue-JNI: Exception in MessageQueue callback: handleReceiveCallback
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: java.lang.IllegalStateException
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at id.b(PG:155)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at cyu.a(PG:35)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at cxk.a(PG:65)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at cxx.a(PG:94)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at cxx.e(PG:84)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at bqv.b(PG:1042)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at bqv.b(PG:738)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at bqv.a(PG:711)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at epj.b(PG:232)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at fbt.onItemClick(PG:66)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.widget.AdapterView.performItemClick(AdapterView.java:330)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.widget.AbsListView.performItemClick(AbsListView.java:1190)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.widget.AbsListView$PerformClick.run(AbsListView.java:3198)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.widget.AbsListView.onTouchUp(AbsListView.java:4128)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.widget.AbsListView.onTouchEvent(AbsListView.java:3886)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.View.dispatchTouchEvent(View.java:13953)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3054)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2741)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at com.android.internal.policy.DecorView.superDispatchTouchEvent(DecorView.java:465)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1849)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.app.Activity.dispatchTouchEvent(Activity.java:4011)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at foc.dispatchTouchEvent(PG:171)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at com.android.internal.policy.DecorView.dispatchTouchEvent(DecorView.java:423)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.View.dispatchPointerEvent(View.java:14212)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:5649)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:5452)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4955)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5008)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4974)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:5114)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4982)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:5171)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4955)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5008)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4974)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4982)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4955)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:7672)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:7641)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:7602)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:7797)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:188)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.os.MessageQueue.nativePollOnce(Native Method)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.os.MessageQueue.next(MessageQueue.java:336)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.os.Looper.loop(Looper.java:174)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at android.app.ActivityThread.main(ActivityThread.java:7356)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at java.lang.reflect.Method.invoke(Native Method)
11-07 12:09:36.533 27467 27467 E MessageQueue-JNI: at com.android.internal.os.RuntimeIni
11-07 12:09:36.533 27467 27467 D AndroidRuntime: Shutting down VM
11-07 12:09:36.533 27467 27467 E AndroidRuntime: FATAL EXCEPTION: main
11-07 12:09:36.533 27467 27467 E AndroidRuntime: Process: com.google.android.GoogleCamera, PID: 27467
11-07 12:09:36.533 27467 27467 E AndroidRuntime: java.lang.IllegalStateException
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at id.b(PG:155)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at cyu.a(PG:35)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at cxk.a(PG:65)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at cxx.a(PG:94)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at cxx.e(PG:84)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at bqv.b(PG:1042)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at bqv.b(PG:738)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at bqv.a(PG:711)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at epj.b(PG:232)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at fbt.onItemClick(PG:66)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java:330)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java:1190)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java:3198)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.widget.AbsListView.onTouchUp(AbsListView.java:4128)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.widget.AbsListView.onTouchEvent(AbsListView.java:3886)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.View.dispatchTouchEvent(View.java:13953)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3054)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2741)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3060)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2755)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at com.android.internal.policy.DecorView.superDispatchTouchEvent(DecorView.java:465)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1849)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.app.Activity.dispatchTouchEvent(Activity.java:4011)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at foc.dispatchTouchEvent(PG:171)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at com.android.internal.policy.DecorView.dispatchTouchEvent(DecorView.java:423)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.View.dispatchPointerEvent(View.java:14212)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:5649)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:5452)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4955)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5008)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4974)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:5114)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4982)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:5171)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4955)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5008)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4974)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4982)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4955)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:7672)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:7641)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:7602)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:7797)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:188)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.os.MessageQueue.nativePollOnce(Native Method)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.os.MessageQueue.next(MessageQueue.java:336)
11-07 12:09:36.533 27467 27467 E AndroidRuntime: at android.os.Looper.loop(Looper.java:174)
11-07 12:09:36.534 27467 27467 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7356)
11-07 12:09:36.534 27467 27467 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
11-07 12:09:36.534 27467 27467 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
11-07 12:09:36.534 27467 27467 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:940)
11-07 12:09:36.541 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.544 1548 10187 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
11-07 12:09:36.544 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.545 739 1490 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.545 1548 1617 W ActivityTaskManager: Force finishing activity com.google.android.GoogleCamera/com.android.camera.CameraLauncher
11-07 12:09:36.555 1548 7083 E BufferQueueProducer: [unnamed-1548-20] setMaxDequeuedBufferCount: 2 dequeued buffers would exceed the maxBufferCount (2) (maxAcquired 1 async 0 mDequeuedBufferCannotBlock 0)
11-07 12:09:36.555 1548 7083 E Surface : IGraphicBufferProducer::setBufferCount(3) returned Invalid argument
11-07 12:09:36.556 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.582 1548 1712 I ActivityManager: Showing crash dialog for package com.google.android.GoogleCamera u0
11-07 12:09:36.585 1548 1745 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
11-07 12:09:36.586 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.592 1548 1745 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
11-07 12:09:36.594 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.595 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.606 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.623 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.629 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.632 739 1491 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.642 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.664 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.668 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.670 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.682 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.691 8822 8853 E gf_ErrorReportUtil: Error trying to add app version info for com.google.android.webview [CONTEXT service_id=29 ]
11-07 12:09:36.702 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.706 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.709 739 1494 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.718 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.742 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper3 Attempting to get metadata count for tag 80a80001 when unpublished
11-07 12:09:36.750 739 1493 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper1 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.752 739 1492 E CamX : [ERROR][CORE ] camxnode.cpp:2759 GetDataCountFromPipeline() Node::ZSLPreviewRaw_ChiNodeWrapper6 Attempting to get metadata count for tag 80690004 when unpublished
11-07 12:09:36.761 27467 9579 W CameraMetadataJV: Expect face scores and rectangles to be non-null
11-07 12:09:36.874 2740 2740 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentInternalBoundBrokerService }
11-07 12:09:36.983 738 2920 I [email protected]_handler: ProcessIbsCmd: Received IBS_WAKE_IND: 0xFD
11-07 12:09:36.983 738 2920 D [email protected]_handler: SerialClockVote: vote for UART CLK ON
11-07 12:09:36.983 738 2920 D [email protected]_lock: Acquire wakelock is acquired
11-07 12:09:36.983 738 2920 I [email protected]_handler: ProcessIbsCmd: Writing IBS_WAKE_ACK
11-07 12:09:36.984 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=74:ea:ab:74:5a:2a
11-07 12:09:36.984 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=74:ea:ab:74:5a:2a
11-07 12:09:36.984 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(2052)] Waiting for scan response 74:ea:ab:74:5a:2a
11-07 12:09:36.984 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=4e:80:59:6c:45:a9
11-07 12:09:36.984 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=4e:80:59:6c:45:a9
11-07 12:09:36.984 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(2052)] Waiting for scan response 4e:80:59:6c:45:a9
11-07 12:09:36.984 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1923)] btm_ble_process_ext_adv_pkt: bda=4e:80:59:6c:45:a9
11-07 12:09:36.984 2198 2923 V bt_stack: [VERBOSE1:btm_ble_gap.cc(1847)] btm_ble_process_adv_addr: bda=4e:80:59:6c:45:a9
11-07 12:09:36.984 2198 2923 V bt_stack: [VERBOSE1:btm_inq.cc(1019)] BTM_InqDbRead: bd addr 4e:80:59:6c:45:a9
11-07 12:09:37.024 738 2920 I [email protected]_handler: ProcessIbsCmd: Received IBS_SLEEP_IND: 0xFE
11-07 12:09:37.024 738 2920 D [email protected]_handler: SerialClockVote: vote for UART CLK OFF
11-07 12:09:37.047 1548 1715 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{f30d4ef u0 com.google.android.GoogleCamera/com.android.camera.CameraLauncher t67 f}
11-07 12:09:37.066 1548 1715 W ActivityTaskManager: Activity pause timeout for ActivityRecord{f30d4ef u0 com.google.android.GoogleCamera/com.android.camera.CameraLauncher t67 f}
11-07 12:09:37.080 2740 28962 I BlueskyManager: Successfully logged test code: 12
11-07 12:09:37.114 2221 2221 D ImageWallpaper: wallpaper visibility changes to: true
11-07 12:09:37.138 7474 7516 W InstanceID: Instance ID SDK is deprecated, com.android.chrome should update to use Firebase Instance ID
11-07 12:09:37.174 738 2709 D [email protected]_lock: Release wakelock is released
11-07 12:09:37.178 744 744 I LocSvc_GnssInterface: ===> stop line 291
11-07 12:09:37.178 744 836 I LocSvc_api_v02: ---> locClientSendReq line 2335 QMI_LOC_STOP_REQ_V02
11-07 12:09:37.181 3836 4005 W A : Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small.
11-07 12:09:37.185 744 1443 I LocSvc_ApiV02: <--- globalEventCb line 185 QMI_LOC_EVENT_ENGINE_STATE_IND_V02
11-07 12:09:37.185 744 836 I LocSvc_api_v02: ---> locClientSendReq line 2335 QMI_LOC_REG_EVENTS_REQ_V02
11-07 12:09:37.210 1548 2979 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutorImpl$EmptyService (has extras) } to com.google.android.apps.messaging/.shared.datamodel.action.execution.ActionExecutorImpl$EmptyService from pid=29939 uid=10113 pkg=com.google.android.apps.messaging startFg?=false
11-07 12:09:37.231 3836 3836 I BgTaskExecutorImpl: Starting EXCLUSIVE background task TNG_MINUS_ONE_SYNC.
11-07 12:09:37.231 3836 3836 I BgTaskExecutorImpl: Starting EXCLUSIVE background task TNG_VOICE_SEARCH_SYNC.
11-07 12:09:37.237 3836 4005 I TngMinusOneSync: Syncing TNG:-1
11-07 12:09:37.238 3836 4005 I TngVoiceSearchSync: Syncing TNG:VoiceSearch
Click to expand...
Click to collapse