Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

NFC with Yubikey works unreliably on FP3

  • /e/ version: 0.9-p-2020070161107-dev-FP3
  • Device model: FP3
  • When it started to occur: After updating to latest /e/ release
  • Reproducible with the last /e/ version: yes
  • Reproducible with LineageOS: did not try

Summary

With the latest /e/ release, the NFC behaviour is quite unstable when using a Yubikey security key. The NFC scan process is executed repeatedly when placing the NFC key to the NFC spot. It seems that the scan process is aborted most of the times before it can finish. This makes the use of the Yubikey security key together with apps like OpenKeyChain frustrating.

  • The device is unusable
  • The bug is the source of a data loss or a big waste of time
  • The bug concerns a third-party application
  • The bug concerns security
  • The bug concerns privacy

The problem

Steps to reproduce

Open a gpg-encrypted file with OpenKeyChain. OpenKeyChain will begin to decrypt and asks for Yubikey. Place Yubikey to NFC spot.

What is the current behavior?

When placing the Yubikey to the NFC spot, one of the following actions happens:

  • Success.
  • OpenKeyChain prints success message but stops reacting.
  • NFC tag is scanned repeatedly, OpenKeyChain gives feedback “Security tag was removed too early”.
  • NFC tag is scanned repeatedly, OpenKeyChain stops reacting, NFC device settings cannot be opened until apps are closed again.

What is the expected correct behavior?

NFC key should be scanned properly and only once per touch.

Technical informations

Relevant logs (adb logcat)

--------- beginning of crash
07-02 18:11:41.264  2671  7679 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 7679 (applyRouting), pid 2671 (com.android.nfc)
07-02 18:11:41.404  7688  7688 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-02 18:11:41.404  7688  7688 F DEBUG   : LineageOS Version: '0.9-p-2020070161107-dev-FP3'
07-02 18:11:41.404  7688  7688 F DEBUG   : Build fingerprint: 'Fairphone/FP3/FP3:9/8901.2.A.0120.20200421/04211500:user/release-keys'
07-02 18:11:41.404  7688  7688 F DEBUG   : Revision: '0'
07-02 18:11:41.404  7688  7688 F DEBUG   : ABI: 'arm64'
07-02 18:11:41.404  7688  7688 F DEBUG   : pid: 2671, tid: 7679, name: applyRouting  >>> com.android.nfc <<<
07-02 18:11:41.404  7688  7688 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-02 18:11:41.404  7688  7688 F DEBUG   : Abort message: 'jni_internal.cc:616] JNI FatalError called: applyRouting'
07-02 18:11:41.404  7688  7688 F DEBUG   :     x0  0000000000000000  x1  0000000000001dff  x2  0000000000000006  x3  0000000000000008
07-02 18:11:41.404  7688  7688 F DEBUG   :     x4  00000077e121c000  x5  00000077e121c000  x6  00000077e121c000  x7  000000000006e93c
07-02 18:11:41.404  7688  7688 F DEBUG   :     x8  0000000000000083  x9  424663d3cb34545f  x10 fffffff87ffffbdf  x11 fffffffc7ffffbdf
07-02 18:11:41.404  7688  7688 F DEBUG   :     x12 ffffffffffff8000  x13 ffffffffa101fc50  x14 000000002da12073  x15 ffffffffffffffff
07-02 18:11:41.404  7688  7688 F DEBUG   :     x16 00000077ddcb02a8  x17 00000077ddbee4dc  x18 000000773fd0b9d0  x19 0000000000000a6f
07-02 18:11:41.404  7688  7688 F DEBUG   :     x20 0000000000001dff  x21 0000000000000083  x22 0000007754e4b400  x23 0000007754e197d0
07-02 18:11:41.404  7688  7688 F DEBUG   :     x24 000000000000006e  x25 00000000ffffffff  x26 0000000000000012  x27 0000000000000005
07-02 18:11:41.404  7688  7688 F DEBUG   :     x28 000000775b51a2a7  x29 000000773fd0c740
07-02 18:11:41.404  7688  7688 F DEBUG   :     sp  000000773fd0c700  lr  00000077ddbe2e00  pc  00000077ddbe2e20
07-02 18:11:41.417  7688  7688 F DEBUG   : 
07-02 18:11:41.417  7688  7688 F DEBUG   : backtrace:
07-02 18:11:41.417  7688  7688 F DEBUG   :     #00 pc 0000000000021e20  /system/lib64/libc.so (abort+112)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #01 pc 000000000046dc10  /system/lib64/libart.so (art::Runtime::Abort(char const*)+1208)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #02 pc 0000000000008d08  /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+720)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #03 pc 0000000000332c64  /system/lib64/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+196)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #04 pc 000000000001b638  /system/lib64/libnfc_nci_jni.so (android::nfcManager_doAbort(_JNIEnv*, _jobject*, _jstring*)+48)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #05 pc 000000000000adb8  /data/dalvik-cache/arm64/system@app@NfcNci@NfcNci.apk@classes.dex (offset 0xa000) (com.android.nfc.dhimpl.NativeNfcManager.doDump [DEDUPED]+152)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #06 pc 0000000000560388  /system/lib64/libart.so (art_quick_invoke_stub+584)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #07 pc 00000000000cf6b8  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #08 pc 0000000000282b3c  /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #09 pc 000000000027cbec  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+960)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #10 pc 0000000000530a90  /system/lib64/libart.so (MterpInvokeInterface+1376)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #11 pc 0000000000552c14  /system/lib64/libart.so (ExecuteMterpImpl+14740)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #12 pc 00000000000f5f42  /data/dalvik-cache/arm64/system@app@NfcNci@NfcNci.apk@classes.vdex (com.android.nfc.NfcService$WatchDogThread.run+100)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #13 pc 0000000000256d4c  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2287842835+488)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #14 pc 0000000000520304  /system/lib64/libart.so (artQuickToInterpreterBridge+944)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #15 pc 00000000005694fc  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #16 pc 0000000000560388  /system/lib64/libart.so (art_quick_invoke_stub+584)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #17 pc 00000000000cf6b8  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #18 pc 0000000000466224  /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #19 pc 0000000000467328  /system/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue*)+424)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #20 pc 00000000004926e0  /system/lib64/libart.so (art::Thread::CreateCallback(void*)+1116)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #21 pc 0000000000085bb8  /system/lib64/libc.so (__pthread_start(void*)+36)
07-02 18:11:41.417  7688  7688 F DEBUG   :     #22 pc 00000000000236f8  /system/lib64/libc.so (__start_thread+68)
--------- beginning of system
07-02 18:14:54.484  1263  7695 I chatty  : uid=1000(system) Binder:1263_19 expire 158 lines
07-02 18:22:15.156  7698  9207 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 9207 (applyRouting), pid 7698 (com.android.nfc)
07-02 18:22:15.291  9216  9216 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-02 18:22:15.291  9216  9216 F DEBUG   : LineageOS Version: '0.9-p-2020070161107-dev-FP3'
07-02 18:22:15.291  9216  9216 F DEBUG   : Build fingerprint: 'Fairphone/FP3/FP3:9/8901.2.A.0120.20200421/04211500:user/release-keys'
07-02 18:22:15.291  9216  9216 F DEBUG   : Revision: '0'
07-02 18:22:15.291  9216  9216 F DEBUG   : ABI: 'arm64'
07-02 18:22:15.292  9216  9216 F DEBUG   : pid: 7698, tid: 9207, name: applyRouting  >>> com.android.nfc <<<
07-02 18:22:15.292  9216  9216 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-02 18:22:15.292  9216  9216 F DEBUG   : Abort message: 'jni_internal.cc:616] JNI FatalError called: applyRouting'
07-02 18:22:15.292  9216  9216 F DEBUG   :     x0  0000000000000000  x1  00000000000023f7  x2  0000000000000006  x3  0000000000000008
07-02 18:22:15.292  9216  9216 F DEBUG   :     x4  000000775b800960  x5  000000775b800960  x6  000000775b800960  x7  0000000000000005
07-02 18:22:15.292  9216  9216 F DEBUG   :     x8  0000000000000083  x9  424663d3cb34545f  x10 fffffff87ffffbdf  x11 fffffffc7ffffbdf
07-02 18:22:15.292  9216  9216 F DEBUG   :     x12 0000000000ffef17  x13 000000004ef7c715  x14 00000000dbfba03c  x15 00000000a4f9a48f
07-02 18:22:15.292  9216  9216 F DEBUG   :     x16 00000077ddcb02a8  x17 00000077ddbee4dc  x18 000000002bfffc64  x19 0000000000001e12
07-02 18:22:15.292  9216  9216 F DEBUG   :     x20 00000000000023f7  x21 0000000000000083  x22 0000007754e2ec00  x23 000000775b6e86e0
07-02 18:22:15.292  9216  9216 F DEBUG   :     x24 000000000000006e  x25 00000000ffffffff  x26 0000000000000012  x27 0000000000000005
07-02 18:22:15.292  9216  9216 F DEBUG   :     x28 000000775b51a2a7  x29 000000774030e740
07-02 18:22:15.292  9216  9216 F DEBUG   :     sp  000000774030e700  lr  00000077ddbe2e00  pc  00000077ddbe2e20
07-02 18:22:15.306  9216  9216 F DEBUG   : 
07-02 18:22:15.306  9216  9216 F DEBUG   : backtrace:
07-02 18:22:15.306  9216  9216 F DEBUG   :     #00 pc 0000000000021e20  /system/lib64/libc.so (abort+112)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #01 pc 000000000046dc10  /system/lib64/libart.so (art::Runtime::Abort(char const*)+1208)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #02 pc 0000000000008d08  /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+720)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #03 pc 0000000000332c64  /system/lib64/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+196)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #04 pc 000000000001b638  /system/lib64/libnfc_nci_jni.so (android::nfcManager_doAbort(_JNIEnv*, _jobject*, _jstring*)+48)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #05 pc 000000000000adb8  /data/dalvik-cache/arm64/system@app@NfcNci@NfcNci.apk@classes.dex (offset 0xa000) (com.android.nfc.dhimpl.NativeNfcManager.doDump [DEDUPED]+152)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #06 pc 0000000000560388  /system/lib64/libart.so (art_quick_invoke_stub+584)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #07 pc 00000000000cf6b8  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #08 pc 0000000000282b3c  /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #09 pc 000000000027cbec  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+960)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #10 pc 0000000000530a90  /system/lib64/libart.so (MterpInvokeInterface+1376)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #11 pc 0000000000552c14  /system/lib64/libart.so (ExecuteMterpImpl+14740)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #12 pc 00000000000f5f42  /data/dalvik-cache/arm64/system@app@NfcNci@NfcNci.apk@classes.vdex (com.android.nfc.NfcService$WatchDogThread.run+100)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #13 pc 0000000000256d4c  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2287842835+488)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #14 pc 0000000000520304  /system/lib64/libart.so (artQuickToInterpreterBridge+944)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #15 pc 00000000005694fc  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #16 pc 0000000000560388  /system/lib64/libart.so (art_quick_invoke_stub+584)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #17 pc 00000000000cf6b8  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #18 pc 0000000000466224  /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #19 pc 0000000000467328  /system/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue*)+424)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #20 pc 00000000004926e0  /system/lib64/libart.so (art::Thread::CreateCallback(void*)+1116)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #21 pc 0000000000085bb8  /system/lib64/libc.so (__pthread_start(void*)+36)
07-02 18:22:15.306  9216  9216 F DEBUG   :     #22 pc 00000000000236f8  /system/lib64/libc.so (__start_thread+68)
07-02 18:22:15.766  1263  7374 I chatty  : uid=1000(system) Binder:1263_16 expire 82 lines
07-02 18:26:14.491  1263  9223 I chatty  : uid=1000(system) Binder:1263_1A expire 559 lines
07-02 18:26:31.057  1263  1579 I chatty  : uid=1000(system) NetworkStats expire 44 lines
07-02 18:43:54.607  1263  7225 I chatty  : uid=1000(system) Binder:1263_13 expire 512 lines
07-02 18:53:26.051  1263  1610 I chatty  : uid=1000(system) SyncManager expire 21 lines
07-02 18:56:13.476  1263  1299 I chatty  : uid=1000(system) Binder:1263_1 expire 576 lines
07-02 19:43:50.250   728   728 W wificond: No pno scan started
07-02 19:43:50.250   728   728 W wificond: Scheduled scan is not running!
07-02 19:43:50.660   728   728 I wificond: Unsubscribe scan result for interface with index: 25
07-02 19:43:50.793   628  2146 I android.hardware.wifi@1.0-service: Legacy HAL stop complete callback received
07-02 19:43:50.998   628   628 I android.hardware.wifi@1.0-service: Wifi HAL stopped
07-02 19:43:51.002  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 655 lines
07-02 19:43:51.028  1263  1588 I chatty  : uid=1000(system) WifiP2pService expire 3 lines
07-02 19:43:51.035  1263  1363 I chatty  : uid=1000(system) ActivityManager expire 3 lines
07-02 19:43:51.039  1263  1366 I chatty  : uid=1000(system) batterystats-wo expire 5 lines
07-02 19:43:51.101  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 31 lines
07-02 19:43:51.116   628   628 I android.hardware.wifi@1.0-service: Wifi HAL started
07-02 19:43:51.552  1263  4454 I chatty  : uid=1000(system) Binder:1263_D expire 87 lines
07-02 19:43:51.618   536   567 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'INTERFACE' not found
07-02 19:43:51.618   536   567 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'STATE' not found
07-02 19:43:51.618   536   567 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
07-02 19:43:51.618   536   567 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-02 19:43:51.688  1263  2049 I chatty  : uid=1000(system) Binder:1263_8 expire 12 lines
07-02 19:43:51.713  1263  7374 I chatty  : uid=1000(system) Binder:1263_16 expire 35 lines
07-02 19:43:51.742  1263  1299 I chatty  : uid=1000(system) Binder:1263_1 expire 14 lines
07-02 19:43:51.753  1263  7225 I chatty  : uid=1000(system) Binder:1263_13 expire 23 lines
07-02 19:43:52.003  1263  1263 I chatty  : uid=1000 system_server expire 27 lines
07-02 19:43:52.180  1263  1360 I chatty  : uid=1000(system) android.bg expire 2 lines
07-02 19:43:52.210   628   628 I android.hardware.wifi@1.0-service: Adding interface handle for p2p0
07-02 19:43:52.210   628   628 I android.hardware.wifi@1.0-service: Adding interface handle for wlan0
07-02 19:43:52.211   628   628 I android.hardware.wifi@1.0-service: Configured chip in mode 0
07-02 19:43:52.223   728   728 I wificond: create scanner for interface with index: 27
07-02 19:43:52.223   728   728 I wificond: subscribe scan result for interface with index: 27
07-02 19:43:52.225   728   728 E wificond: No Offload Service available
07-02 19:43:52.225   728   728 I wificond: Offload HAL not supported 
07-02 19:43:52.269  1263  7376 I chatty  : uid=1000(system) Binder:1263_17 expire 26 lines
07-02 19:43:52.269  1263  1379 I chatty  : uid=1000(system) android.display expire 1 line
07-02 19:43:57.082   728   728 I wificond: Unsubscribe scan result for interface with index: 27
07-02 19:43:57.199   628  9557 I android.hardware.wifi@1.0-service: Legacy HAL stop complete callback received
07-02 19:43:57.401   628   628 I android.hardware.wifi@1.0-service: Wifi HAL stopped
07-02 19:43:57.407   628   628 I android.hardware.wifi@1.0-service: Wifi HAL started
07-02 19:43:58.348   628   628 I android.hardware.wifi@1.0-service: Adding interface handle for p2p0
07-02 19:43:58.348   628   628 I android.hardware.wifi@1.0-service: Adding interface handle for wlan0
07-02 19:43:58.348   628   628 I android.hardware.wifi@1.0-service: Configured chip in mode 0
07-02 19:43:58.358   728   728 I wificond: create scanner for interface with index: 29
07-02 19:43:58.358   728   728 I wificond: subscribe scan result for interface with index: 29
07-02 19:43:58.359   728   728 E wificond: No Offload Service available
07-02 19:43:58.359   728   728 I wificond: Offload HAL not supported 
07-02 19:43:58.448   728   728 W wificond: No pno scan started
07-02 19:43:58.448   728   728 W wificond: Scheduled scan is not running!
07-02 19:43:58.770   728   728 I wificond: Regulatory domain changed to country: DE
07-02 19:43:58.771   728   728 I wificond: 2.4Ghz frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472
07-02 19:43:58.771   728   728 I wificond: 5Ghz non-DFS frequencies: 5745 5765 5785 5805 5825
07-02 19:43:58.771   728   728 I wificond: 5Ghz DFS frequencies: 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5720
07-02 19:43:59.622   728   728 W wificond: Scan is not started. Ignore abort request
07-02 19:43:59.942  1263  1584 I chatty  : uid=1000(system) WifiStateMachin expire 1 line
07-02 19:43:59.951  1263  2802 I chatty  : uid=1000(system) Binder:1263_B expire 31 lines
07-02 19:44:01.982   536   567 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'INTERFACE' not found
07-02 19:44:01.982   536   567 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'STATE' not found
07-02 19:44:01.982   536   567 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
07-02 19:44:01.982   536   567 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
07-02 19:44:01.992  1263  1750 I chatty  : uid=1000(system) Binder:1263_5 expire 4 lines
07-02 19:44:02.029  1263  2049 I chatty  : uid=1000(system) Binder:1263_8 expire 22 lines
07-02 19:44:02.191  1263  1912 I chatty  : uid=1000(system) Binder:1263_7 expire 26 lines
07-02 19:44:02.238  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 845 lines
07-02 19:44:02.260  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 23 lines
07-02 19:44:21.688  1263  9223 I chatty  : uid=1000(system) Binder:1263_1A expire 26 lines
07-02 19:44:22.654  1263  1582 I chatty  : uid=1000(system) tworkPolicy.uid expire 2 lines
07-02 19:45:34.787  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 163 lines
07-02 19:45:40.753  1263  1263 I chatty  : uid=1000 system_server expire 8 lines
07-02 19:45:42.628  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 26 lines
07-02 19:45:45.051  1263  1362 I chatty  : uid=1000(system) android.ui expire 6 lines
07-02 19:45:47.514  1263  9223 I chatty  : uid=1000(system) Binder:1263_1A expire 3 lines
07-02 19:45:47.522  1263  1912 I chatty  : uid=1000(system) Binder:1263_7 expire 3 lines
07-02 19:45:50.315  1263  1376 I chatty  : uid=1000(system) android.fg expire 2 lines
07-02 19:45:50.393  1263  1568 I chatty  : uid=1000(system) InputDispatcher expire 1 line
07-02 19:45:50.973  1263  5083 I chatty  : uid=1000(system) Binder:1263_10 expire 58 lines
07-02 19:46:00.924  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 40 lines
07-02 19:46:02.802  1263  1568 I chatty  : uid=1000(system) InputDispatcher expire 3 lines
07-02 19:46:03.173  1263  9223 I chatty  : uid=1000(system) Binder:1263_1A expire 24 lines
07-02 19:46:03.188  1263  2802 I chatty  : uid=1000(system) Binder:1263_B expire 9 lines
07-02 19:46:03.189  1263  1379 I chatty  : uid=1000(system) android.display expire 1 line
07-02 19:46:05.768  1263  1376 I chatty  : uid=1000(system) android.fg expire 3 lines
07-02 19:46:07.597  1263  1299 I chatty  : uid=1000(system) Binder:1263_1 expire 14 lines
07-02 19:46:09.060  1263  1363 I chatty  : uid=1000(system) ActivityManager expire 1 line
07-02 19:46:10.848  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 285 lines
07-02 19:46:14.676  1263  9223 I chatty  : uid=1000(system) Binder:1263_1A expire 10 lines
07-02 19:46:14.742  1263  1299 I chatty  : uid=1000(system) Binder:1263_1 expire 7 lines
07-02 19:46:16.211  1263  2802 I chatty  : uid=1000(system) Binder:1263_B expire 3 lines
07-02 19:46:16.212  1263  1379 I chatty  : uid=1000(system) android.display expire 2 lines
07-02 19:46:16.863  1263  1376 I chatty  : uid=1000(system) android.fg expire 4 lines
07-02 19:46:16.880  1263  1912 I chatty  : uid=1000(system) Binder:1263_7 expire 6 lines
07-02 19:46:16.889  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 47 lines
07-02 19:46:16.901  1263  1582 I chatty  : uid=1000(system) tworkPolicy.uid expire 4 lines
07-02 19:46:17.024  1263 10162 I chatty  : uid=1000(system) Binder:1263_1C expire 13 lines
07-02 19:46:31.137  1263  1568 I chatty  : uid=1000(system) InputDispatcher expire 2 lines
07-02 19:46:31.715  1263  7374 I chatty  : uid=1000(system) Binder:1263_16 expire 13 lines
07-02 19:46:42.472  1263  3342 I chatty  : uid=1000(system) Binder:1263_C expire 1 line
07-02 19:46:42.472  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 8 lines
07-02 19:46:51.525  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 119 lines
07-02 19:47:00.006  1263  1263 I chatty  : uid=1000 system_server expire 40 lines
07-02 19:47:00.011  1263 10162 I chatty  : uid=1000(system) Binder:1263_1C expire 38 lines
07-02 19:47:00.306  1263  1363 I chatty  : uid=1000(system) ActivityManager expire 1 line
07-02 19:47:00.424 10223 10223 I ActivityThread: handleStopService: token=android.os.BinderProxy@9b31669 not found.
07-02 19:47:00.523  1263  1912 I chatty  : uid=1000(system) Binder:1263_7 expire 4 lines
07-02 19:47:38.337  1263  1381 I chatty  : uid=1000(system) PowerManagerSer expire 8 lines
07-02 19:47:38.928  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 13 lines
07-02 19:47:38.948  1263  1379 I chatty  : uid=1000(system) android.display expire 1 line
07-02 19:47:38.974  1263 10218 I chatty  : uid=1000(system) Binder:1263_1D expire 17 lines
07-02 19:47:39.238  1263  1376 I chatty  : uid=1000(system) android.fg expire 5 lines
07-02 19:47:39.339  1263  1360 I chatty  : uid=1000(system) android.bg expire 3 lines
07-02 19:47:39.369  1263  3342 I chatty  : uid=1000(system) Binder:1263_C expire 48 lines
07-02 19:47:39.468  1263 10218 I chatty  : uid=1000(system) Binder:1263_1D expire 16 lines
07-02 19:47:39.539  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 12 lines
07-02 19:47:43.899  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 1 line
07-02 19:50:40.492  1263  1360 I chatty  : uid=1000(system) android.bg expire 38 lines
07-02 19:50:40.498  1263  1263 I chatty  : uid=1000 system_server expire 66 lines
07-02 19:50:40.527  1263  1912 I chatty  : uid=1000(system) Binder:1263_7 expire 241 lines
07-02 19:55:11.842  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 22 lines
07-02 19:55:11.845  1263  1360 I chatty  : uid=1000(system) android.bg expire 3 lines
07-02 19:55:11.850  1263  1263 I chatty  : uid=1000 system_server expire 22 lines
07-02 19:55:11.854  1263 10218 I chatty  : uid=1000(system) Binder:1263_1D expire 138 lines
07-02 19:55:11.884  1263  1912 I chatty  : uid=1000(system) Binder:1263_7 expire 23 lines
07-02 19:55:11.892  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 66 lines
07-02 19:55:41.488  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 1 line
07-02 19:55:41.506  1263  1579 I chatty  : uid=1000(system) NetworkStats expire 2 lines
07-02 19:55:41.507  1263  1263 I chatty  : uid=1000 system_server expire 30 lines
07-02 19:55:46.533  1263  1360 I chatty  : uid=1000(system) android.bg expire 39 lines
07-02 20:04:00.502  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 154 lines
07-02 20:04:00.504  1263  1263 I chatty  : uid=1000 system_server expire 22 lines
07-02 20:04:00.524  1263  3342 I chatty  : uid=1000(system) Binder:1263_C expire 88 lines
07-02 20:04:00.540  1263  1912 I chatty  : uid=1000(system) Binder:1263_7 expire 44 lines
07-02 20:04:25.885  1263  1569 I chatty  : uid=1000(system) InputReader expire 1 line
07-02 20:04:25.886  1263  1263 I chatty  : uid=1000 system_server expire 164 lines
07-02 20:04:25.903  1263  1381 I chatty  : uid=1000(system) PowerManagerSer expire 1 line
07-02 20:04:25.920  1263  1379 I chatty  : uid=1000(system) android.display expire 1 line
07-02 20:04:25.942  1263  1360 I chatty  : uid=1000(system) android.bg expire 2 lines
07-02 20:04:25.943  1263 10162 I chatty  : uid=1000(system) Binder:1263_1C expire 6 lines
07-02 20:04:25.986  1263  2466 I chatty  : uid=1000(system) Binder:1263_9 expire 4 lines
07-02 20:04:26.008  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 58 lines
07-02 20:04:26.011  1263  1381 I chatty  : uid=1000(system) PowerManagerSer expire 3 lines
07-02 20:04:26.013  1263  1569 I chatty  : uid=1000(system) InputReader expire 1 line
07-02 20:04:26.014  1263  1912 I chatty  : uid=1000(system) Binder:1263_7 expire 13 lines
07-02 20:04:26.158  1263  1376 I chatty  : uid=1000(system) android.fg expire 10 lines
07-02 20:04:26.203  1263  2466 I chatty  : uid=1000(system) Binder:1263_9 expire 59 lines
07-02 20:04:28.059  1263  3342 I chatty  : uid=1000(system) Binder:1263_C expire 11 lines
07-02 20:04:28.113  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 42 lines
07-02 20:04:28.943  1263  1263 I chatty  : uid=1000 system_server expire 4 lines
07-02 20:04:29.083  1263 10162 I chatty  : uid=1000(system) Binder:1263_1C expire 25 lines
07-02 20:04:30.544  1263  1568 I chatty  : uid=1000(system) InputDispatcher expire 3 lines
07-02 20:04:33.845  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 1 line
07-02 20:04:33.857  1263  4455 I chatty  : uid=1000(system) Binder:1263_E expire 10 lines
07-02 20:04:33.858  1263  1379 I chatty  : uid=1000(system) android.display expire 2 lines
07-02 20:04:36.245  1263  1299 I chatty  : uid=1000(system) Binder:1263_1 expire 1 line
07-02 20:04:36.247 10079 10079 E AndroidRuntime: FATAL EXCEPTION: main
07-02 20:04:36.247 10079 10079 E AndroidRuntime: Process: org.sufficientlysecure.keychain, PID: 10079
07-02 20:04:36.247 10079 10079 E AndroidRuntime: android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@60a5ccd is not valid; is your activity running?
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at android.view.ViewRootImpl.setView(ViewRootImpl.java:798)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:356)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:93)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3906)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:51)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:145)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:70)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1816)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:106)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:193)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:6718)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
07-02 20:04:36.247 10079 10079 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
07-02 20:04:36.264  1263  1363 I chatty  : uid=1000(system) ActivityManager expire 2 lines
07-02 20:04:37.749  1263 10030 I chatty  : uid=1000(system) Binder:1263_1B expire 25 lines
07-02 20:04:38.142  1263  1366 I chatty  : uid=1000(system) batterystats-wo expire 2 lines
07-02 20:04:49.603  1263  1362 I chatty  : uid=1000(system) android.ui expire 2 lines
07-02 20:04:49.605  1263  1582 I chatty  : uid=1000(system) tworkPolicy.uid expire 4 lines
07-02 20:05:02.770  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 202 lines
07-02 20:05:07.298  1263  1263 I chatty  : uid=1000 system_server expire 8 lines
07-02 20:05:12.216  1263 10030 I chatty  : uid=1000(system) Binder:1263_1B expire 16 lines
07-02 20:05:12.293  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 2 lines
07-02 20:05:13.045  1263  2466 I chatty  : uid=1000(system) Binder:1263_9 expire 5 lines
07-02 20:05:14.254  1263  4455 I chatty  : uid=1000(system) Binder:1263_E expire 2 lines
07-02 20:05:16.150  1263  1379 I chatty  : uid=1000(system) android.display expire 2 lines
07-02 20:05:19.614  1263  1360 I chatty  : uid=1000(system) android.bg expire 4 lines
07-02 20:05:20.838  1263  2795 I chatty  : uid=1000(system) Binder:1263_A expire 6 lines
07-02 20:05:21.025  1263  1912 I chatty  : uid=1000(system) Binder:1263_7 expire 3 lines
07-02 20:05:26.006  1263  1299 I chatty  : uid=1000(system) Binder:1263_1 expire 14 lines
07-02 20:05:26.775  1263  2795 I chatty  : uid=1000(system) Binder:1263_A expire 12 lines
07-02 20:05:26.783  1263  1912 I chatty  : uid=1000(system) Binder:1263_7 expire 20 lines
07-02 20:05:27.329  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 136 lines
07-02 20:05:27.399  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 6 lines
07-02 20:05:34.031  1263  1263 I chatty  : uid=1000 system_server expire 28 lines
07-02 20:06:27.397  1263  1381 I chatty  : uid=1000(system) PowerManagerSer expire 7 lines
07-02 20:06:27.950  1263  1582 I chatty  : uid=1000(system) tworkPolicy.uid expire 2 lines
07-02 20:06:27.963  1263  1379 I chatty  : uid=1000(system) android.display expire 1 line
07-02 20:06:28.251  1263  1376 I chatty  : uid=1000(system) android.fg expire 4 lines
07-02 20:06:28.366  1263  1360 I chatty  : uid=1000(system) android.bg expire 2 lines
07-02 20:06:28.385  1263  2466 I chatty  : uid=1000(system) Binder:1263_9 expire 25 lines
07-02 20:06:38.683 10333 10610 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 10610 (applyRouting), pid 10333 (com.android.nfc)
07-02 20:06:38.835 10616 10616 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-02 20:06:38.835 10616 10616 F DEBUG   : LineageOS Version: '0.9-p-2020070161107-dev-FP3'
07-02 20:06:38.835 10616 10616 F DEBUG   : Build fingerprint: 'Fairphone/FP3/FP3:9/8901.2.A.0120.20200421/04211500:user/release-keys'
07-02 20:06:38.835 10616 10616 F DEBUG   : Revision: '0'
07-02 20:06:38.835 10616 10616 F DEBUG   : ABI: 'arm64'
07-02 20:06:38.835 10616 10616 F DEBUG   : pid: 10333, tid: 10610, name: applyRouting  >>> com.android.nfc <<<
07-02 20:06:38.835 10616 10616 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-02 20:06:38.835 10616 10616 F DEBUG   : Abort message: 'jni_internal.cc:616] JNI FatalError called: applyRouting'
07-02 20:06:38.835 10616 10616 F DEBUG   :     x0  0000000000000000  x1  0000000000002972  x2  0000000000000006  x3  0000000000000008
07-02 20:06:38.835 10616 10616 F DEBUG   :     x4  000000775b890420  x5  000000775b890420  x6  000000775b890420  x7  0000000000000000
07-02 20:06:38.836 10616 10616 F DEBUG   :     x8  0000000000000083  x9  424663d3cb34545f  x10 fffffff87ffffbdf  x11 fffffffc7ffffbdf
07-02 20:06:38.836 10616 10616 F DEBUG   :     x12 0000000000000000  x13 0000000000000000  x14 00000001a6f796ff  x15 0000000000000000
07-02 20:06:38.836 10616 10616 F DEBUG   :     x16 00000077ddcb02a8  x17 00000077ddbee4dc  x18 0000000000000000  x19 000000000000285d
07-02 20:06:38.836 10616 10616 F DEBUG   :     x20 0000000000002972  x21 0000000000000083  x22 0000007754e2ec00  x23 0000007754ec9400
07-02 20:06:38.836 10616 10616 F DEBUG   :     x24 000000000000006e  x25 00000000ffffffff  x26 0000000000000012  x27 0000000000000005
07-02 20:06:38.836 10616 10616 F DEBUG   :     x28 000000775b51a2a7  x29 000000774147a740
07-02 20:06:38.836 10616 10616 F DEBUG   :     sp  000000774147a700  lr  00000077ddbe2e00  pc  00000077ddbe2e20
07-02 20:06:38.848 10616 10616 F DEBUG   : 
07-02 20:06:38.848 10616 10616 F DEBUG   : backtrace:
07-02 20:06:38.848 10616 10616 F DEBUG   :     #00 pc 0000000000021e20  /system/lib64/libc.so (abort+112)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #01 pc 000000000046dc10  /system/lib64/libart.so (art::Runtime::Abort(char const*)+1208)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #02 pc 0000000000008d08  /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+720)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #03 pc 0000000000332c64  /system/lib64/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+196)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #04 pc 000000000001b638  /system/lib64/libnfc_nci_jni.so (android::nfcManager_doAbort(_JNIEnv*, _jobject*, _jstring*)+48)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #05 pc 000000000000adb8  /data/dalvik-cache/arm64/system@app@NfcNci@NfcNci.apk@classes.dex (offset 0xa000) (com.android.nfc.dhimpl.NativeNfcManager.doDump [DEDUPED]+152)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #06 pc 0000000000560388  /system/lib64/libart.so (art_quick_invoke_stub+584)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #07 pc 00000000000cf6b8  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #08 pc 0000000000282b3c  /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #09 pc 000000000027cbec  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+960)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #10 pc 0000000000530a90  /system/lib64/libart.so (MterpInvokeInterface+1376)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #11 pc 0000000000552c14  /system/lib64/libart.so (ExecuteMterpImpl+14740)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #12 pc 00000000000f5f42  /data/dalvik-cache/arm64/system@app@NfcNci@NfcNci.apk@classes.vdex (com.android.nfc.NfcService$WatchDogThread.run+100)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #13 pc 0000000000256d4c  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2287842835+488)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #14 pc 0000000000520304  /system/lib64/libart.so (artQuickToInterpreterBridge+944)
07-02 20:06:38.848 10616 10616 F DEBUG   :     #15 pc 00000000005694fc  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
07-02 20:06:38.849 10616 10616 F DEBUG   :     #16 pc 0000000000560388  /system/lib64/libart.so (art_quick_invoke_stub+584)
07-02 20:06:38.849 10616 10616 F DEBUG   :     #17 pc 00000000000cf6b8  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
07-02 20:06:38.849 10616 10616 F DEBUG   :     #18 pc 0000000000466224  /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
07-02 20:06:38.849 10616 10616 F DEBUG   :     #19 pc 0000000000467328  /system/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue*)+424)
07-02 20:06:38.849 10616 10616 F DEBUG   :     #20 pc 00000000004926e0  /system/lib64/libart.so (art::Thread::CreateCallback(void*)+1116)
07-02 20:06:38.849 10616 10616 F DEBUG   :     #21 pc 0000000000085bb8  /system/lib64/libc.so (__pthread_start(void*)+36)
07-02 20:06:38.849 10616 10616 F DEBUG   :     #22 pc 00000000000236f8  /system/lib64/libc.so (__start_thread+68)
07-02 20:06:39.167  1263  1374 I chatty  : uid=1000(system) FileObserver expire 1 line
07-02 20:06:39.204  1263  1549 I chatty  : uid=1000(system) Binder:1263_3 expire 6 lines
07-02 20:06:39.230  1263  1363 I chatty  : uid=1000(system) ActivityManager expire 1 line
07-02 20:09:29.492  1263  1263 I chatty  : uid=1000 system_server expire 12 lines
07-02 20:09:29.493  1263  5083 I chatty  : uid=1000(system) Binder:1263_10 expire 156 lines
07-02 20:09:29.496  1263  1360 I chatty  : uid=1000(system) android.bg expire 38 lines
07-02 20:09:29.540  1263  1300 I chatty  : uid=1000(system) Binder:1263_2 expire 115 lines
07-02 20:14:07.288  1263  1263 I chatty  : uid=1000 system_server expire 20 lines
07-02 20:14:07.312  1263  5083 I chatty  : uid=1000(system) Binder:1263_10 expire 174 lines
07-02 20:15:34.553  1263  1300 I chatty  : uid=1000(system) Binder:1263_2 expire 11 lines
07-02 20:15:34.556  1263  1549 I chatty  : uid=1000(system) Binder:1263_3 expire 14 lines
07-02 20:15:34.558  1263  1263 I chatty  : uid=1000 system_server expire 173 lines
07-02 20:15:39.565  1263  1360 I chatty  : uid=1000(system) android.bg expire 39 lines
07-02 20:18:29.476  1263  1569 I chatty  : uid=1000(system) InputReader expire 2 lines
07-02 20:18:29.493  1263  1381 I chatty  : uid=1000(system) PowerManagerSer expire 4 lines
07-02 20:18:29.509  1263  1379 I chatty  : uid=1000(system) android.display expire 1 line
07-02 20:18:29.741  1263  1376 I chatty  : uid=1000(system) android.fg expire 9 lines
07-02 20:18:29.746  1263  1263 I chatty  : uid=1000 system_server expire 36 lines
07-02 20:18:29.752  1263  5083 I chatty  : uid=1000(system) Binder:1263_10 expire 37 lines
07-02 20:18:29.788  1263  1300 I chatty  : uid=1000(system) Binder:1263_2 expire 6 lines
07-02 20:18:29.789  1263  1549 I chatty  : uid=1000(system) Binder:1263_3 expire 6 lines
07-02 20:18:32.581  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 110 lines
07-02 20:18:37.778  1263  1366 I chatty  : uid=1000(system) batterystats-wo expire 1 line
07-02 20:18:39.440  1263  1381 I chatty  : uid=1000(system) PowerManagerSer expire 5 lines
07-02 20:18:39.442  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 2 lines
07-02 20:18:39.990  1263  1379 I chatty  : uid=1000(system) android.display expire 1 line
07-02 20:18:40.402  1263  1360 I chatty  : uid=1000(system) android.bg expire 6 lines
07-02 20:18:40.405  1263  2049 I chatty  : uid=1000(system) Binder:1263_8 expire 22 lines
07-02 20:23:22.593  1263  1579 I chatty  : uid=1000(system) NetworkStats expire 4 lines
07-02 20:23:22.594  1263  1360 I chatty  : uid=1000(system) android.bg expire 34 lines
07-02 20:23:22.611  1263  2049 I chatty  : uid=1000(system) Binder:1263_8 expire 197 lines
07-02 20:23:22.613  1263  1300 I chatty  : uid=1000(system) Binder:1263_2 expire 65 lines
07-02 20:23:22.631  1263  2049 I chatty  : uid=1000(system) Binder:1263_8 expire 15 lines
07-02 20:28:23.505  1263  1263 I chatty  : uid=1000 system_server expire 58 lines
07-02 20:28:23.544  1263  5083 I chatty  : uid=1000(system) Binder:1263_10 expire 6 lines
07-02 20:28:28.568  1263  1360 I chatty  : uid=1000(system) android.bg expire 39 lines
07-02 20:35:04.434  1263  1570 I chatty  : uid=1000(system) HwBinder:1263_2 expire 3 lines
07-02 20:35:04.720  1263  1376 I chatty  : uid=1000(system) android.fg expire 11 lines
07-02 20:35:04.741  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 3 lines
07-02 20:35:06.038  1263  1378 I chatty  : uid=1000(system) android.io expire 1 line
07-02 20:35:06.042  1263  1381 I chatty  : uid=1000(system) PowerManagerSer expire 9 lines
07-02 20:35:06.095  1263  1366 I chatty  : uid=1000(system) batterystats-wo expire 3 lines
07-02 20:35:06.122  1263  1379 I chatty  : uid=1000(system) android.display expire 2 lines
07-02 20:35:06.224  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 44 lines
07-02 20:35:06.265  1263 10162 I chatty  : uid=1000(system) Binder:1263_1C expire 4 lines
07-02 20:35:06.553  1263  1569 I chatty  : uid=1000(system) InputReader expire 4 lines
07-02 20:35:07.461  1263  1263 I chatty  : uid=1000 system_server expire 26 lines
07-02 20:35:07.466  1263  1360 I chatty  : uid=1000(system) android.bg expire 4 lines
07-02 20:35:07.470  1263 10162 I chatty  : uid=1000(system) Binder:1263_1C expire 33 lines
07-02 20:35:07.491  1263  1300 I chatty  : uid=1000(system) Binder:1263_2 expire 41 lines
07-02 20:35:07.774  1263  1381 I chatty  : uid=1000(system) PowerManagerSer expire 4 lines
07-02 20:35:07.774  1263  1366 I chatty  : uid=1000(system) batterystats-wo expire 11 lines
07-02 20:35:07.795  1263  1379 I chatty  : uid=1000(system) android.display expire 1 line
07-02 20:35:07.819  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 2 lines
07-02 20:35:07.863  1263  5083 I chatty  : uid=1000(system) Binder:1263_10 expire 15 lines
07-02 20:35:08.030  1263  1376 I chatty  : uid=1000(system) android.fg expire 6 lines
07-02 20:35:08.706  1263  1582 I chatty  : uid=1000(system) tworkPolicy.uid expire 4 lines
07-02 20:35:08.761  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 25 lines
07-02 20:35:09.712  1645  1645 V DeadZone: consuming errant click: (577.46533,33.05127)
07-02 20:35:09.713  1645  1645 V DeadZone: consuming errant click: (577.46533,33.05127)
07-02 20:35:10.274  1263  1568 I chatty  : uid=1000(system) InputDispatcher expire 1 line
07-02 20:35:10.364  1263  5222 I chatty  : uid=1000(system) Binder:1263_11 expire 2 lines
07-02 20:35:11.678  1263  1549 I chatty  : uid=1000(system) Binder:1263_3 expire 15 lines
07-02 20:35:14.434  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 151 lines
07-02 20:35:23.926  1263  1300 I chatty  : uid=1000(system) Binder:1263_2 expire 24 lines
07-02 20:35:33.671  1263  1263 I chatty  : uid=1000 system_server expire 16 lines
07-02 20:35:33.697  1263  1549 I chatty  : uid=1000(system) Binder:1263_3 expire 9 lines
07-02 20:35:38.811  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 32 lines
07-02 20:35:41.973  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 20 lines
07-02 20:35:44.016  1263  1379 I chatty  : uid=1000(system) android.display expire 4 lines
07-02 20:35:46.838  1263  1397 I chatty  : uid=1000(system) PackageManager expire 2 lines
07-02 20:35:46.962  1263  1360 I chatty  : uid=1000(system) android.bg expire 1 line
07-02 20:35:46.973  1263  5083 I chatty  : uid=1000(system) Binder:1263_10 expire 9 lines
07-02 20:35:48.444  1263  1366 I chatty  : uid=1000(system) batterystats-wo expire 3 lines
07-02 20:35:53.897  1263  5222 I chatty  : uid=1000(system) Binder:1263_11 expire 8 lines
07-02 20:35:54.212  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 121 lines
07-02 20:35:54.322  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 17 lines
07-02 20:35:54.342  1263  5083 I chatty  : uid=1000(system) Binder:1263_10 expire 18 lines
07-02 20:35:54.623  1263  1263 I chatty  : uid=1000 system_server expire 8 lines
07-02 20:35:56.209  1263  1362 I chatty  : uid=1000(system) android.ui expire 1 line
07-02 20:35:56.286  1263  3342 I chatty  : uid=1000(system) Binder:1263_C expire 8 lines
07-02 20:35:56.307  1263  1366 I chatty  : uid=1000(system) batterystats-wo expire 3 lines
07-02 20:35:56.898  1263  1549 I chatty  : uid=1000(system) Binder:1263_3 expire 25 lines
07-02 20:35:56.906  1263  1360 I chatty  : uid=1000(system) android.bg expire 1 line
07-02 20:35:56.959  1263 10162 I chatty  : uid=1000(system) Binder:1263_1C expire 21 lines
07-02 20:36:25.672  1263  1376 I chatty  : uid=1000(system) android.fg expire 4 lines
07-02 20:36:27.920  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 146 lines
07-02 20:36:31.171  1263  3342 I chatty  : uid=1000(system) Binder:1263_C expire 6 lines
07-02 20:36:40.089  1263 11381 I chatty  : uid=1000(system) UsbDebuggingMan expire 1 line
07-02 20:36:40.139  1263  5222 I chatty  : uid=1000(system) Binder:1263_11 expire 5 lines
07-02 20:36:40.231  1263  1549 I chatty  : uid=1000(system) Binder:1263_3 expire 36 lines
07-02 20:36:40.380  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 10 lines
07-02 20:36:59.665  1263  1568 I chatty  : uid=1000(system) InputDispatcher expire 1 line
07-02 20:37:00.001  1263  1263 I chatty  : uid=1000 system_server expire 4 lines
07-02 20:37:07.855  1263  2049 I chatty  : uid=1000(system) Binder:1263_8 expire 10 lines
07-02 20:37:10.764  1263  1570 I chatty  : uid=1000(system) HwBinder:1263_2 expire 1 line
07-02 20:37:17.911 10369 10369 E ActivityThread: Activity com.android.settings.SubSettings has leaked ServiceConnection android.bluetooth.BluetoothA2dp$2@203888e that was originally bound here
07-02 20:37:17.911 10369 10369 E ActivityThread: android.app.ServiceConnectionLeaked: Activity com.android.settings.SubSettings has leaked ServiceConnection android.bluetooth.BluetoothA2dp$2@203888e that was originally bound here
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1610)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1502)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1659)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.ContextImpl.bindServiceAsUser(ContextImpl.java:1619)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.content.ContextWrapper.bindServiceAsUser(ContextWrapper.java:705)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.bluetooth.BluetoothA2dp.doBind(BluetoothA2dp.java:264)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.bluetooth.BluetoothA2dp.<init>(BluetoothA2dp.java:257)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.bluetooth.BluetoothAdapter.getProfileProxy(BluetoothAdapter.java:2275)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at com.android.settings.development.DevelopmentSettingsDashboardFragment.onCreateView(DevelopmentSettingsDashboardFragment.java:185)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.Fragment.performCreateView(Fragment.java:2522)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1298)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1576)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1637)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.FragmentManagerImpl.dispatchMoveToState(FragmentManager.java:3046)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.FragmentManagerImpl.dispatchActivityCreated(FragmentManager.java:2998)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.FragmentController.dispatchActivityCreated(FragmentController.java:182)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.Activity.performCreate(Activity.java:7151)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.Activity.performCreate(Activity.java:7135)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2931)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3086)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1816)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.os.Handler.dispatchMessage(Handler.java:106)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.os.Looper.loop(Looper.java:193)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at android.app.ActivityThread.main(ActivityThread.java:6718)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at java.lang.reflect.Method.invoke(Native Method)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
07-02 20:37:17.911 10369 10369 E ActivityThread: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
07-02 20:37:17.986  1263  1549 I chatty  : uid=1000(system) Binder:1263_3 expire 4 lines
07-02 20:37:18.025  1263  1366 I chatty  : uid=1000(system) batterystats-wo expire 5 lines
07-02 20:37:20.350  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 22 lines
07-02 20:37:20.459  1263  5222 I chatty  : uid=1000(system) Binder:1263_11 expire 30 lines
07-02 20:37:20.907  1263  2049 I chatty  : uid=1000(system) Binder:1263_8 expire 36 lines
07-02 20:37:20.909  1263  1549 I chatty  : uid=1000(system) Binder:1263_3 expire 63 lines
07-02 20:37:22.147  1263  1263 I chatty  : uid=1000 system_server expire 5 lines
07-02 20:37:23.033  1263  1376 I chatty  : uid=1000(system) android.fg expire 1 line
07-02 20:37:23.034  1263  1568 I chatty  : uid=1000(system) InputDispatcher expire 1 line
07-02 20:37:24.518  1263  1363 I chatty  : uid=1000(system) ActivityManager expire 4 lines
07-02 20:37:37.346  1263  1362 I chatty  : uid=1000(system) android.ui expire 1 line
07-02 20:37:44.502  1263  1582 I chatty  : uid=1000(system) tworkPolicy.uid expire 2 lines
07-02 20:38:00.015  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 6 lines
07-02 20:38:30.576  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 242 lines
07-02 20:38:34.319  1263  1263 I chatty  : uid=1000 system_server expire 5 lines
07-02 20:39:00.005  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 28 lines
07-02 20:40:00.008  1263  1549 I chatty  : uid=1000(system) Binder:1263_3 expire 24 lines
07-02 20:40:51.866  1263  1363 I chatty  : uid=1000(system) ActivityManager expire 1 line
07-02 20:40:54.002  1263  5083 I chatty  : uid=1000(system) Binder:1263_10 expire 30 lines
07-02 20:40:54.004  1263  1360 I chatty  : uid=1000(system) android.bg expire 2 lines
07-02 20:40:54.005  1263  1582 I chatty  : uid=1000(system) tworkPolicy.uid expire 4 lines
07-02 20:40:54.031  1263  1362 I chatty  : uid=1000(system) android.ui expire 1 line
07-02 20:40:54.042  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 2 lines
07-02 20:40:54.534  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 14 lines
07-02 20:40:54.574  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 165 lines
07-02 20:40:58.805  1263  1376 I chatty  : uid=1000(system) android.fg expire 1 line
07-02 20:40:58.807  1263  1568 I chatty  : uid=1000(system) InputDispatcher expire 1 line
07-02 20:41:00.003  1263  1263 I chatty  : uid=1000 system_server expire 6 lines
07-02 20:41:07.860  1263  2049 I chatty  : uid=1000(system) Binder:1263_8 expire 2 lines
07-02 20:41:07.864  1263 10218 I chatty  : uid=1000(system) Binder:1263_1D expire 4 lines
07-02 20:41:37.476  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 55 lines
07-02 20:41:51.924  1263  1360 I chatty  : uid=1000(system) android.bg expire 6 lines
07-02 20:41:58.807  1263  1381 I chatty  : uid=1000(system) PowerManagerSer expire 9 lines
07-02 20:41:58.808  1263  1263 I chatty  : uid=1000 system_server expire 67 lines
07-02 20:41:58.866  1263  2049 I chatty  : uid=1000(system) Binder:1263_8 expire 3 lines
07-02 20:41:59.322  1263  1366 I chatty  : uid=1000(system) batterystats-wo expire 4 lines
07-02 20:41:59.365  1263  1379 I chatty  : uid=1000(system) android.display expire 1 line
07-02 20:41:59.365  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 7 lines
07-02 20:41:59.379  1263 10322 I chatty  : uid=1000(system) Binder:1263_1E expire 46 lines
07-02 20:41:59.650  1263  1376 I chatty  : uid=1000(system) android.fg expire 5 lines
07-02 20:41:59.766  1263  2802 I chatty  : uid=1000(system) Binder:1263_B expire 36 lines
07-02 20:41:59.767  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 3 lines
07-02 20:42:39.140  1263  1569 I chatty  : uid=1000(system) InputReader expire 2 lines
07-02 20:42:39.167  1263  1263 I chatty  : uid=1000 system_server expire 8 lines
07-02 20:42:39.168  1263  1379 I chatty  : uid=1000(system) android.display expire 6 lines
07-02 20:42:39.264  1263  1360 I chatty  : uid=1000(system) android.bg expire 3 lines
07-02 20:42:39.265  1263  5083 I chatty  : uid=1000(system) Binder:1263_10 expire 17 lines
07-02 20:42:39.272  1263  7378 I chatty  : uid=1000(system) Binder:1263_18 expire 30 lines
07-02 20:42:40.213  1263  1381 I chatty  : uid=1000(system) PowerManagerSer expire 3 lines
07-02 20:42:40.219  1263  1376 I chatty  : uid=1000(system) android.fg expire 8 lines
07-02 20:42:41.782  1263  1361 I chatty  : uid=1000(system) ActivityManager expire 13 lines
07-02 20:42:43.965  1263 10322 I chatty  : uid=1000(system) Binder:1263_1E expire 15 lines
07-02 20:42:45.135  1263  1366 I chatty  : uid=1000(system) batterystats-wo expire 8 lines
07-02 20:42:45.141  1263  2049 I chatty  : uid=1000(system) Binder:1263_8 expire 6 lines
07-02 20:42:45.192  1263  1549 I chatty  : uid=1000(system) Binder:1263_3 expire 1 line
07-02 20:42:45.199  1263  4563 I chatty  : uid=1000(system) Binder:1263_F expire 3 lines
07-02 20:42:45.240  1263  1300 I chatty  : uid=1000(system) Binder:1263_2 expire 2 lines
07-02 20:42:45.240  1263  2466 I chatty  : uid=1000(system) Binder:1263_9 expire 3 lines
07-02 20:42:45.240  1263  7374 I chatty  : uid=1000(system) Binder:1263_16 expire 1 line
07-02 20:42:45.240  1263  1589 I chatty  : uid=1000(system) ConnectivitySer expire 51 lines
07-02 20:42:45.240  1263  1624 I chatty  : uid=1000(system) Binder:1263_4 expire 26 lines
07-02 20:42:45.242  1263  1912 I chatty  : uid=1000(system) Binder:1263_7 expire 9 lines
07-02 20:42:46.489  1263 11957 I chatty  : uid=1000(system) Binder:1263_20 expire 9 lines
07-02 20:42:46.567  1263  7234 I chatty  : uid=1000(system) Binder:1263_14 expire 3 lines
07-02 20:42:46.581  1263  4454 I chatty  : uid=1000(system) Binder:1263_D expire 4 lines
07-02 20:42:46.610  1263  1299 I chatty  : uid=1000(system) Binder:1263_1 expire 1 line
07-02 20:42:46.610  1263  1866 I chatty  : uid=1000(system) Binder:1263_6 expire 1 line
07-02 20:42:46.611  1263  1750 I chatty  : uid=1000(system) Binder:1263_5 expire 1 line
07-02 20:42:46.611  1263  6690 I chatty  : uid=1000(system) Binder:1263_12 expire 9 lines
07-02 20:42:46.621  1263  6690 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:46.621  1263  1379 W ActivityManager: setHasOverlayUi called on unknown pid: 7897
07-02 20:42:46.638  1263  6690 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:46.638  1263  6690 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:46.638  1263  6690 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:46.698  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:46.698  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:46.698  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:46.721  1263  6690 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:46.721  1263  6690 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:46.721  1263  6690 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:48.398  1263  6690 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.documentsui/.LauncherActivity bnds=[60,1467][204,1611]} from uid 10102
07-02 20:42:48.429  1263  1363 I ActivityManager: Start proc 11963:com.android.documentsui/u0a26 for activity com.android.documentsui/.LauncherActivity
07-02 20:42:48.450  1263  6690 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:48.450  1263  6690 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:48.450  1263  6690 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:48.512  1263  6690 I ActivityManager: START u0 {dat=//com.android.documentsui.launchControl flg=0x10200000 cmp=com.android.documentsui/.files.FilesActivity (has extras)} from uid 10026
07-02 20:42:48.531  1263 10218 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:48.531  1263 10218 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:48.531  1263 10218 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:48.534  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:48.534  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:48.534  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:48.534  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:48.534  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:48.534  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:48.606  1263 10218 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:48.606  1263 10218 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:48.606  1263 10218 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:48.666  1263 10218 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:48.667  1263 10218 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:48.667  1263 10218 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:48.768  1263 10218 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:48.768  1263 10218 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:48.768  1263 10218 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:48.885  1263 10218 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:48.885  1263 10218 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:48.885  1263 10218 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:48.945  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:48.945  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:48.945  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:48.975  1263 10218 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:48.975  1263 10218 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:48.975  1263 10218 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:49.275  1263  1361 W BroadcastQueue: Timeout of broadcast BroadcastRecord{9ea836 u-1 android.intent.action.SCREEN_ON} - receiver=android.os.BinderProxy@48b01db, started 10000ms ago
07-02 20:42:49.275  1263  1361 W BroadcastQueue: Receiver during timeout of BroadcastRecord{9ea836 u-1 android.intent.action.SCREEN_ON} : BroadcastFilter{2939751 u-1 ReceiverList{422b478 10625 com.android.nfc/1027/u-1 remote:48b01db}}
07-02 20:42:49.275  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:49.275  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:49.275  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:49.428  1263  1361 E ActivityManager: ANR in com.android.nfc
07-02 20:42:49.428  1263  1361 E ActivityManager: PID: 10625
07-02 20:42:49.428  1263  1361 E ActivityManager: Reason: Broadcast of Intent { act=android.intent.action.SCREEN_ON flg=0x50200010 }
07-02 20:42:49.428  1263  1361 E ActivityManager: Load: 0.0 / 0.0 / 0.0
07-02 20:42:49.428  1263  1361 E ActivityManager: CPU usage from 172182ms to 0ms ago (2020-07-02 20:39:57.093 to 2020-07-02 20:42:49.275):
07-02 20:42:49.428  1263  1361 E ActivityManager:   30% 11604/org.sufficientlysecure.keychain: 25% user + 5.2% kernel / faults: 14000 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   20% 489/surfaceflinger: 12% user + 8.1% kernel / faults: 620 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   6.9% 619/android.hardware.graphics.composer@2.1-service: 4.1% user + 2.8% kernel / faults: 30 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   3.2% 1263/system_server: 1.9% user + 1.3% kernel / faults: 5643 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   2.9% 1645/com.android.systemui: 2.5% user + 0.4% kernel / faults: 10180 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   2.7% 246/kgsl_worker_thr: 0% user + 2.7% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   1% 624/android.hardware.sensors@1.0-service: 0.4% user + 0.6% kernel / faults: 5 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.8% 7/rcu_preempt: 0% user + 0.8% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.6% 2103/irq/74-408000.q: 0% user + 0.6% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.5% 9442/kworker/u16:10: 0% user + 0.5% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.4% 610/android.hardware.audio@2.0-service: 0.1% user + 0.3% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.4% 10614/kworker/u16:2: 0% user + 0.4% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.4% 648/audioserver: 0.2% user + 0.2% kernel / faults: 24 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.4% 6/kworker/u16:0: 0% user + 0.4% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.4% 10/rcuop/0: 0% user + 0.4% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.2% 2847/fr.neamar.kiss: 0.1% user + 0% kernel / faults: 4610 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.3% 2121/sugov:0: 0% user + 0.3% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.3% 172/vsync_retire_wo: 0% user + 0.3% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.3% 29/rcuop/2: 0% user + 0.3% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.2% 1785/com.android.phone: 0.1% user + 0% kernel / faults: 397 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.1% 583/ipc_rtr_q6_ipcr: 0% user + 0.1% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.1% 910/msm_irqbalance: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.1% 7667/kworker/1:4: 0% user + 0.1% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.1% 21/rcuop/1: 0% user + 0.1% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.1% 459/logd: 0% user + 0% kernel / faults: 44 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.1% 954/qcrild: 0% user + 0% kernel / faults: 51 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.1% 9574/VosMCThread: 0% user + 0.1% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0.1% 11686/kworker/0:6: 0% user + 0.1% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 359/mmc-cmdqd/0: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 89/system: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 37/rcuop/3: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 307/irq/276-hxcommo: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 460/servicemanager: 0% user + 0% kernel / faults: 15 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 975/qcrild: 0% user + 0% kernel / faults: 58 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 2122/sugov:4: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 134/kswapd0: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 10625/com.android.nfc: 0% user + 0% kernel / faults: 54 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 3/ksoftirqd/0: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 635/vendor.qti.hardware.perf@1.0-service: 0% user + 0% kernel / faults: 96 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 34/ksoftirqd/3: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 18/ksoftirqd/1: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 628/android.hardware.wifi@1.0-service: 0% user + 0% kernel / faults: 11 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 728/wificond: 0% user + 0% kernel / faults: 3 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 1884/android.ext.services: 0% user + 0% kernel / faults: 1657 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 649/lmkd: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 2869/android.process.media: 0% user + 0% kernel / faults: 1219 minor 65 major
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 26/ksoftirqd/2: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 538/zygote64: 0% user + 0% kernel / faults: 330 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 621/android.hardware.light@2.0-service.msm8953: 0% user + 0% kernel / faults: 3 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 9273/kworker/u16:7: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 9576/VosRXThread: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 369/kworker/u16:3: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 729/media.codec: 0% user + 0% kernel / faults: 28 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 2814/foundation.e.blisslauncher: 0% user + 0% kernel / faults: 1198 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 9581/wlan_logging_th: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 45/rcuop/4: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 620/android.hardware.health@2.0-service: 0% user + 0% kernel / faults: 5 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 714/hvdcp_opti: 0% user + 0% kernel / faults: 3 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 726/statsd: 0% user + 0% kernel / faults: 3 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 735/cnss-daemon: 0% user + 0% kernel / faults: 3 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 1625/com.android.inputmethod.latin: 0% user + 0% kernel / faults: 63 minor
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 7783/kworker/3:2: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 9395/kworker/3:4: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 9575/VosTXThread: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 10268/kworker/2:4: 0% user + 0% kernel
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 492/android.hardware.graphics.allocator@2.0-service: 0% user + 0% kernel / faults: 89 minor 3 major
07-02 20:42:49.428  1263  1361 E ActivityManager:   0% 536/netd: 0% user + 0% kernel / faults: 7 mino
07-02 20:42:49.430  1263  1361 I ActivityManager: Killing 10625:com.android.nfc/1027 (adj -800): bg anr
07-02 20:42:49.482  1263  4454 I ActivityManager: Process com.android.nfc (pid 10625) has died: pers PER 
07-02 20:42:49.482  1263  4454 W ActivityManager: Re-adding persistent process ProcessRecord{6fe624a 10625:com.android.nfc/1027}
07-02 20:42:49.485  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:49.485  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:49.485  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:49.506  1263  1363 I ActivityManager: Start proc 11997:com.android.nfc/1027 for restart com.android.nfc
07-02 20:42:49.510  1263  4454 W WindowManager: Failed looking up window callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5525 com.android.server.wm.WindowManagerService.removeWindow:1641 com.android.server.wm.Session.remove:226 
07-02 20:42:49.543  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:49.543  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:49.543  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:49.547  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:49.547  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:49.547  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:49.729  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:49.729  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:49.729  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:50.967  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:50.968  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:50.968  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:52.561  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:52.562  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:52.562  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:55.564  1263 10322 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=content://com.android.externalstorage.documents/document/primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg typ=application/octet-stream flg=0x3 cmp=org.sufficientlysecure.keychain/.ui.DecryptActivity} from uid 10026
07-02 20:42:55.579  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:55.579  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:55.579  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:55.583  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:55.583  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:55.583  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:55.649  1263  5083 I ActivityManager: START u0 {cmp=org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity (has extras)} from uid 10097
07-02 20:42:55.666  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:55.666  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:55.666  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:55.762  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:55.762  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:55.762  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:55.763  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:55.763  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:55.763  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:56.193  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:56.193  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:56.193  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:56.243  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:42:56.243  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:42:56.243  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:42:58.900  1263  1263 V SettingsProvider: Notifying for 0: content://settings/system/screen_brightness
07-02 20:43:00.002  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.002  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.002  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:00.005  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.005  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.005  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:00.006  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.006  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.006  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:00.012  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.012  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.012  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:00.013  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.013  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.013  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:00.015  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.015  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.015  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:00.016  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.016  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.016  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:00.017  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.018  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.018  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:00.020  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.020  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.020  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:00.021  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.021  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.021  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:00.022  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.022  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.022  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:00.023  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:00.023  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:00.023  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:02.775  1263  4454 I ActivityManager: START u0 {flg=0x10008000 cmp=com.android.nfc/.NfcRootActivity (has extras)} from uid 1027
07-02 20:43:02.797  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:02.798  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:02.798  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:02.812  1263 10322 I ActivityManager: START u0 {act=android.nfc.action.NDEF_DISCOVERED dat=https://my.yubico.com/... cmp=foundation.e.browser/com.google.android.apps.chrome.IntentDispatcher (has extras)} from uid 1027
07-02 20:43:02.839  1263  1363 I ActivityManager: Start proc 12085:foundation.e.browser/u0a42 for activity foundation.e.browser/com.google.android.apps.chrome.IntentDispatcher
07-02 20:43:02.856  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:02.856  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:02.856  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:02.862  1263  1582 D NetworkManagement: oldRule = 0, newRule=0 for uid=10042 on chain 2
07-02 20:43:02.862  1263  1582 D NetworkManagement: !!!!! Skipping change
07-02 20:43:02.929  1263 10322 I ActivityManager: START u0 {act=android.nfc.action.NDEF_DISCOVERED dat=https://my.yubico.com/... flg=0x14002000 cmp=foundation.e.browser/org.chromium.chrome.browser.ChromeTabbedActivity (has extras)} from uid 10042
07-02 20:43:02.954  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:02.954  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:02.954  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:02.963  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:02.963  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:02.963  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:02.963  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:02.963  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:02.963  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:02.963  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:02.963  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:02.963  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:03.212  1263  1363 I ActivityManager: Start proc 12120:foundation.e.browser:sandboxed_process0/u0i19 for service foundation.e.browser/org.chromium.content.app.SandboxedProcessService0
07-02 20:43:03.246  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:03.246  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:03.246  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:03.411  1263  1363 I ActivityManager: Start proc 12149:foundation.e.browser:privileged_process0/u0a42 for service foundation.e.browser/org.chromium.content.app.PrivilegedProcessService0
07-02 20:43:03.447  1263 10322 D ConnectivityService: requestNetwork for uid/pid:10042/12085 NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.448  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:43:03.448  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -67 SSID: "Exit"]
07-02 20:43:03.448  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.448  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.448  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:43:03.448  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:43:03.448  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:43:03.448  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.448  1263  1589 D ConnectivityService: currentScore = 0, newScore = 60
07-02 20:43:03.448  1263  1589 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:03.448  1263  1589 D ConnectivityService:    accepting network in place of null
07-02 20:43:03.448  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.449  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:43:03.449  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:43:03.449  1263  1589 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.449  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:43:03.449  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:43:03.450  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.450  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.450  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:43:03.450  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.450  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.450  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.450  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.450  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:03.451  1263  4454 D ConnectivityService: listenForNetwork for uid/pid:10042/12085 NetworkRequest [ LISTEN id=87, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.452  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:03.452  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:03.452  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:03.453  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:43:03.453  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -67 SSID: "Exit"]
07-02 20:43:03.453  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.453  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.453  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:43:03.453  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:43:03.453  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:43:03.453  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 86. No change.
07-02 20:43:03.453  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:43:03.453  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:43:03.454  1263  1589 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=87, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.455  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:43:03.455  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:43:03.455  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.455  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.455  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:43:03.455  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.455  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.455  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.455  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.455  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:03.579  1263  1363 I ActivityManager: Start proc 12169:foundation.e.browser:sandboxed_process1/u0i20 for service foundation.e.browser/org.chromium.content.app.SandboxedProcessService1
07-02 20:43:03.624  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:03.624  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:03.624  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:03.626  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:03.626  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:03.626  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:03.631  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:03.631  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:03.631  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:03.632  1263 10322 D ConnectivityService: requestNetwork for uid/pid:10042/12085 NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.635  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:43:03.635  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -67 SSID: "Exit"]
07-02 20:43:03.635  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.636  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.636  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:43:03.636  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:43:03.636  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:43:03.636  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 86. No change.
07-02 20:43:03.636  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:43:03.636  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.636  1263  1589 D ConnectivityService: currentScore = 0, newScore = 60
07-02 20:43:03.636  1263  1589 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:03.636  1263  1589 D ConnectivityService:    accepting network in place of null
07-02 20:43:03.636  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.636  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:43:03.637  1263  1589 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.637  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:43:03.637  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:43:03.637  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.637  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.637  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:43:03.638  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.638  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.638  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.638  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.638  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.638  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:03.638  1263 10322 D ConnectivityService: listenForNetwork for uid/pid:10042/12085 NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.642  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:43:03.642  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -67 SSID: "Exit"]
07-02 20:43:03.642  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.642  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.644  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:43:03.644  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:43:03.644  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:43:03.644  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 86. No change.
07-02 20:43:03.644  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:43:03.644  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:43:03.644  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:43:03.644  1263  1589 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.644  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:43:03.644  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:43:03.644  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.644  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.644  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:43:03.644  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.644  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.644  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.644  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.644  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.644  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:03.666  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:03.666  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:03.666  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:03.671  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:03.671  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:03.671  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:03.682  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:43:03.682  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:43:03.683  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:03.683  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.683  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:03.683  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:03.683  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:03.683  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:03.684  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.684  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.684  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:03.684  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:03.684  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:03.685  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:03.685  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.686  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.688  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:03.688  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:03.691  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:03.696  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:03.697  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:03.697  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:03.698  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:03.698  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:03.698  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.698  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.699  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=87, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.699  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=87, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.699  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.700  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.700  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.701  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.709  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:03.710  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:03.710  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:03.733  1263  5083 D ConnectivityService: requestNetwork for uid/pid:10042/12085 NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.734  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:43:03.734  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -66 SSID: "Exit"]
07-02 20:43:03.734  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.734  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.734  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:43:03.734  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:43:03.734  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:43:03.734  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 86. No change.
07-02 20:43:03.734  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:43:03.734  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:43:03.734  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.734  1263  1589 D ConnectivityService: currentScore = 0, newScore = 60
07-02 20:43:03.734  1263  1589 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:03.734  1263  1589 D ConnectivityService:    accepting network in place of null
07-02 20:43:03.734  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.735  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:43:03.735  1263  1589 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.735  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:43:03.736  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:43:03.736  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.736  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.736  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:43:03.736  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.736  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.736  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.736  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.736  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.736  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.736  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:03.739  1263  5083 D ConnectivityService: listenForNetwork for uid/pid:10042/12085 NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.741  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:43:03.741  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -66 SSID: "Exit"]
07-02 20:43:03.741  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.741  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.741  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:43:03.741  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:43:03.741  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:43:03.741  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 86. No change.
07-02 20:43:03.741  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:43:03.741  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:43:03.741  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:43:03.741  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:43:03.741  1263  1589 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.742  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:43:03.742  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:43:03.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:03.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.742  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:43:03.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:03.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:03.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:03.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:03.874  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:03.874  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:03.874  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:03.933  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:03.933  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:03.933  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:04.296  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:04.296  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:04.296  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:04.299  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:04.299  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:04.299  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:04.300  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:04.300  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:04.300  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:05.491  1263  1362 D AutofillManagerService: onBackKeyPressed()
07-02 20:43:05.495  1263 10322 I ActivityManager: moveTaskToBack: TaskRecord{96966f4 #265 A=foundation.e.browser U=0 StackId=40 sz=1}
07-02 20:43:05.514  1263  1589 D ConnectivityService: releasing NetworkRequest [ LISTEN id=87, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ] (release request)
07-02 20:43:05.516  1263  1589 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=86, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ] (release request)
07-02 20:43:05.516  1263  1589 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 103], leaving 15 requests.
07-02 20:43:05.526  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:05.526  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:05.526  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:05.533  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:05.534  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:05.534  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:05.647  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:05.647  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:05.647  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:06.008  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:06.008  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:06.008  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:06.046  1263  1363 I ActivityManager: Start proc 12232:foundation.e.browser:sandboxed_process2/u0i21 for service foundation.e.browser/org.chromium.content.app.SandboxedProcessService2
07-02 20:43:06.066  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:06.067  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:06.067  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:06.070  1263 10322 I ActivityManager: Killing 12169:foundation.e.browser:sandboxed_process1/u0a42i20 (adj 0): isolated not needed
07-02 20:43:06.070  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:06.070  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:06.070  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:06.087  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:06.087  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:06.087  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:06.102  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:06.102  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:06.102  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:06.150  1263  1366 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state (No such file or directory)
07-02 20:43:06.151  1263  1366 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
07-02 20:43:06.152  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:06.152  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:06.152  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:06.162  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:06.162  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:06.162  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:06.247  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:06.247  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:06.248  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:06.251  1263  1582 D NetworkManagement: oldRule = 0, newRule=0 for uid=10042 on chain 2
07-02 20:43:06.251  1263  1582 D NetworkManagement: !!!!! Skipping change
07-02 20:43:06.367  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:06.368  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:06.368  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:06.422  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:06.422  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:06.422  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:12.819  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:43:12.820  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:43:12.820  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:12.820  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:12.820  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:12.820  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:12.820  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:12.821  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:12.822  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:12.822  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:12.822  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:12.822  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:12.822  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:12.823  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:12.823  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:12.824  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:12.824  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:12.824  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:12.824  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:12.825  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:12.825  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:12.825  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:12.826  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:12.826  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:12.827  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:12.827  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:12.827  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:12.828  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:12.828  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:12.830  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:12.830  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:12.831  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:15.872  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:15.872  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:15.872  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:17.790  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:17.790  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:17.790  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:17.792  1263  1582 D NetworkManagement: oldRule = 0, newRule=0 for uid=10004 on chain 2
07-02 20:43:17.792  1263  1582 D NetworkManagement: !!!!! Skipping change
07-02 20:43:17.813  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:17.813  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:17.813  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:17.815  1263  1582 D NetworkManagement: oldRule = 0, newRule=0 for uid=10004 on chain 2
07-02 20:43:17.815  1263  1582 D NetworkManagement: !!!!! Skipping change
07-02 20:43:17.829  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:17.829  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:17.829  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:17.831  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:17.831  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:17.831  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:21.366  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:21.366  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:21.366  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:21.400  1263  4454 I ActivityManager: START u0 {dat=content://org.sufficientlysecure.keychain.tempstorage/f0dab283-3c47-4750-a960-712fd0cb7498 typ=text/plain cmp=org.sufficientlysecure.keychain/.ui.DisplayTextActivity (has extras)} from uid 10097
07-02 20:43:21.423  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:21.423  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:21.423  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:21.600  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:21.600  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:21.600  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:21.718  1263 10322 I ActivityManager: START u0 {flg=0x10008000 cmp=com.android.nfc/.NfcRootActivity (has extras)} from uid 1027
07-02 20:43:21.731  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:21.731  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:21.731  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:21.739  1263 10322 I ActivityManager: START u0 {act=android.nfc.action.NDEF_DISCOVERED dat=https://my.yubico.com/... cmp=foundation.e.browser/com.google.android.apps.chrome.IntentDispatcher (has extras)} from uid 1027
07-02 20:43:21.754  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:21.754  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:21.754  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:21.758  1263  1582 D NetworkManagement: oldRule = 0, newRule=0 for uid=10042 on chain 2
07-02 20:43:21.758  1263  1582 D NetworkManagement: !!!!! Skipping change
07-02 20:43:21.763  1263  4454 D ConnectivityService: requestNetwork for uid/pid:10042/12085 NetworkRequest [ TRACK_DEFAULT id=92, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.764  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:43:21.764  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -67 SSID: "Exit"]
07-02 20:43:21.764  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:21.764  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:21.764  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:43:21.764  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:43:21.764  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:43:21.764  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:43:21.764  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:43:21.764  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:43:21.764  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=92, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.764  1263  1589 D ConnectivityService: currentScore = 0, newScore = 60
07-02 20:43:21.764  1263  1589 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:21.764  1263  1589 D ConnectivityService:    accepting network in place of null
07-02 20:43:21.764  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=92, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.765  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:43:21.765  1263  1589 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=92, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.765  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:43:21.765  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:43:21.765  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:21.765  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:21.765  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:43:21.765  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:21.765  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:21.765  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:21.765  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.765  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.765  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=92, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.765  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:21.766  1263 10322 D ConnectivityService: listenForNetwork for uid/pid:10042/12085 NetworkRequest [ LISTEN id=93, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.766  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:43:21.766  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -67 SSID: "Exit"]
07-02 20:43:21.766  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:21.767  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:21.767  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:43:21.767  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:43:21.767  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:43:21.767  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:43:21.767  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:43:21.767  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:43:21.767  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 92. No change.
07-02 20:43:21.767  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:43:21.767  1263  1589 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=93, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.767  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:43:21.767  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:43:21.768  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:21.768  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:21.768  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:43:21.768  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:21.768  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:21.768  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:21.768  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.768  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.768  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=92, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:21.768  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:21.772  1263 10322 I ActivityManager: START u0 {act=android.nfc.action.NDEF_DISCOVERED dat=https://my.yubico.com/... flg=0x14002000 cmp=foundation.e.browser/org.chromium.chrome.browser.ChromeTabbedActivity (has extras)} from uid 10042
07-02 20:43:21.791  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:21.791  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:21.791  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:21.794  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:21.795  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:21.795  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:21.795  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:21.795  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:21.795  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:21.813  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:21.813  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:21.813  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:21.818  1263  1363 I ActivityManager: Start proc 12312:foundation.e.browser:sandboxed_process3/u0i22 for service foundation.e.browser/org.chromium.content.app.SandboxedProcessService3
07-02 20:43:21.846  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:21.846  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:21.846  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:22.006  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:22.006  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:22.006  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:22.012  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:43:22.012  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:43:22.015  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:22.016  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:22.016  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:22.016  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:22.016  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:22.016  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:22.016  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:22.016  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:22.016  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:22.016  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:22.016  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:22.016  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:22.018  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:22.018  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:22.018  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:22.018  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:22.018  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:22.018  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:22.019  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:22.019  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:22.020  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:22.021  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:22.021  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.021  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.021  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.021  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.022  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.022  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.022  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.022  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.022  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=92, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.022  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=92, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.022  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=93, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.022  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=93, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:22.148  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:22.149  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:22.149  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:22.609  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:22.609  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:22.609  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:22.630  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:22.631  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:22.631  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:22.670  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:22.671  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:22.671  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:24.316  1263  1362 D AutofillManagerService: onBackKeyPressed()
07-02 20:43:24.319  1263  4454 I ActivityManager: moveTaskToBack: TaskRecord{96966f4 #265 A=foundation.e.browser U=0 StackId=40 sz=1}
07-02 20:43:24.332  1263  1589 D ConnectivityService: releasing NetworkRequest [ LISTEN id=93, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ] (release request)
07-02 20:43:24.333  1263  1589 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=92, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ] (release request)
07-02 20:43:24.333  1263  1589 D ConnectivityService:  Removing from current network NetworkAgentInfo [WIFI () - 103], leaving 15 requests.
07-02 20:43:24.342  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:24.342  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:24.342  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:24.353  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:24.353  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:24.353  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:24.409  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:24.409  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:24.409  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:24.828  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:24.828  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:24.828  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:24.855  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:24.855  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:24.855  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:24.858  1263  5083 I ActivityManager: Killing 12232:foundation.e.browser:sandboxed_process2/u0a42i21 (adj 0): isolated not needed
07-02 20:43:24.858  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:24.858  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:24.858  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:24.895  1263  1366 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state (No such file or directory)
07-02 20:43:24.895  1263  1366 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
07-02 20:43:24.898  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:24.898  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:24.898  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:25.020  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:25.020  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:25.020  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:25.026  1263  1582 D NetworkManagement: oldRule = 0, newRule=0 for uid=10042 on chain 2
07-02 20:43:25.026  1263  1582 D NetworkManagement: !!!!! Skipping change
07-02 20:43:25.089  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:25.089  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:25.089  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:27.567  1263  1366 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state (No such file or directory)
07-02 20:43:27.567  1263  1366 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
07-02 20:43:27.570  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:27.570  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:27.570  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:27.641  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:27.641  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:27.641  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:28.076  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:28.076  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:28.076  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:28.077  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:28.077  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:28.077  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:28.141  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:43:28.141  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:43:28.141  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:28.141  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:28.141  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:28.141  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:28.141  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:28.141  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:28.141  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:28.141  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:28.141  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:28.142  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:28.142  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:28.142  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:28.142  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:28.142  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:28.142  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:28.142  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:28.142  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:28.142  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:28.142  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:28.143  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:28.143  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:28.143  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:28.143  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.143  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.143  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.143  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.144  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.144  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.144  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.144  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.740  1263  4454 D ConnectivityService: requestNetwork for uid/pid:10042/12085 NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.742  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:43:28.742  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -67 SSID: "Exit"]
07-02 20:43:28.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:28.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:28.742  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.742  1263  1589 D ConnectivityService: currentScore = 0, newScore = 60
07-02 20:43:28.742  1263  1589 D ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:28.742  1263  1589 D ConnectivityService:    accepting network in place of null
07-02 20:43:28.742  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.744  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:43:28.744  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:43:28.744  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:43:28.745  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:43:28.745  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:43:28.745  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:43:28.745  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:43:28.745  1263  1589 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.747  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:43:28.747  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:43:28.747  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:28.747  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:28.747  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.748  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:43:28.748  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:28.748  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:28.748  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:28.748  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.748  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.748  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:28.748  1263  5083 D ConnectivityService: listenForNetwork for uid/pid:10042/12085 NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.749  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:43:28.750  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -67 SSID: "Exit"]
07-02 20:43:28.750  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:28.750  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:28.750  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 94. No change.
07-02 20:43:28.750  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:43:28.750  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:43:28.750  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:43:28.750  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:43:28.750  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:43:28.750  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:43:28.750  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:43:28.751  1263  1589 D ConnectivityService: sending notification CALLBACK_AVAILABLE for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.751  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:43:28.752  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:43:28.752  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:43:28.752  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:28.752  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.752  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:43:28.752  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:28.752  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:28.752  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:28.752  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.752  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:28.752  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:28.992  1263  5083 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=content://com.android.externalstorage.documents/document/primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg typ=application/octet-stream flg=0x3 cmp=org.sufficientlysecure.keychain/.ui.DecryptActivity} from uid 10026
07-02 20:43:29.004  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:29.004  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:29.004  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:29.009  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:29.009  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:29.009  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:29.086  1263  5083 I ActivityManager: START u0 {cmp=org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity (has extras)} from uid 10097
07-02 20:43:29.105  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:29.105  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:29.105  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:29.268  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:29.268  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:29.268  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:29.269  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:29.269  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:29.270  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:29.689  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:29.689  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:29.689  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:29.721  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:29.721  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:29.721  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:31.206  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:43:31.206  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:43:31.206  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:31.206  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:31.206  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:31.206  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:31.206  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:31.206  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:31.207  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:31.207  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:31.207  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:31.207  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:31.207  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:31.207  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:31.207  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:31.207  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:31.207  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:31.207  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:31.207  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:31.208  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:31.208  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:31.208  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:31.208  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:31.208  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:31.208  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:31.208  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:31.208  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:31.209  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:31.209  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:31.209  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:31.209  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:31.209  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:31.209  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:31.209  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:31.209  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:31.210  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:33.488  1263  1362 D AutofillManagerService: onBackKeyPressed()
07-02 20:43:33.548  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:33.548  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:33.548  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:33.567  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:33.567  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:33.567  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:34.948  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:34.948  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:34.948  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:35.034  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:35.034  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:35.034  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:35.462  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:35.462  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:35.462  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:35.463  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:35.463  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:35.463  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:36.211  1263  4454 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=content://com.android.externalstorage.documents/document/primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg typ=application/octet-stream flg=0x3 cmp=org.sufficientlysecure.keychain/.ui.DecryptActivity} from uid 10026
07-02 20:43:36.224  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:36.224  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:36.224  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:36.229  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:36.229  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:36.229  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:36.292  1263  5083 I ActivityManager: START u0 {cmp=org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity (has extras)} from uid 10097
07-02 20:43:36.312  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:36.312  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:36.312  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:36.472  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:36.472  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:36.472  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:36.473  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:36.473  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:36.473  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:36.893  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:36.893  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:36.893  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:36.926  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:36.926  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:36.926  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:39.284  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:39.284  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:39.284  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:39.289  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:39.289  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:39.289  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:39.289  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:39.289  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:39.289  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:39.376  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:39.376  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:39.376  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:39.443  1263  1866 I ActivityManager: START u0 {dat=content://org.sufficientlysecure.keychain.tempstorage/faf2c325-e95a-4860-8bba-5d4fd3fed431 typ=text/plain cmp=org.sufficientlysecure.keychain/.ui.DisplayTextActivity (has extras)} from uid 10097
07-02 20:43:39.463  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:39.463  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:39.463  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:39.574  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:39.574  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:39.574  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:40.002  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:40.002  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:40.002  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:40.770  1263  1362 D AutofillManagerService: onBackKeyPressed()
07-02 20:43:40.781  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:40.781  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:40.781  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:40.864  1263 10162 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:40.864  1263 10162 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:40.864  1263 10162 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:41.287  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:41.287  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:41.287  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:41.288  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:41.288  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:41.288  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:41.894  1263 10162 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=content://com.android.externalstorage.documents/document/primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg typ=application/octet-stream flg=0x3 cmp=org.sufficientlysecure.keychain/.ui.DecryptActivity} from uid 10026
07-02 20:43:41.906  1263 10162 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:41.906  1263 10162 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:41.906  1263 10162 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:41.912  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:41.912  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:41.912  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:41.961  1263 10162 I ActivityManager: START u0 {cmp=org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity (has extras)} from uid 10097
07-02 20:43:41.981  1263 10162 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:41.981  1263 10162 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:41.981  1263 10162 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:42.113  1263 10162 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:42.113  1263 10162 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:42.113  1263 10162 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:42.114  1263 10162 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:42.114  1263 10162 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:42.114  1263 10162 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:42.535  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:42.535  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:42.535  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:42.566  1263 10162 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:42.566  1263 10162 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:42.566  1263 10162 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:43.426  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:43:43.426  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:43:43.426  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:43.426  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:43.426  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:43.426  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:43.427  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:43.427  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:43.427  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:43.427  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:43.427  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:43.427  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:43.427  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:43.427  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:43.428  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:43.431  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:43.431  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:43.431  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:43.432  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:43.432  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:43.432  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:43.432  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:43.433  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:43.433  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:43.433  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:43.433  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:43.434  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:43.434  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:43.434  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:43.434  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:43.434  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:43.436  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:43.436  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:43.437  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:43.437  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:43.437  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.495  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:43:46.495  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:43:46.495  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:46.495  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:46.495  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:46.495  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:46.495  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:46.496  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:46.496  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:46.496  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:46.496  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:46.496  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:46.496  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:46.496  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:46.497  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:46.497  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:46.497  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:46.498  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:46.498  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:46.498  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:46.499  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:46.499  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:46.499  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:46.500  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:46.500  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.500  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.501  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.501  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.501  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.502  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.502  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.503  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.503  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.503  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.504  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:46.506  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:54.156  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:54.156  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:54.156  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:54.190  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:54.190  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:54.190  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:54.202  1263  1866 I ActivityManager: START u0 {dat=content://org.sufficientlysecure.keychain.tempstorage/1e5bf0dd-ca20-42fa-8146-595e9db4d656 typ=text/plain cmp=org.sufficientlysecure.keychain/.ui.DisplayTextActivity (has extras)} from uid 10097
07-02 20:43:54.212  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:54.212  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:54.212  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:54.295  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:54.295  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:54.295  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:54.711  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:54.711  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:54.711  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:55.635  1263  1362 D AutofillManagerService: onBackKeyPressed()
07-02 20:43:55.647  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:55.647  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:55.647  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:55.728  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:55.728  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:55.728  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:56.160  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:56.160  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:56.160  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:56.161  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:56.161  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:56.161  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:57.002  1263 11957 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=content://com.android.externalstorage.documents/document/primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg typ=application/octet-stream flg=0x3 cmp=org.sufficientlysecure.keychain/.ui.DecryptActivity} from uid 10026
07-02 20:43:57.015  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:57.015  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:57.015  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:57.021  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:57.021  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:57.021  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:57.074  1263  1866 I ActivityManager: START u0 {cmp=org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity (has extras)} from uid 10097
07-02 20:43:57.094  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:57.094  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:57.094  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:57.238  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:57.238  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:57.238  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:57.239  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:57.239  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:57.239  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:57.659  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:57.659  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:57.659  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:57.691  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:43:57.691  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:43:57.691  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:43:58.743  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:43:58.743  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:43:58.743  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:43:58.743  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:43:58.743  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:58.743  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:43:58.743  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:58.743  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:58.744  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:58.744  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:58.744  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:58.744  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:43:58.744  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:58.744  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:43:58.744  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:58.744  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:43:58.745  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:58.745  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:43:58.747  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:58.747  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:43:58.748  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:58.748  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:43:58.748  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:58.748  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:43:58.748  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:58.749  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:58.752  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:58.753  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:58.753  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:58.753  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:58.754  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:58.755  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:58.755  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:58.755  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:58.756  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:43:58.756  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:00.001  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.001  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.001  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:00.002  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.002  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.002  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:00.002  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.003  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.003  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:00.003  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.003  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.003  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:00.004  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.004  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.004  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:00.004  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.004  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.004  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:00.005  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.005  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.005  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:00.005  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.005  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.005  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:00.006  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.006  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.006  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:00.007  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.007  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.007  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:00.008  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.008  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.008  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:00.008  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:00.008  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:00.008  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:01.812  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:44:01.812  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:44:01.813  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:44:01.813  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:44:01.813  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:44:01.813  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:44:01.813  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:01.813  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:01.813  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:01.813  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:01.813  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:44:01.813  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:44:01.813  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:01.814  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:01.814  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:01.814  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:01.814  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:44:01.814  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:44:01.814  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:44:01.814  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:44:01.815  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:44:01.815  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:44:01.815  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:44:01.815  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:44:01.815  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:01.815  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:01.815  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:01.816  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:01.816  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:01.816  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:01.816  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:01.816  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:01.816  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:01.816  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:01.816  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:01.816  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
--------- beginning of main
07-02 20:44:11.776   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 126 lines
07-02 20:44:11.776   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 20 lines
07-02 20:44:11.777   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 61 lines
07-02 20:44:11.846 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:11.847 11997 12555 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:11.852 11997 12052 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:11.877   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.878   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.895   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.895   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.898   489  2341 D SurfaceFlinger: duplicate layer name: changing Surface(name=b1a9fbf org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity)/@0x2a6168d - animation-leash to Surface(name=b1a9fbf org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity)/@0x2a6168d - animation-leash#1
07-02 20:44:11.908   489   489 E SurfaceFlinger: [org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0] rejecting buffer: bufWidth=1218, bufHeight=1582, front.active.{w=1218, h=1645}
07-02 20:44:11.911   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 61 lines
07-02 20:44:11.911   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.912   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.913   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 128 lines
07-02 20:44:11.913   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 42 lines
07-02 20:44:11.919   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 19 lines
07-02 20:44:11.928   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.929   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.945   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.946   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.962   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.963   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:11.977 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 2 lines
07-02 20:44:11.979   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.027   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 32 lines
07-02 20:44:12.028   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.045   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.045   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.061   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.061   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.062 11997 12559 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:12.078   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.178   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.195   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.195   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.211   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.328   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.343 11997 12555 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:12.343   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 121 lines
07-02 20:44:12.344   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.344   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 53 lines
07-02 20:44:12.344   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 42 lines
07-02 20:44:12.345   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.345   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 19 lines
07-02 20:44:12.348 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 2 lines
07-02 20:44:12.360   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.361   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.471 11997 12559 I chatty  : uid=1027(nfc) com.android.nfc expire 4 lines
07-02 20:44:12.694   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:12.696   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 65 lines
07-02 20:44:12.697   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:13.111 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 9 lines
07-02 20:44:13.253 11997 12537 I chatty  : uid=1027(nfc) com.android.nfc expire 4 lines
07-02 20:44:13.525   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:14.142   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:14.153  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:14.159   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:14.159   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:14.168  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:14.175   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:14.525   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.662   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 44 lines
07-02 20:44:15.662   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 124 lines
07-02 20:44:15.663   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 21 lines
07-02 20:44:15.663   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:15.706 11997 12571 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:15.725 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 2 lines
07-02 20:44:15.725 11997 12052 I chatty  : uid=1027(nfc) com.android.nfc expire 2 lines
07-02 20:44:15.739   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.755   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
07-02 20:44:15.756   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.760   489  1384 D SurfaceFlinger: duplicate layer name: changing Surface(name=b1a9fbf org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity)/@0x2a6168d - animation-leash to Surface(name=b1a9fbf org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity)/@0x2a6168d - animation-leash#1
07-02 20:44:15.768   489   489 E SurfaceFlinger: [org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0] rejecting buffer: bufWidth=1218, bufHeight=1582, front.active.{w=1218, h=1645}
07-02 20:44:15.769 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 2 lines
07-02 20:44:15.772   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.773   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.789   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.790   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.805   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.841   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.854   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.872   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.879   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 42 lines
07-02 20:44:15.879   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 127 lines
07-02 20:44:15.879   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 20 lines
07-02 20:44:15.880   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:15.888   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.888   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.905   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.905   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.922   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.922   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:15.938 11997 12575 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:15.939   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.055   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 16 lines
07-02 20:44:16.056   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.072   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.072   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.081 11997 12571 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:16.088 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:16.088   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.105   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.121   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.122   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.132   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 20 lines
07-02 20:44:16.132   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 61 lines
07-02 20:44:16.134   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 45 lines
07-02 20:44:16.135   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 128 lines
07-02 20:44:16.138   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.139   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.156   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.156   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.171   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.172   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.188   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.189   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.205   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.206   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.211 11997 12577 I chatty  : uid=1027(nfc) com.android.nfc expire 4 lines
07-02 20:44:16.221   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.222   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.238   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.238   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.342   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 54 lines
07-02 20:44:16.343   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 118 lines
07-02 20:44:16.343   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 48 lines
07-02 20:44:16.355   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 23 lines
07-02 20:44:16.403   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.404   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.499 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:16.553   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:16.554   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 64 lines
07-02 20:44:16.554   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:17.387   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:17.935   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:17.946  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:17.951   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:17.952   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:17.962  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:17.968   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:18.268   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.304 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 16 lines
07-02 20:44:19.320   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:19.322   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 122 lines
07-02 20:44:19.322   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 44 lines
07-02 20:44:19.325   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 18 lines
07-02 20:44:19.578 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:19.583   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 129 lines
07-02 20:44:19.583   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 17 lines
07-02 20:44:19.584   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 65 lines
07-02 20:44:19.585   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 43 lines
07-02 20:44:19.602 11997 12590 I chatty  : uid=1027(nfc) com.android.nfc expire 5 lines
07-02 20:44:19.632   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.633   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.649   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.649   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.666   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.683   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 38 lines
07-02 20:44:19.684   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.698   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.699   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.714   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.715   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.731   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.732   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.748   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.748   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.765   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.765   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.782   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.782   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:19.798   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:20.098   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:20.557   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 112 lines
07-02 20:44:20.663   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 43 lines
07-02 20:44:20.790   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 28 lines
07-02 20:44:20.790   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 65 lines
07-02 20:44:20.878   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:20.878   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.092 11997 12575 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:21.329   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.330   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.345   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.346   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.381   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 129 lines
07-02 20:44:21.386  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:21.386  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:21.386  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:21.396   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 44 lines
07-02 20:44:21.411   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.427  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:21.427  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:21.427  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:21.440  1263  1624 I ActivityManager: START u0 {dat=content://org.sufficientlysecure.keychain.tempstorage/ea3ebc3c-82e0-48ab-acdd-c93ea8997f8c typ=text/plain cmp=org.sufficientlysecure.keychain/.ui.DisplayTextActivity (has extras)} from uid 10097
07-02 20:44:21.444   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 226 lines
07-02 20:44:21.444   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.453  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:21.453  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:21.453  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:21.457 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@584d9a7
07-02 20:44:21.461   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.542  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:21.542  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:21.542  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:21.596   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.610   489  1179 W SurfaceFlinger: Attempting to set client state on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:44:21.610   489  1179 W SurfaceFlinger: Attempting to destroy on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:44:21.614   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.614   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.627   489  1179 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=263#0
07-02 20:44:21.627   489  1179 W SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=263#0
07-02 20:44:21.629   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.629   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:21.947  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:21.947  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:21.947  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:22.898  1263  1624 W VibratorService: Failed to perform effect (2)
07-02 20:44:22.898  1263  1362 D AutofillManagerService: onBackKeyPressed()
07-02 20:44:22.912  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:22.912  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:22.912  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:22.931 11963 12610 D ProvidersAccess: Matched roots: [Root{authority=null, rootId=null, title=Zuletzt verwendet, isUsb=false, isSd=false, isMtp=false} @ content:/root/null, Root{authority=com.android.providers.downloads.documents, rootId=downloads, title=Downloads, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.downloads.documents/root/downloads, Root{authority=com.android.shell.documents, rootId=bugreport, title=Fehlerberichte, isUsb=false, isSd=false, isMtp=false} @ content://com.android.shell.documents/root/bugreport, Root{authority=com.android.providers.media.documents, rootId=images_root, title=Bilder, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/images_root, Root{authority=com.android.providers.media.documents, rootId=videos_root, title=Videos, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/videos_root, Root{authority=com.android.providers.media.documents, rootId=audio_root, title=Audio, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/audio_root, Root{authority=org.nextcloud.documents, rootId=mildner@cloud.hypercat.de, title=Nextcloud, isUsb=false, isSd=false, isMtp=false} @ content://org.nextcloud.documents/root/mildner%40cloud.hypercat.de, Root{authority=com.android.externalstorage.documents, rootId=6DA1-1306, title=SD-Karte von SanDisk, isUsb=false, isSd=true, isMtp=false} @ content://com.android.externalstorage.documents/root/6DA1-1306, Root{authority=com.android.externalstorage.documents, rootId=primary, title=FP3, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/primary, Root{authority=com.android.externalstorage.documents, rootId=home, title=Dokumente, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/home]
07-02 20:44:22.994  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:22.994  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:22.994  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:23.429  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:23.429  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:23.429  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:23.430  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:23.430  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:23.430  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:23.486   610  1563 D audio_hw_primary: out_standby: enter: stream (0xea066800) usecase(1: low-latency-playback)
07-02 20:44:23.529   610  1563 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-02 20:44:23.531   610  1563 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0
07-02 20:44:23.531   610  1563 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:44:23.531   610  1563 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
07-02 20:44:23.531   610  1563 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:23.533   610  1563 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
07-02 20:44:23.533   610  1563 D audio_hw_primary: out_standby: exit
07-02 20:44:24.627 11963 11963 D QuickViewIntentBuilder: Preparing intent for doc:primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg
07-02 20:44:24.629  1263  1866 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=content://com.android.externalstorage.documents/document/primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg typ=application/octet-stream flg=0x3 cmp=org.sufficientlysecure.keychain/.ui.DecryptActivity} from uid 10026
07-02 20:44:24.641 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@b423d9e
07-02 20:44:24.644  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:24.644  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:24.644  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:24.649  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:24.649  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:24.649  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:24.703  1263  1866 I ActivityManager: START u0 {cmp=org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity (has extras)} from uid 10097
07-02 20:44:24.725  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:24.725  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:24.725  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:24.732 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@852f0ba
07-02 20:44:24.766   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 22 lines
07-02 20:44:24.766   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 50 lines
07-02 20:44:24.851  1263  1360 I ActivityManager: Displayed org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity: +94ms
07-02 20:44:24.854  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:24.855  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:24.855  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:24.856  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:24.856  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:24.856  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:24.872   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:24.873   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:24.873  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:24.890   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:24.891   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:24.892  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:24.906   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:25.277  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:25.277  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:25.277  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:25.308  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:25.308  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:25.308  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:26.119   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.135   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.385   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.394 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 9 lines
07-02 20:44:26.402   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.402   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.418   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.418   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.422 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:26.434   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.451   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.466   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 118 lines
07-02 20:44:26.467   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 42 lines
07-02 20:44:26.468   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.469   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.471   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 22 lines
07-02 20:44:26.471   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 55 lines
07-02 20:44:26.481 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 16 lines
07-02 20:44:26.485   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.485   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.501   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:26.534   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 5 lines
07-02 20:44:26.534   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.357   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 44 lines
07-02 20:44:27.359   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 134 lines
07-02 20:44:27.362   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 16 lines
07-02 20:44:27.362   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:27.410 11997 12627 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:27.414   610  2634 D audio_hw_primary: start_output_stream: enter: stream(0xea066800)usecase(1: low-latency-playback) devices(0x2)
07-02 20:44:27.415   610  2634 D audio_hw_primary: select_devices for use case (low-latency-playback)
07-02 20:44:27.415   610  2634 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
07-02 20:44:27.415   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
07-02 20:44:27.415   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:44:27.415   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker
07-02 20:44:27.415   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 1 device (speaker)
07-02 20:44:27.415   610  2634 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
07-02 20:44:27.415   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2
07-02 20:44:27.415   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
07-02 20:44:27.415   610  2634 E msm8916_platform: platform_check_backends_match: Invalid snd_device = 
07-02 20:44:27.415   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: (65) check_usecases curr device: speaker, usecase device: backends match 0
07-02 20:44:27.415   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
07-02 20:44:27.415   610  2634 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:44:27.415   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:27.415   610  2634 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-02 20:44:27.415   610  2634 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
07-02 20:44:27.415   610  2634 D audio_route: Apply path: speaker
07-02 20:44:27.417   610  2634 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
07-02 20:44:27.417   610  2634 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
07-02 20:44:27.417   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:27.418   610  2634 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
07-02 20:44:27.418   610  2634 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 2
07-02 20:44:27.418   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11131, sample rate = 48000
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> send_asm_topology
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> send_adm_topology
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> send_audtable
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> send_audvoltable
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> send_audstrmtable
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> send_afe_topology
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 1000ff00
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> send_afe_cal
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
07-02 20:44:27.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
07-02 20:44:27.419   610  2634 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
07-02 20:44:27.419   610  2634 D audio_route: Apply path: low-latency-playback
07-02 20:44:27.420   610  2634 D audio_hw_primary: select_devices: done
07-02 20:44:27.424   610  2634 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map12
07-02 20:44:27.424   610  2634 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
07-02 20:44:27.431   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.432   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.449   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.449   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.465   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.466   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.472   610  2634 D audio_hw_primary: start_output_stream: exit
07-02 20:44:27.484   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.486   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.497   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 126 lines
07-02 20:44:27.501   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.502   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.503   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 46 lines
07-02 20:44:27.506   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 22 lines
07-02 20:44:27.506   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:27.517   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.517   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.533   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.601   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 53 lines
07-02 20:44:27.617   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.617   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.618 11997 12052 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:27.633   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.650   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.651   489   502 D SurfaceFlinger: duplicate layer name: changing Surface(name=c9a5b72 org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity)/@0xb814358 - animation-leash to Surface(name=c9a5b72 org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity)/@0xb814358 - animation-leash#1
07-02 20:44:27.667   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.734   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.750   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.751   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.767   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.884   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.899   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.900   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:27.916   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:28.016   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:28.032   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:28.033   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:28.050   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:28.050   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:28.066   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:28.132   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:28.333   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 54 lines
07-02 20:44:28.335   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 124 lines
07-02 20:44:28.433   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:28.434   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
07-02 20:44:28.435   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:28.467   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 22 lines
07-02 20:44:28.468   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 110 lines
07-02 20:44:29.207   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 25 lines
07-02 20:44:29.207   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 112 lines
07-02 20:44:29.209   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 41 lines
07-02 20:44:29.214 11997 12627 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:29.224 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:29.264   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:30.729   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 57 lines
07-02 20:44:30.730   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:30.735  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:30.746   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:30.747   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:30.753  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:30.762   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:31.079   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:31.349   610  1563 D audio_hw_primary: out_standby: enter: stream (0xea066800) usecase(1: low-latency-playback)
07-02 20:44:31.391   610  1563 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-02 20:44:31.392   610  1563 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0
07-02 20:44:31.392   610  1563 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:44:31.392   610  1563 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
07-02 20:44:31.392   610  1563 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:31.394   610  1563 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
07-02 20:44:31.395   610  1563 D audio_hw_primary: out_standby: exit
07-02 20:44:32.652 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 25 lines
07-02 20:44:32.794   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 19 lines
07-02 20:44:32.795   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:32.796   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 41 lines
07-02 20:44:32.797   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 125 lines
07-02 20:44:32.811 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:33.387   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 129 lines
07-02 20:44:33.388   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 43 lines
07-02 20:44:33.391   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 17 lines
07-02 20:44:33.392   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 65 lines
07-02 20:44:33.411 11997 12645 I chatty  : uid=1027(nfc) com.android.nfc expire 4 lines
07-02 20:44:33.415   610  2634 D audio_hw_primary: start_output_stream: enter: stream(0xea066800)usecase(1: low-latency-playback) devices(0x2)
07-02 20:44:33.415   610  2634 D audio_hw_primary: select_devices for use case (low-latency-playback)
07-02 20:44:33.415   610  2634 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
07-02 20:44:33.415   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
07-02 20:44:33.415   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:44:33.415   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker
07-02 20:44:33.415   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 1 device (speaker)
07-02 20:44:33.415   610  2634 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
07-02 20:44:33.415   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2
07-02 20:44:33.415   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
07-02 20:44:33.415   610  2634 E msm8916_platform: platform_check_backends_match: Invalid snd_device = 
07-02 20:44:33.415   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: (65) check_usecases curr device: speaker, usecase device: backends match 0
07-02 20:44:33.416   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
07-02 20:44:33.416   610  2634 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:44:33.416   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:33.416   610  2634 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-02 20:44:33.416   610  2634 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
07-02 20:44:33.416   610  2634 D audio_route: Apply path: speaker
07-02 20:44:33.417   610  2634 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
07-02 20:44:33.417   610  2634 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
07-02 20:44:33.417   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:33.418   610  2634 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
07-02 20:44:33.418   610  2634 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 2
07-02 20:44:33.418   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11131, sample rate = 48000
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> send_asm_topology
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> send_adm_topology
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> send_audtable
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> send_audvoltable
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> send_audstrmtable
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> send_afe_topology
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 1000ff00
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> send_afe_cal
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
07-02 20:44:33.419   610  2634 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
07-02 20:44:33.419   610  2634 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
07-02 20:44:33.419   610  2634 D audio_route: Apply path: low-latency-playback
07-02 20:44:33.420   610  2634 D audio_hw_primary: select_devices: done
07-02 20:44:33.424   610  2634 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map12
07-02 20:44:33.425   610  2634 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
07-02 20:44:33.439   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.440   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.456   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.457   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.471   610  2634 D audio_hw_primary: start_output_stream: exit
07-02 20:44:33.473   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.474   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.492   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.493   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.507   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.507   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.524   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.524   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.541   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.542   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.557   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.558   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.574   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.575   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.579   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 120 lines
07-02 20:44:33.579   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 46 lines
07-02 20:44:33.590   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:33.891   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 39 lines
07-02 20:44:33.891   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:34.489   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:34.506   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:34.593   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 25 lines
07-02 20:44:34.594   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:35.246 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:35.421   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:35.421   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:35.430   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 47 lines
07-02 20:44:35.436   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:35.437   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:35.438   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 110 lines
07-02 20:44:35.440   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 26 lines
07-02 20:44:35.440   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 71 lines
07-02 20:44:35.463  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:35.463  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:35.463  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:35.487   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:35.494  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:35.494  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:35.494  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:35.508  1263  1624 I ActivityManager: START u0 {dat=content://org.sufficientlysecure.keychain.tempstorage/aeb94a6b-b1b1-45a0-a2f5-bcbd288d17d1 typ=text/plain cmp=org.sufficientlysecure.keychain/.ui.DisplayTextActivity (has extras)} from uid 10097
07-02 20:44:35.518  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:35.518  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:35.518  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:35.520   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 178 lines
07-02 20:44:35.521   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:35.525 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@ccbec42
07-02 20:44:35.537   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:35.594  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:35.594  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:35.594  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:35.655   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:35.669   489  2341 W SurfaceFlinger: Attempting to set client state on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:44:35.669   489  2341 W SurfaceFlinger: Attempting to destroy on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:44:35.671   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:35.704   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:36.022  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:36.022  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:36.022  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:37.195  1263  1362 D AutofillManagerService: onBackKeyPressed()
07-02 20:44:37.208  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:37.208  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:37.208  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:37.222 11963 12662 D ProvidersAccess: Matched roots: [Root{authority=null, rootId=null, title=Zuletzt verwendet, isUsb=false, isSd=false, isMtp=false} @ content:/root/null, Root{authority=com.android.providers.downloads.documents, rootId=downloads, title=Downloads, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.downloads.documents/root/downloads, Root{authority=com.android.shell.documents, rootId=bugreport, title=Fehlerberichte, isUsb=false, isSd=false, isMtp=false} @ content://com.android.shell.documents/root/bugreport, Root{authority=com.android.providers.media.documents, rootId=images_root, title=Bilder, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/images_root, Root{authority=com.android.providers.media.documents, rootId=videos_root, title=Videos, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/videos_root, Root{authority=com.android.providers.media.documents, rootId=audio_root, title=Audio, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/audio_root, Root{authority=org.nextcloud.documents, rootId=mildner@cloud.hypercat.de, title=Nextcloud, isUsb=false, isSd=false, isMtp=false} @ content://org.nextcloud.documents/root/mildner%40cloud.hypercat.de, Root{authority=com.android.externalstorage.documents, rootId=6DA1-1306, title=SD-Karte von SanDisk, isUsb=false, isSd=true, isMtp=false} @ content://com.android.externalstorage.documents/root/6DA1-1306, Root{authority=com.android.externalstorage.documents, rootId=primary, title=FP3, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/primary, Root{authority=com.android.externalstorage.documents, rootId=home, title=Dokumente, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/home]
07-02 20:44:37.295  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:37.295  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:37.295  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:37.345   610  1563 D audio_hw_primary: out_standby: enter: stream (0xea066800) usecase(1: low-latency-playback)
07-02 20:44:37.386   610  1563 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-02 20:44:37.387   610  1563 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0
07-02 20:44:37.387   610  1563 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:44:37.387   610  1563 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
07-02 20:44:37.387   610  1563 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:37.388   610  1563 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
07-02 20:44:37.389   610  1563 D audio_hw_primary: out_standby: exit
07-02 20:44:37.719  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:37.719  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:37.719  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:37.720  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:37.720  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:37.720  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:38.526 11963 11963 D QuickViewIntentBuilder: Preparing intent for doc:primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg
07-02 20:44:38.528  1263  5083 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=content://com.android.externalstorage.documents/document/primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg typ=application/octet-stream flg=0x3 cmp=org.sufficientlysecure.keychain/.ui.DecryptActivity} from uid 10026
07-02 20:44:38.536 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@5ae6b25
07-02 20:44:38.540  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:38.540  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:38.540  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:38.544  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:38.545  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:38.545  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:38.592  1263  5083 I ActivityManager: START u0 {cmp=org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity (has extras)} from uid 10097
07-02 20:44:38.615  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:38.615  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:38.615  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:38.622 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@8b4c2f1
07-02 20:44:38.744  1263  1360 I ActivityManager: Displayed org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity: +87ms
07-02 20:44:38.746  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:38.746  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:38.746  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:38.747  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:38.747  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:38.747  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:38.763  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:38.764   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:38.765   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:38.781  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:38.782   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:39.167  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:39.167  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:39.167  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:39.200  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:39.200  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:39.200  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:39.777   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:39.793   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.010   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.027   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.027   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.030 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:40.043   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.044   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.059   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.060   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.066   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 44 lines
07-02 20:44:40.068   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 134 lines
07-02 20:44:40.072   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 16 lines
07-02 20:44:40.072   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:40.076   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.143   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
07-02 20:44:40.143   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.160   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.160   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.176   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.177   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.192   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.193   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.196 11997 12676 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:40.199   610  2634 D audio_hw_primary: start_output_stream: enter: stream(0xea066800)usecase(1: low-latency-playback) devices(0x2)
07-02 20:44:40.200   610  2634 D audio_hw_primary: select_devices for use case (low-latency-playback)
07-02 20:44:40.200   610  2634 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
07-02 20:44:40.200   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
07-02 20:44:40.200   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:44:40.200   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker
07-02 20:44:40.200   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 1 device (speaker)
07-02 20:44:40.200   610  2634 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
07-02 20:44:40.200   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2
07-02 20:44:40.200   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
07-02 20:44:40.200   610  2634 E msm8916_platform: platform_check_backends_match: Invalid snd_device = 
07-02 20:44:40.200   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: (65) check_usecases curr device: speaker, usecase device: backends match 0
07-02 20:44:40.200   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
07-02 20:44:40.200   610  2634 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:44:40.200   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:40.200   610  2634 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-02 20:44:40.200   610  2634 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
07-02 20:44:40.200   610  2634 D audio_route: Apply path: speaker
07-02 20:44:40.202   610  2634 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
07-02 20:44:40.202   610  2634 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
07-02 20:44:40.202   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:40.202   610  2634 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
07-02 20:44:40.202   610  2634 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 2
07-02 20:44:40.203   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11131, sample rate = 48000
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> send_asm_topology
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> send_adm_topology
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> send_audtable
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> send_audvoltable
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> send_audstrmtable
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> send_afe_topology
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 1000ff00
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> send_afe_cal
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
07-02 20:44:40.203   610  2634 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
07-02 20:44:40.203   610  2634 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
07-02 20:44:40.204   610  2634 D audio_route: Apply path: low-latency-playback
07-02 20:44:40.204   610  2634 D audio_hw_primary: select_devices: done
07-02 20:44:40.208   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.208   610  2634 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map12
07-02 20:44:40.208   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.209   610  2634 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
07-02 20:44:40.224   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.225   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.242   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.243   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.257   610  2634 D audio_hw_primary: start_output_stream: exit
07-02 20:44:40.258   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.259   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.276   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.277   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.294   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.295   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.310   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 20 lines
07-02 20:44:40.310   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:40.311   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.312   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.312   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 48 lines
07-02 20:44:40.326   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.327   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.328   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 248 lines
07-02 20:44:40.344   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.345   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.352 11604 11613 W System  : A resource failed to call close. 
07-02 20:44:40.355 11604 11613 I chatty  : uid=10097(org.sufficientlysecure.keychain) FinalizerDaemon identical 23 lines
07-02 20:44:40.355 11604 11613 W System  : A resource failed to call close. 
07-02 20:44:40.356 11604 11613 W System  : A resource failed to call end. 
07-02 20:44:40.356 11604 11613 W System  : A resource failed to call end. 
07-02 20:44:40.356 11604 11613 W System  : A resource failed to call close. 
07-02 20:44:40.358 11604 11613 W System  : A resource failed to call close. 
07-02 20:44:40.361   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.361   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.369 11604 11613 W System  : A resource failed to call close. 
07-02 20:44:40.370 11604 11613 W System  : A resource failed to call close. 
07-02 20:44:40.371 11604 11613 W System  : A resource failed to call close. 
07-02 20:44:40.371 11604 11613 W System  : A resource failed to call close. 
07-02 20:44:40.377   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.377   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.386 11604 11613 W System  : A resource failed to call close. 
07-02 20:44:40.391 11604 11613 W System  : A resource failed to call close. 
07-02 20:44:40.394   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:40.418  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:40.419  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:40.419  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:40.907   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 184 lines
07-02 20:44:40.908   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:41.636  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:44:41.638  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:44:41.638  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:44:41.638  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:44:41.638  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:44:41.638  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:44:41.638  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:41.639  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:41.639  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:41.639  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:41.639  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:44:41.639  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:44:41.639  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:41.640  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:41.641  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:41.641  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:41.641  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:44:41.641  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:44:41.642  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:44:41.642  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:44:41.642  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:44:41.643  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:44:41.643  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:44:41.643  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:44:41.644  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.644  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.644  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.645  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.645  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.645  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.645  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.645  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.646  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.646  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.646  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.647  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:41.672   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:41.672   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:41.963   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 27 lines
07-02 20:44:41.964   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:41.965   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 43 lines
07-02 20:44:42.051 11997 12676 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:42.051 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:42.172   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:42.173   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:42.189   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:42.189   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:42.216  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:42.216  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:42.216  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:42.239   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:42.250  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:42.250  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:42.250  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:42.268  1263  1866 I ActivityManager: START u0 {dat=content://org.sufficientlysecure.keychain.tempstorage/cfd04a86-ddc3-456f-bed1-263a578d690a typ=text/plain cmp=org.sufficientlysecure.keychain/.ui.DisplayTextActivity (has extras)} from uid 10097
07-02 20:44:42.273   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:42.282  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:42.282  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:42.282  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:42.287 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@b7ca6d2
07-02 20:44:42.288   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:42.377  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:42.377  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:42.377  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:42.409   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:42.421   489   502 W SurfaceFlinger: Attempting to set client state on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:44:42.421   489   502 W SurfaceFlinger: Attempting to destroy on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:44:42.422   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:42.455   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:42.807  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:42.807  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:42.807  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:43.591  1263  1362 D AutofillManagerService: onBackKeyPressed()
07-02 20:44:43.602  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:43.602  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:43.602  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:43.626 11963 12696 D ProvidersAccess: Matched roots: [Root{authority=null, rootId=null, title=Zuletzt verwendet, isUsb=false, isSd=false, isMtp=false} @ content:/root/null, Root{authority=com.android.providers.downloads.documents, rootId=downloads, title=Downloads, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.downloads.documents/root/downloads, Root{authority=com.android.shell.documents, rootId=bugreport, title=Fehlerberichte, isUsb=false, isSd=false, isMtp=false} @ content://com.android.shell.documents/root/bugreport, Root{authority=com.android.providers.media.documents, rootId=images_root, title=Bilder, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/images_root, Root{authority=com.android.providers.media.documents, rootId=videos_root, title=Videos, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/videos_root, Root{authority=com.android.providers.media.documents, rootId=audio_root, title=Audio, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/audio_root, Root{authority=org.nextcloud.documents, rootId=mildner@cloud.hypercat.de, title=Nextcloud, isUsb=false, isSd=false, isMtp=false} @ content://org.nextcloud.documents/root/mildner%40cloud.hypercat.de, Root{authority=com.android.externalstorage.documents, rootId=6DA1-1306, title=SD-Karte von SanDisk, isUsb=false, isSd=true, isMtp=false} @ content://com.android.externalstorage.documents/root/6DA1-1306, Root{authority=com.android.externalstorage.documents, rootId=primary, title=FP3, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/primary, Root{authority=com.android.externalstorage.documents, rootId=home, title=Dokumente, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/home]
07-02 20:44:43.687  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:43.687  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:43.687  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:44.124  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:44.124  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:44.124  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:44.124  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:44.124  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:44.124  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:44.137   610  1563 D audio_hw_primary: out_standby: enter: stream (0xea066800) usecase(1: low-latency-playback)
07-02 20:44:44.177   610  1563 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-02 20:44:44.178   610  1563 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0
07-02 20:44:44.178   610  1563 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:44:44.178   610  1563 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
07-02 20:44:44.178   610  1563 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:44.179   610  1563 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
07-02 20:44:44.180   610  1563 D audio_hw_primary: out_standby: exit
07-02 20:44:44.713  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:44:44.713  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:44:44.713  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:44:44.713  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:44:44.713  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:44:44.714  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:44:44.714  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:44.714  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:44.714  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:44.714  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:44.714  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:44:44.714  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:44:44.715  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:44.715  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:44:44.716  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:44.716  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:44:44.717  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:44:44.717  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:44:44.717  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:44:44.718  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:44:44.718  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:44:44.719  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:44:44.719  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:44:44.719  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:44:44.720  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:44.721  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:44.721  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:44.721  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:44.722  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:44.722  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:44.723  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:44.723  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:44.724  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:44.724  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:44.725  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:44.725  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:44:45.211 11963 11963 D QuickViewIntentBuilder: Preparing intent for doc:primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg
07-02 20:44:45.213  1263  5083 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=content://com.android.externalstorage.documents/document/primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg typ=application/octet-stream flg=0x3 cmp=org.sufficientlysecure.keychain/.ui.DecryptActivity} from uid 10026
07-02 20:44:45.222 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@6357cd7
07-02 20:44:45.225  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:45.225  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:45.225  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:45.230  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:45.230  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:45.230  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:45.299  1263  1360 I ActivityManager: Displayed org.sufficientlysecure.keychain/.ui.DecryptActivity: +79ms
07-02 20:44:45.314  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:45.314  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:45.314  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:45.343  1263  1866 I ActivityManager: START u0 {cmp=org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity (has extras)} from uid 10097
07-02 20:44:45.354  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:45.354  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:45.354  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:45.358 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@5c73716
07-02 20:44:45.481  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:45.482  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:45.482  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:45.507  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:45.523  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:45.649  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:45.649  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:45.649  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:45.673  1263 11957 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:45.673  1263 11957 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:45.673  1263 11957 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:45.715   489   503 W SurfaceFlinger: Attempting to set client state on removed layer: com.android.documentsui/com.android.documentsui.files.FilesActivity#0
07-02 20:44:45.715   489   503 W SurfaceFlinger: Attempting to destroy on removed layer: com.android.documentsui/com.android.documentsui.files.FilesActivity#0
07-02 20:44:45.735   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.547   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.554   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 43 lines
07-02 20:44:46.555   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 132 lines
07-02 20:44:46.558 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:46.559   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 18 lines
07-02 20:44:46.559   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:46.562   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.563   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.579   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.580   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.596   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.596   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.612   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.613   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.629   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.630   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.644 11997 12711 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:46.646   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.646   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.648   610  2634 D audio_hw_primary: start_output_stream: enter: stream(0xea066800)usecase(1: low-latency-playback) devices(0x2)
07-02 20:44:46.649   610  2634 D audio_hw_primary: select_devices for use case (low-latency-playback)
07-02 20:44:46.649   610  2634 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
07-02 20:44:46.649   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
07-02 20:44:46.649   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:44:46.649   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker
07-02 20:44:46.649   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 1 device (speaker)
07-02 20:44:46.649   610  2634 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
07-02 20:44:46.649   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2
07-02 20:44:46.650   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
07-02 20:44:46.650   610  2634 E msm8916_platform: platform_check_backends_match: Invalid snd_device = 
07-02 20:44:46.650   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: (65) check_usecases curr device: speaker, usecase device: backends match 0
07-02 20:44:46.650   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
07-02 20:44:46.650   610  2634 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:44:46.650   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:46.650   610  2634 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-02 20:44:46.650   610  2634 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
07-02 20:44:46.650   610  2634 D audio_route: Apply path: speaker
07-02 20:44:46.651   610  2634 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
07-02 20:44:46.651   610  2634 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
07-02 20:44:46.651   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:46.652   610  2634 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
07-02 20:44:46.652   610  2634 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 2
07-02 20:44:46.652   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:44:46.652   610  2634 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11131, sample rate = 48000
07-02 20:44:46.652   610  2634 D ACDB-LOADER: ACDB -> send_asm_topology
07-02 20:44:46.652   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> send_adm_topology
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> send_audtable
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> send_audvoltable
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> send_audstrmtable
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> send_afe_topology
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 1000ff00
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> send_afe_cal
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
07-02 20:44:46.653   610  2634 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
07-02 20:44:46.653   610  2634 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
07-02 20:44:46.653   610  2634 D audio_route: Apply path: low-latency-playback
07-02 20:44:46.654   610  2634 D audio_hw_primary: select_devices: done
07-02 20:44:46.657   610  2634 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map12
07-02 20:44:46.658   610  2634 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
07-02 20:44:46.661   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 42 lines
07-02 20:44:46.661   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 127 lines
07-02 20:44:46.661 11997 12052 I chatty  : uid=1027(nfc) com.android.nfc expire 2 lines
07-02 20:44:46.661 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 2 lines
07-02 20:44:46.661   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.661   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 20 lines
07-02 20:44:46.661   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:46.662   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.679   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.679   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.689   489  1179 D SurfaceFlinger: duplicate layer name: changing Surface(name=fc43174 org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity)/@0x152969d - animation-leash to Surface(name=fc43174 org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity)/@0x152969d - animation-leash#1
07-02 20:44:46.693   489   489 E SurfaceFlinger: [org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0] rejecting buffer: bufWidth=1218, bufHeight=1582, front.active.{w=1218, h=1645}
07-02 20:44:46.695   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.696   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.702 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 4 lines
07-02 20:44:46.705   610  2634 D audio_hw_primary: start_output_stream: exit
07-02 20:44:46.714   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.715   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.731   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.732   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.749   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.749   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.764   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.764   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.775   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 20 lines
07-02 20:44:46.775   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:46.775 11997 12715 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:46.777   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 126 lines
07-02 20:44:46.777   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 41 lines
07-02 20:44:46.781   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.781   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.789 11997 12711 I chatty  : uid=1027(nfc) com.android.nfc expire 4 lines
07-02 20:44:46.797   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.814   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
07-02 20:44:46.814   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.831   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.831   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.847   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.847   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.864   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.865   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.880   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.880   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.897   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.898   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.908 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 2 lines
07-02 20:44:46.908   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 62 lines
07-02 20:44:46.908 11997 12717 I chatty  : uid=1027(nfc) com.android.nfc expire 4 lines
07-02 20:44:46.910   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 125 lines
07-02 20:44:46.910   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 41 lines
07-02 20:44:46.914   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 19 lines
07-02 20:44:46.914   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.915   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.930   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.947   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
07-02 20:44:46.947   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.952 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 2 lines
07-02 20:44:46.964   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.964   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.980   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.981   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.997   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:46.998   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.013   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.014   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.030   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.031   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.034 11997 12719 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:47.034 11997 12717 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:47.035   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 62 lines
07-02 20:44:47.035   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 45 lines
07-02 20:44:47.036   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 126 lines
07-02 20:44:47.037   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 19 lines
07-02 20:44:47.047   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.064   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 14 lines
07-02 20:44:47.064   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.074 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:47.080   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.081   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.096   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.097   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.114   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.114   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.130   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.130   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.146   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.147   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.161 11997 12721 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:47.163   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.262   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.279   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 56 lines
07-02 20:44:47.281   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 120 lines
07-02 20:44:47.281   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 49 lines
07-02 20:44:47.284   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 23 lines
07-02 20:44:47.286 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:47.461   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.462   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
07-02 20:44:47.463   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:47.735 11997 12715 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:47.782 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 7 lines
07-02 20:44:47.803   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 122 lines
07-02 20:44:47.803   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 18 lines
07-02 20:44:47.803   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 61 lines
07-02 20:44:47.805   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 41 lines
07-02 20:44:47.865 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:48.263 11997 12721 I chatty  : uid=1027(nfc) com.android.nfc expire 4 lines
07-02 20:44:48.310   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:49.092   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 57 lines
07-02 20:44:49.093   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:49.098  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:49.109   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:49.110   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:49.116  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:49.126   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:49.126   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:49.143   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:49.144   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:49.159   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:49.160   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:49.176   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:49.459   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.448   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 129 lines
07-02 20:44:50.448   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 43 lines
07-02 20:44:50.449   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 17 lines
07-02 20:44:50.449   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 65 lines
07-02 20:44:50.477 11997 12734 I chatty  : uid=1027(nfc) com.android.nfc expire 5 lines
07-02 20:44:50.507   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.508   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.525   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.526   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.541   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.558   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.574   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.574   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.590   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.591   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.607   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.607   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.624   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.625   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.640   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.640   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.657   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.657   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.657   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 113 lines
07-02 20:44:50.658   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 44 lines
07-02 20:44:50.660   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 26 lines
07-02 20:44:50.660   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 65 lines
07-02 20:44:50.672   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:50.973   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 39 lines
07-02 20:44:50.974   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:51.604   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:51.620   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:52.010 11997 12719 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:44:52.253   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:52.254   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:52.270   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:52.270   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:52.286   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 25 lines
07-02 20:44:52.286   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 71 lines
07-02 20:44:52.287   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 114 lines
07-02 20:44:52.288   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 44 lines
07-02 20:44:52.299  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:52.299  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:52.299  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:52.319   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:52.352  1263  5083 I ActivityManager: START u0 {dat=content://org.sufficientlysecure.keychain.tempstorage/aa0010bb-1311-4173-9742-5725d0f3d2c1 typ=text/plain cmp=org.sufficientlysecure.keychain/.ui.DisplayTextActivity (has extras)} from uid 10097
07-02 20:44:52.353   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 181 lines
07-02 20:44:52.354   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:52.363  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:52.363  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:52.363  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:52.368 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@bd0e382
07-02 20:44:52.370   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:52.451  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:52.451  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:52.451  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:52.536   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:52.549   489   503 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=263#0
07-02 20:44:52.549   489   503 W SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=263#0
07-02 20:44:52.553   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:52.553   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:52.617   489   503 W SurfaceFlinger: Attempting to set client state on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:44:52.617   489   503 W SurfaceFlinger: Attempting to destroy on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:44:52.871  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:52.871  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:52.871  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:53.230  1263  1360 I UsageStatsService: User[0] Flushing usage stats to disk
07-02 20:44:53.566  1645  1645 V DeadZone: consuming errant click: (211.8039,17.058716)
07-02 20:44:53.568  1645  1645 V DeadZone: consuming errant click: (211.8039,17.058716)
07-02 20:44:54.143  1263  1362 D AutofillManagerService: onBackKeyPressed()
07-02 20:44:54.156  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:54.156  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:54.156  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:54.171 11963 12753 D ProvidersAccess: Matched roots: [Root{authority=null, rootId=null, title=Zuletzt verwendet, isUsb=false, isSd=false, isMtp=false} @ content:/root/null, Root{authority=com.android.providers.downloads.documents, rootId=downloads, title=Downloads, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.downloads.documents/root/downloads, Root{authority=com.android.shell.documents, rootId=bugreport, title=Fehlerberichte, isUsb=false, isSd=false, isMtp=false} @ content://com.android.shell.documents/root/bugreport, Root{authority=com.android.providers.media.documents, rootId=images_root, title=Bilder, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/images_root, Root{authority=com.android.providers.media.documents, rootId=videos_root, title=Videos, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/videos_root, Root{authority=com.android.providers.media.documents, rootId=audio_root, title=Audio, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/audio_root, Root{authority=org.nextcloud.documents, rootId=mildner@cloud.hypercat.de, title=Nextcloud, isUsb=false, isSd=false, isMtp=false} @ content://org.nextcloud.documents/root/mildner%40cloud.hypercat.de, Root{authority=com.android.externalstorage.documents, rootId=6DA1-1306, title=SD-Karte von SanDisk, isUsb=false, isSd=true, isMtp=false} @ content://com.android.externalstorage.documents/root/6DA1-1306, Root{authority=com.android.externalstorage.documents, rootId=primary, title=FP3, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/primary, Root{authority=com.android.externalstorage.documents, rootId=home, title=Dokumente, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/home]
07-02 20:44:54.239  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:54.239  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:54.239  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:54.351   610  1563 D audio_hw_primary: out_standby: enter: stream (0xea066800) usecase(1: low-latency-playback)
07-02 20:44:54.394   610  1563 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-02 20:44:54.395   610  1563 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0
07-02 20:44:54.395   610  1563 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:44:54.395   610  1563 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
07-02 20:44:54.395   610  1563 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:54.396   610  1563 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
07-02 20:44:54.396   610  1563 D audio_hw_primary: out_standby: exit
07-02 20:44:54.669  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:54.670  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:54.670  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:54.670  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:54.670  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:54.670  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:55.442 11963 11963 D QuickViewIntentBuilder: Preparing intent for doc:primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg
07-02 20:44:55.444  1263  4454 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=content://com.android.externalstorage.documents/document/primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg typ=application/octet-stream flg=0x3 cmp=org.sufficientlysecure.keychain/.ui.DecryptActivity} from uid 10026
07-02 20:44:55.453 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@50c543a
07-02 20:44:55.456  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:55.457  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:55.457  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:55.462  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:55.462  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:55.462  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:55.512  1263  5083 I ActivityManager: START u0 {cmp=org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity (has extras)} from uid 10097
07-02 20:44:55.533  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:55.533  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:55.533  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:55.540 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@1e28216
07-02 20:44:55.663  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:55.663  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:55.663  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:55.664  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:55.664  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:55.664  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:55.665  1263  1360 I ActivityManager: Displayed org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity: +89ms
07-02 20:44:55.678  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:55.680   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:55.681   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:55.691  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:44:55.698   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:56.083  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:56.083  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:56.083  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:56.116  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:56.116  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:56.116  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:56.928   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:56.938 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:44:56.943   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:56.943   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:56.959   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:56.959   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:56.976   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:56.977   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:56.984   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 44 lines
07-02 20:44:56.986   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 133 lines
07-02 20:44:56.989   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 17 lines
07-02 20:44:56.989   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 60 lines
07-02 20:44:56.992   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:56.993   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.009   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.059   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 14 lines
07-02 20:44:57.060   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.076   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.077   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.092   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.093   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.102 11997 12768 I chatty  : uid=1027(nfc) com.android.nfc expire 4 lines
07-02 20:44:57.105   610  2634 D audio_hw_primary: start_output_stream: enter: stream(0xea066800)usecase(1: low-latency-playback) devices(0x2)
07-02 20:44:57.106   610  2634 D audio_hw_primary: select_devices for use case (low-latency-playback)
07-02 20:44:57.106   610  2634 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
07-02 20:44:57.106   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
07-02 20:44:57.106   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:44:57.106   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker
07-02 20:44:57.106   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 1 device (speaker)
07-02 20:44:57.106   610  2634 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
07-02 20:44:57.106   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2
07-02 20:44:57.106   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
07-02 20:44:57.106   610  2634 E msm8916_platform: platform_check_backends_match: Invalid snd_device = 
07-02 20:44:57.106   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: (65) check_usecases curr device: speaker, usecase device: backends match 0
07-02 20:44:57.106   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
07-02 20:44:57.106   610  2634 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:44:57.106   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:57.106   610  2634 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-02 20:44:57.106   610  2634 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
07-02 20:44:57.106   610  2634 D audio_route: Apply path: speaker
07-02 20:44:57.108   610  2634 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
07-02 20:44:57.108   610  2634 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
07-02 20:44:57.108   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:44:57.109   610  2634 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
07-02 20:44:57.109   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.109   610  2634 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 2
07-02 20:44:57.110   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.110   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11131, sample rate = 48000
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> send_asm_topology
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> send_adm_topology
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> send_audtable
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> send_audvoltable
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> send_audstrmtable
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> send_afe_topology
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 1000ff00
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> send_afe_cal
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
07-02 20:44:57.110   610  2634 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
07-02 20:44:57.110   610  2634 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
07-02 20:44:57.110   610  2634 D audio_route: Apply path: low-latency-playback
07-02 20:44:57.112   610  2634 D audio_hw_primary: select_devices: done
07-02 20:44:57.116   610  2634 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map12
07-02 20:44:57.116   610  2634 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
07-02 20:44:57.124   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.125   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.141   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.142   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.160   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.160   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.167   610  2634 D audio_hw_primary: start_output_stream: exit
07-02 20:44:57.176   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.177   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.194   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.260   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.276   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.277   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.293   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.293   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.303   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 70 lines
07-02 20:44:57.309   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.309   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.311   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 115 lines
07-02 20:44:57.312   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 42 lines
07-02 20:44:57.315   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 55 lines
07-02 20:44:57.326   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.326   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.343   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.343   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.359   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:57.840   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 210 lines
07-02 20:44:57.841   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:58.723   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:58.724   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:58.740   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:58.740   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:58.752   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 100 lines
07-02 20:44:58.752   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 44 lines
07-02 20:44:58.754   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 71 lines
07-02 20:44:58.767  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:58.767  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:58.767  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:58.788   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:58.832  1263  1866 I ActivityManager: START u0 {dat=content://org.sufficientlysecure.keychain.tempstorage/522ac7b4-f311-40ba-ab5b-24b0101d23fd typ=text/plain cmp=org.sufficientlysecure.keychain/.ui.DisplayTextActivity (has extras)} from uid 10097
07-02 20:44:58.854  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:58.854  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:58.854  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:58.857   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:58.866 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@cf50e12
07-02 20:44:58.873   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:58.990   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:59.002   489  2341 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=263#0
07-02 20:44:59.002   489  2341 W SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=263#0
07-02 20:44:59.005  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:59.005  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:59.005  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:59.007   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:59.024   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:44:59.203   489  1179 W SurfaceFlinger: Attempting to set client state on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:44:59.204   489  1179 W SurfaceFlinger: Attempting to destroy on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:44:59.277  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:59.277  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:59.277  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:59.279  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:59.279  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:59.279  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:59.279  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:59.279  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:59.279  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:44:59.375  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:44:59.375  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:44:59.375  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.006  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.006  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.006  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.010  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.010  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.010  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.013  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.013  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.013  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.015  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.015  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.016  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.017  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.018  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.018  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.022  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.022  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.022  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.025  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.025  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.025  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.027  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.027  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.027  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.029  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.029  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.029  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.033  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.033  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.033  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.034  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.035  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.035  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.035  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.035  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.035  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.258  1263  1362 D AutofillManagerService: onBackKeyPressed()
07-02 20:45:00.270  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.270  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.270  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.292 11963 12784 D ProvidersAccess: Matched roots: [Root{authority=null, rootId=null, title=Zuletzt verwendet, isUsb=false, isSd=false, isMtp=false} @ content:/root/null, Root{authority=com.android.providers.downloads.documents, rootId=downloads, title=Downloads, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.downloads.documents/root/downloads, Root{authority=com.android.shell.documents, rootId=bugreport, title=Fehlerberichte, isUsb=false, isSd=false, isMtp=false} @ content://com.android.shell.documents/root/bugreport, Root{authority=com.android.providers.media.documents, rootId=images_root, title=Bilder, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/images_root, Root{authority=com.android.providers.media.documents, rootId=videos_root, title=Videos, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/videos_root, Root{authority=com.android.providers.media.documents, rootId=audio_root, title=Audio, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/audio_root, Root{authority=org.nextcloud.documents, rootId=mildner@cloud.hypercat.de, title=Nextcloud, isUsb=false, isSd=false, isMtp=false} @ content://org.nextcloud.documents/root/mildner%40cloud.hypercat.de, Root{authority=com.android.externalstorage.documents, rootId=6DA1-1306, title=SD-Karte von SanDisk, isUsb=false, isSd=true, isMtp=false} @ content://com.android.externalstorage.documents/root/6DA1-1306, Root{authority=com.android.externalstorage.documents, rootId=primary, title=FP3, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/primary, Root{authority=com.android.externalstorage.documents, rootId=home, title=Dokumente, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/home]
07-02 20:45:00.356  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.356  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.356  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.791  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.791  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.791  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:00.791  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:00.791  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:00.791  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:01.045   610  1563 D audio_hw_primary: out_standby: enter: stream (0xea066800) usecase(1: low-latency-playback)
07-02 20:45:01.092   610  1563 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-02 20:45:01.096   610  1563 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0
07-02 20:45:01.096   610  1563 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:45:01.096   610  1563 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
07-02 20:45:01.096   610  1563 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:45:01.099   610  1563 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
07-02 20:45:01.100   610  1563 D audio_hw_primary: out_standby: exit
07-02 20:45:01.347 11963 11963 D QuickViewIntentBuilder: Preparing intent for doc:primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg
07-02 20:45:01.348  1263  1866 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=content://com.android.externalstorage.documents/document/primary:.password-store/Privat/Recycle-Bin/GLS-Mastercard-6252-PIN.gpg typ=application/octet-stream flg=0x3 cmp=org.sufficientlysecure.keychain/.ui.DecryptActivity} from uid 10026
07-02 20:45:01.358 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@4eac8ca
07-02 20:45:01.361  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:01.361  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:01.361  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:01.367  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:01.367  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:01.367  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:01.415  1263  1866 I ActivityManager: START u0 {cmp=org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity (has extras)} from uid 10097
07-02 20:45:01.436  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:01.436  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:01.436  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:01.444 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@9223ba6
07-02 20:45:01.563  1263  1360 I ActivityManager: Displayed org.sufficientlysecure.keychain/.ui.SecurityTokenOperationActivity: +87ms
07-02 20:45:01.566  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:01.566  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:01.566  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:01.568  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:01.568  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:01.568  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:01.585   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:01.635   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:01.646  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:45:01.651   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:01.652   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:01.661  2814  2814 D NotificationRepository: updateNotification() called with: list = [4]
07-02 20:45:01.667   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:01.988  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:01.988  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:01.988  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:02.021  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:02.021  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:02.021  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:02.050   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.293  1263  5083 D WificondControl: Scan result ready event
07-02 20:45:02.294   826  9583 I LOWI-8.6.0.33: [LOWI-Scan] lowi_close_record:Scan done in 10294831ms, 13 APs in scan results
07-02 20:45:02.448   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.848   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.863   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.863   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.864 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 9 lines
07-02 20:45:02.879 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 2 lines
07-02 20:45:02.879   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.880   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.896   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.913   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.930   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.930   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.932   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 126 lines
07-02 20:45:02.933   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 41 lines
07-02 20:45:02.933 11997 11997 I chatty  : uid=1027(nfc) com.android.nfc expire 8 lines
07-02 20:45:02.934   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 19 lines
07-02 20:45:02.934   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 122 lines
07-02 20:45:02.946   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.963   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 88 lines
07-02 20:45:02.963   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:02.979   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.212   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.229   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.229   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.245   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.246   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.262   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.262   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.279   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.279   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.296   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.296   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.305   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 43 lines
07-02 20:45:03.305   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 132 lines
07-02 20:45:03.312   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.313   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.313 11997 12799 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:45:03.318   610  2634 D audio_hw_primary: start_output_stream: enter: stream(0xea066800)usecase(1: low-latency-playback) devices(0x2)
07-02 20:45:03.318   610  2634 D audio_hw_primary: select_devices for use case (low-latency-playback)
07-02 20:45:03.319   610  2634 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
07-02 20:45:03.319   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
07-02 20:45:03.319   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:45:03.319   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker
07-02 20:45:03.319   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 1 device (speaker)
07-02 20:45:03.319   610  2634 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
07-02 20:45:03.319   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2
07-02 20:45:03.319   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
07-02 20:45:03.319   610  2634 E msm8916_platform: platform_check_backends_match: Invalid snd_device = 
07-02 20:45:03.319   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: (65) check_usecases curr device: speaker, usecase device: backends match 0
07-02 20:45:03.319   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
07-02 20:45:03.319   610  2634 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:45:03.319   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:45:03.319   610  2634 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-02 20:45:03.319   610  2634 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
07-02 20:45:03.319   610  2634 D audio_route: Apply path: speaker
07-02 20:45:03.321   610  2634 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
07-02 20:45:03.321   610  2634 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
07-02 20:45:03.321   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:45:03.321   610  2634 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
07-02 20:45:03.321   610  2634 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 2
07-02 20:45:03.321   632   632 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 37 lines
07-02 20:45:03.322   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11131, sample rate = 48000
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> send_asm_topology
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> send_adm_topology
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> send_audtable
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> send_audvoltable
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> send_audstrmtable
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> send_afe_topology
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 1000ff00
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> send_afe_cal
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
07-02 20:45:03.322   610  2634 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
07-02 20:45:03.322   610  2634 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
07-02 20:45:03.322   610  2634 D audio_route: Apply path: low-latency-playback
07-02 20:45:03.323   610  2634 D audio_hw_primary: select_devices: done
07-02 20:45:03.327   610  2634 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map12
07-02 20:45:03.327   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.328   610  2634 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
07-02 20:45:03.328   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.345   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.345   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.362   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.362   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.376   610  2634 D audio_hw_primary: start_output_stream: exit
07-02 20:45:03.380   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.381   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.398   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.398   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.414   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.414   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.429   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.430   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.446   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.447   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.464   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.464   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.480   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.481   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.497   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.498   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:03.961   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:04.377   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:04.393   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:04.491   632 12027 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 137 lines
07-02 20:45:04.492   632 12028 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 48 lines
07-02 20:45:04.493   632 12030 I chatty  : uid=1027(nfc) /vendor/bin/hw/vendor.nxp.hardware.nfc@1.1-service expire 46 lines
07-02 20:45:04.842 11997 12799 I chatty  : uid=1027(nfc) com.android.nfc expire 3 lines
07-02 20:45:04.843 11997 12023 I chatty  : uid=1027(nfc) com.android.nfc expire 1 line
07-02 20:45:05.060   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:05.061   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:05.077   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:05.077   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:05.119  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:05.119  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:05.119  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:05.143   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:05.175  1263  1866 I ActivityManager: START u0 {dat=content://org.sufficientlysecure.keychain.tempstorage/2245bfae-d2f1-40a9-83fe-6f6f7e472d61 typ=text/plain cmp=org.sufficientlysecure.keychain/.ui.DisplayTextActivity (has extras)} from uid 10097
07-02 20:45:05.177   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 28 lines
07-02 20:45:05.177   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:05.186  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:05.187  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:05.187  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:05.191 11604 11604 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@d4da4a2
07-02 20:45:05.193   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:05.269  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:05.269  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:05.269  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:05.344   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:05.357   489  1384 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=263#0
07-02 20:45:05.357   489  1384 W SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=263#0
07-02 20:45:05.361   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:05.377   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:05.458   489  1179 W SurfaceFlinger: Attempting to set client state on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:45:05.458   489  1179 W SurfaceFlinger: Attempting to destroy on removed layer: org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.SecurityTokenOperationActivity#0
07-02 20:45:05.695  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:05.695  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:05.695  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:05.962  1263  1362 D AutofillManagerService: onBackKeyPressed()
07-02 20:45:05.974  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:05.974  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:05.974  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:05.985 11963 12662 D ProvidersAccess: Matched roots: [Root{authority=null, rootId=null, title=Zuletzt verwendet, isUsb=false, isSd=false, isMtp=false} @ content:/root/null, Root{authority=com.android.providers.downloads.documents, rootId=downloads, title=Downloads, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.downloads.documents/root/downloads, Root{authority=com.android.shell.documents, rootId=bugreport, title=Fehlerberichte, isUsb=false, isSd=false, isMtp=false} @ content://com.android.shell.documents/root/bugreport, Root{authority=com.android.providers.media.documents, rootId=images_root, title=Bilder, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/images_root, Root{authority=com.android.providers.media.documents, rootId=videos_root, title=Videos, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/videos_root, Root{authority=com.android.providers.media.documents, rootId=audio_root, title=Audio, isUsb=false, isSd=false, isMtp=false} @ content://com.android.providers.media.documents/root/audio_root, Root{authority=org.nextcloud.documents, rootId=mildner@cloud.hypercat.de, title=Nextcloud, isUsb=false, isSd=false, isMtp=false} @ content://org.nextcloud.documents/root/mildner%40cloud.hypercat.de, Root{authority=com.android.externalstorage.documents, rootId=6DA1-1306, title=SD-Karte von SanDisk, isUsb=false, isSd=true, isMtp=false} @ content://com.android.externalstorage.documents/root/6DA1-1306, Root{authority=com.android.externalstorage.documents, rootId=primary, title=FP3, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/primary, Root{authority=com.android.externalstorage.documents, rootId=home, title=Dokumente, isUsb=false, isSd=false, isMtp=false} @ content://com.android.externalstorage.documents/root/home]
07-02 20:45:06.034  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:06.034  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:06.034  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:06.461  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:06.461  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:06.461  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:06.462  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:06.462  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:06.462  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:07.257   610  1563 D audio_hw_primary: out_standby: enter: stream (0xea066800) usecase(1: low-latency-playback)
07-02 20:45:07.306   610  1563 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-02 20:45:07.310   610  1563 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0
07-02 20:45:07.310   610  1563 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:45:07.310   610  1563 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
07-02 20:45:07.310   610  1563 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:45:07.314   610  1563 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
07-02 20:45:07.314   610  1563 D audio_hw_primary: out_standby: exit
07-02 20:45:09.222  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_CAPABILITIES_CHANGED<
07-02 20:45:09.223  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528386
07-02 20:45:09.223  1263  1589 D ConnectivityService: notifyType CALLBACK_CAP_CHANGED for NetworkAgentInfo [WIFI () - 103]
07-02 20:45:09.223  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:09.223  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:45:09.223  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=3, [] ]
07-02 20:45:09.223  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:45:09.224  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=5, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:45:09.224  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:09.224  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:09.224  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:45:09.224  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=7, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Unwanted:  Uid: 1000] ]
07-02 20:45:09.224  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:45:09.224  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=8, [ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 1000] ]
07-02 20:45:09.225  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:09.225  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:09.225  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:45:09.225  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=11, [ Transports: WIFI Capabilities: NOT_VPN Unwanted: ] ]
07-02 20:45:09.226  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:45:09.226  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:45:09.227  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:45:09.227  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=13, [] ]
07-02 20:45:09.227  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:45:09.227  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=14, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted:  Uid: 10021] ]
07-02 20:45:09.228  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:09.228  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:09.229  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:09.229  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=89, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:09.229  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:09.230  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:09.230  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:09.231  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=91, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:09.231  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:09.231  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:09.232  1263  1589 D ConnectivityService:  sending notification for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:09.232  1263  1589 D ConnectivityService: sending notification CALLBACK_CAP_CHANGED for NetworkRequest [ LISTEN id=95, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:11.624 11604 11613 W System  : A resource failed to call close. 
07-02 20:45:11.629 11604 11613 I chatty  : uid=10097(org.sufficientlysecure.keychain) FinalizerDaemon identical 20 lines
07-02 20:45:11.629 11604 11613 W System  : A resource failed to call close. 
07-02 20:45:11.632 11604 11613 W System  : A resource failed to call end. 
07-02 20:45:11.632 11604 11613 W System  : A resource failed to call end. 
07-02 20:45:11.633 11604 11613 W System  : A resource failed to call close. 
07-02 20:45:11.642 11604 11613 W System  : A resource failed to call close. 
07-02 20:45:11.643  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:11.643  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:11.643  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:12.321  1263  1381 E LightsService: Light requested not available on this device. 2
07-02 20:45:18.439  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_SCORE_CHANGED<
07-02 20:45:18.439  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528388
07-02 20:45:18.439  1263  1589 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 103] to 59
07-02 20:45:18.439  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:45:18.439  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -72 SSID: "Exit"]
07-02 20:45:18.439  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:45:18.440  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:18.440  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 94. No change.
07-02 20:45:18.440  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:45:18.440  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:45:18.440  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:45:18.440  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:45:18.440  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:45:18.440  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:45:18.440  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:45:18.440  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:45:18.440  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:45:18.440  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:45:18.440  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:18.440  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:18.441  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:45:18.441  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:18.441  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:18.441  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:18.441  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:18.441  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:18.441  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:45:18.441  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:18.442  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:18.443  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:18.444  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:45:18.445  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:18.446  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:18.448  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:18.466   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:18.466   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:18.466   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:18.466   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:18.467   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:18.467   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:18.968   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:18.968   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:18.968   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:18.969   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:18.970   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:18.970   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:19.128   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:19.128   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:19.128   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:19.128   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:19.129   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:19.129   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:19.634   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:19.634   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:19.634   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:19.634   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:19.636   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:19.636   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:19.795   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:19.795   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:19.795   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:19.795   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:19.796   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:19.796   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:20.847   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:20.848   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:20.848   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:20.848   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:20.849   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:20.849   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:20.998   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:20.998   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:20.998   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:20.998   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:20.999   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:20.999   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:21.505   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:21.505   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:21.506   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:21.506   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:21.507   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:21.507   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:21.512  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_SCORE_CHANGED<
07-02 20:45:21.513  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528388
07-02 20:45:21.513  1263  1589 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 103] to 57
07-02 20:45:21.513  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:45:21.513  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -72 SSID: "Exit"]
07-02 20:45:21.513  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:45:21.513  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:21.513  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 94. No change.
07-02 20:45:21.513  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:45:21.513  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:45:21.513  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:45:21.514  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:45:21.514  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:45:21.514  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:45:21.514  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:45:21.514  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:45:21.514  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:45:21.514  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:45:21.514  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:21.514  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:21.514  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:45:21.514  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:21.514  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:21.514  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:21.515  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:21.515  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:21.515  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:45:21.515  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:21.516  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:21.518  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:21.518  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:45:21.520  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:21.521  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:21.522  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:21.658   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:21.658   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:21.658   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:21.659   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:21.660   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:21.660   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:22.717   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:22.717   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:22.717   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:22.717   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:22.718   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:22.719   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:22.915   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:22.915   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:22.915   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:22.915   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:22.916   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:22.916   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:23.419   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:23.419   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:23.419   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:23.419   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:23.420   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:23.420   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:23.587   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:23.588   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:23.588   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:23.588   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:23.589   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:23.589   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:24.094   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:24.094   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:24.094   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:24.094   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:24.095   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:24.095   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:24.215   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:24.215   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:24.215   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:24.215   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:24.216   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:24.216   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:24.589  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_SCORE_CHANGED<
07-02 20:45:24.589  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528388
07-02 20:45:24.589  1263  1589 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 103] to 55
07-02 20:45:24.589  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:45:24.590  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -72 SSID: "Exit"]
07-02 20:45:24.590  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:45:24.590  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:24.590  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 94. No change.
07-02 20:45:24.590  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:45:24.590  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:45:24.590  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:45:24.590  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:45:24.590  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:45:24.590  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:45:24.590  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:45:24.591  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:45:24.591  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:45:24.591  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:45:24.591  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:24.591  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:24.591  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:45:24.591  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:24.591  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:24.591  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:24.591  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:24.591  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:24.591  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:45:24.591  1263  1589 D ConnectivityService: sending new Min Network Score(55): NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:24.593  1263  1589 D ConnectivityService: sending new Min Network Score(55): NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:24.594  1263  1589 D ConnectivityService: sending new Min Network Score(55): NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:24.595  1263  1589 D ConnectivityService: sending new Min Network Score(55): NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:45:24.596  1263  1589 D ConnectivityService: sending new Min Network Score(55): NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:24.598  1263  1589 D ConnectivityService: sending new Min Network Score(55): NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:24.599  1263  1589 D ConnectivityService: sending new Min Network Score(55): NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:24.714   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:24.715   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:24.715   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:24.715   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:24.716   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:24.716   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:24.833   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:24.833   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:24.833   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:24.833   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:24.834   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:24.834   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:25.896   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:25.897   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:25.897   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:25.897   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:25.898   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:25.898   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:26.054   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:26.054   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:26.054   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:26.054   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:26.055   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:26.055   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:27.657   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:27.657   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:27.657   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:27.658   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:27.659   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:27.659   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:27.664  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_SCORE_CHANGED<
07-02 20:45:27.664  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528388
07-02 20:45:27.664  1263  1589 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 103] to 57
07-02 20:45:27.664  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:45:27.665  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -72 SSID: "Exit"]
07-02 20:45:27.665  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:45:27.665  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:27.665  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 94. No change.
07-02 20:45:27.665  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:45:27.665  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:45:27.665  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:45:27.665  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:45:27.665  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:45:27.665  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:45:27.665  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:45:27.666  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:27.667  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:27.668  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:27.669  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:45:27.670  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:27.671  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:27.672  1263  1589 D ConnectivityService: sending new Min Network Score(57): NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:27.850   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:27.850   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:27.850   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:27.850   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:27.852   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:27.852   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:28.351   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:28.351   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:28.351   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:28.351   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:28.352   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:28.352   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:28.518   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:28.518   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:28.518   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:28.519   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:28.520   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:28.520   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:29.023   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:29.023   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:29.023   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:29.024   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:29.025   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:29.025   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:29.171   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:29.171   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:29.171   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:29.172   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:29.173   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:29.173   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:30.228   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:30.229   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:30.229   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:30.229   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:30.231   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:30.231   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:30.410   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:30.410   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:30.410   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:30.410   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:30.412   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:30.412   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:31.463   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:31.463   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:31.463   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:31.463   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:31.464   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:31.464   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:31.650   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:31.650   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:31.650   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:31.651   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:31.652   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:31.652   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:32.149   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:32.149   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:32.149   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:32.150   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:32.151   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:32.151   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:32.270   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:32.270   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:32.270   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:32.271   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:32.272   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:32.272   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:32.773   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:32.773   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:32.774   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:32.774   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:32.775   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:32.775   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:32.932   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:32.932   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:32.932   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:32.932   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:32.933   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:32.934   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:33.991   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:33.991   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:33.991   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:33.991   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:33.993   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:33.993   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:34.693   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:34.693   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:34.693   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:34.693   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:34.695   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:34.695   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:34.847   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:34.847   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:34.847   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:34.847   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:34.848   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:34.848   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:35.061   626  1603 E android.hardware.usb@1.0-service: uevent received SUBSYSTEM=dual_role_usb
07-02 20:45:35.062   626  1603 I android.hardware.usb@1.0-service: otg_default
07-02 20:45:35.064   626  1603 I android.hardware.usb@1.0-service: canChangeMode: 1 canChagedata: 1 canChangePower:1
07-02 20:45:35.066   626  1603 E android.hardware.usb@1.0-service: uevent received SUBSYSTEM=dual_role_usb
07-02 20:45:35.066   626  1603 I android.hardware.usb@1.0-service: otg_default
07-02 20:45:35.066  1263  9443 I UsbPortManager: ClientCallback: otg_default
07-02 20:45:35.068   626  1603 I android.hardware.usb@1.0-service: canChangeMode: 1 canChagedata: 1 canChangePower:1
07-02 20:45:35.069  1263  9443 I chatty  : uid=1000(system) HwBinder:1263_4 identical 1 line
07-02 20:45:35.070   626  1603 E android.hardware.usb@1.0-service: uevent received SUBSYSTEM=dual_role_usb
07-02 20:45:35.071   626  1603 I android.hardware.usb@1.0-service: otg_default
07-02 20:45:35.071   626  1603 I android.hardware.usb@1.0-service: canChangeMode: 1 canChagedata: 1 canChangePower:1
07-02 20:45:35.072   626  1603 E android.hardware.usb@1.0-service: uevent received SUBSYSTEM=dual_role_usb
07-02 20:45:35.072   626  1603 I android.hardware.usb@1.0-service: otg_default
07-02 20:45:35.072 11377 11380 E adbd    : aio: got error event on read total bufs 1: Cannot send after transport endpoint shutdown
07-02 20:45:35.072 11377 11380 E adbd    : remote usb: read terminated (message): Cannot send after transport endpoint shutdown
07-02 20:45:35.073   626  1603 I android.hardware.usb@1.0-service: canChangeMode: 1 canChagedata: 1 canChangePower:1
07-02 20:45:35.073 11377 11377 I adbd    : USB disconnect
07-02 20:45:35.075  1263  9443 I UsbPortManager: ClientCallback: otg_default
07-02 20:45:35.075  1263  1376 I UsbPortManager: USB port changed: port=UsbPort{id=otg_default, supportedModes=dual}, status=UsbPortStatus{connected=false, currentMode=none, currentPowerRole=no-power, currentDataRole=no-data, supportedRoleCombinations=[no-power:no-data]}, canChangeMode=true, canChangePowerRole=true, canChangeDataRole=true
07-02 20:45:35.075  1263  9443 I UsbPortManager: ClientCallback: otg_default
07-02 20:45:35.076 11377 11377 I adbd    : closing functionfs transport
07-02 20:45:35.111 11377 11378 I adbd    : initializing functionfs
07-02 20:45:35.111 11377 11378 I adbd    : functionfs successfully initialized
07-02 20:45:35.111 11377 11378 I adbd    : registering usb transport
07-02 20:45:35.168  1263  1381 E LightsService: Light requested not available on this device. 2
07-02 20:45:35.169 12085 12085 E cr_BTSPrefs: No data found for task id: 53
07-02 20:45:35.169 12085 12085 E cr_BkgrdTaskScheduler: Task cannot be canceled because no data was found instorage or data was invalid
07-02 20:45:35.173  1263  1263 W MediaPlayer: Couldn't open /system/media/audio/ui/ChargingStarted.ogg: java.io.FileNotFoundException: No content provider: /system/media/audio/ui/ChargingStarted.ogg
07-02 20:45:35.174   725   725 D NuPlayerDriver: NuPlayerDriver(0xefb93100) created, clientPid(1263)
07-02 20:45:35.181   725 12831 D GenericSource: FileSource remote
07-02 20:45:35.187   725 12830 D NuPlayerDriver: notifyListener_l(0xefb93100), (1, 0, 0, -1), loop setting(0, 0)
07-02 20:45:35.191  1263  1263 D Ringtone: Successfully created local player
07-02 20:45:35.191  1263  1263 W Ringtone: Use of stream types is deprecated for operations other than volume control
07-02 20:45:35.191  1263  1263 W Ringtone: See the documentation of setStreamType() for what to use instead with android.media.AudioAttributes to qualify your playback use case
07-02 20:45:35.191   725   725 D NuPlayerDriver: reset(0xefb93100) at state 4
07-02 20:45:35.191   725   725 D NuPlayerDriver: notifyListener_l(0xefb93100), (8, 0, 0, -1), loop setting(0, 0)
07-02 20:45:35.193   725 12830 D NuPlayerDriver: notifyResetComplete(0xefb93100)
07-02 20:45:35.193   725   725 D NuPlayerDriver: reset(0xefb93100) at state 0
07-02 20:45:35.195  1263  1263 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
07-02 20:45:35.195  1263  1263 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
07-02 20:45:35.195  1263  1263 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
07-02 20:45:35.195  1263  1263 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
07-02 20:45:35.197  1263  1263 W MediaPlayer: Couldn't open /system/media/audio/ui/ChargingStarted.ogg: java.io.FileNotFoundException: No content provider: /system/media/audio/ui/ChargingStarted.ogg
07-02 20:45:35.198   725   725 D NuPlayerDriver: NuPlayerDriver(0xefb93180) created, clientPid(1263)
07-02 20:45:35.200  1263  1366 E BatteryExternalStatsWorker: no controller energy info supplied for bluetooth
07-02 20:45:35.204   725 12835 D GenericSource: FileSource remote
07-02 20:45:35.209   725 12834 D NuPlayerDriver: notifyListener_l(0xefb93180), (1, 0, 0, -1), loop setting(0, 0)
07-02 20:45:35.212  1263  1263 D Ringtone: Successfully created local player
07-02 20:45:35.213   725   725 D NuPlayerDriver: start(0xefb93180), state is 4, eos is 0
07-02 20:45:35.213  1263  1366 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state (No such file or directory)
07-02 20:45:35.213   725 12834 I GenericSource: start
07-02 20:45:35.213  1263  1366 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
07-02 20:45:35.217  1263  1263 V MediaRouter: onRestoreRoute() : route=RouteInfo{ name=Telefon, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
07-02 20:45:35.217  1263  1263 V MediaRouter: Selecting route: RouteInfo{ name=Telefon, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
07-02 20:45:35.220   725 12839 I OMXClient: IOmx service obtained
07-02 20:45:35.220   729  5109 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in omx@1.0-service process
07-02 20:45:35.221   623   623 E QCOM PowerHAL: extract_stats: failed to open: /d/system_stats Error = No such file or directory
07-02 20:45:35.222   729  5109 E OMXNodeInstance: setConfig(0xf34a83e0:google.vorbis.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
07-02 20:45:35.222   725 12839 I ACodec  : codec does not support config priority (err -2147483648)
07-02 20:45:35.228   725 12839 I MediaCodec: MediaCodec will operate in async mode
07-02 20:45:35.230   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:45:35.234   611   611 I chatty  : uid=1000(system) allocator@1.0-s identical 6 lines
07-02 20:45:35.234   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:45:35.239   648   648 I AudioPolicyManagerCustom: FLAG None hence request for a primary output
07-02 20:45:35.239   648   648 D AudioFlinger: Client defaulted notificationFrames to 12000 for frameCount 24000
07-02 20:45:35.241   725 12834 D NuPlayerDriver: notifyListener_l(0xefb93180), (6, 0, 0, -1), loop setting(0, 0)
07-02 20:45:35.242   610  2634 D audio_hw_primary: start_output_stream: enter: stream(0xea066800)usecase(1: low-latency-playback) devices(0x2)
07-02 20:45:35.243   610  2634 D audio_hw_primary: select_devices for use case (low-latency-playback)
07-02 20:45:35.243   610  2634 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
07-02 20:45:35.243   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
07-02 20:45:35.243   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:45:35.243   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker
07-02 20:45:35.243   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 1 device (speaker)
07-02 20:45:35.243   610  2634 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
07-02 20:45:35.243   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2
07-02 20:45:35.243   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
07-02 20:45:35.243   610  2634 E msm8916_platform: platform_check_backends_match: Invalid snd_device = 
07-02 20:45:35.243   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: (65) check_usecases curr device: speaker, usecase device: backends match 0
07-02 20:45:35.243   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
07-02 20:45:35.243   610  2634 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:45:35.243   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:45:35.243   610  2634 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-02 20:45:35.243   610  2634 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
07-02 20:45:35.243   610  2634 D audio_route: Apply path: speaker
07-02 20:45:35.245   610  2634 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
07-02 20:45:35.245   610  2634 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
07-02 20:45:35.245   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:45:35.245   610  2634 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
07-02 20:45:35.245   610  2634 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 2
07-02 20:45:35.246   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11131, sample rate = 48000
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> send_asm_topology
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> send_adm_topology
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> send_audtable
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> send_audvoltable
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> send_audstrmtable
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> send_afe_topology
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 1000ff00
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> send_afe_cal
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
07-02 20:45:35.246   610  2634 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
07-02 20:45:35.247   610  2634 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
07-02 20:45:35.247   610  2634 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
07-02 20:45:35.247   610  2634 D audio_route: Apply path: low-latency-playback
07-02 20:45:35.247   610  2634 D audio_hw_primary: select_devices: done
07-02 20:45:35.252   610  2634 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map12
07-02 20:45:35.253   610  2634 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
07-02 20:45:35.302   610  2634 D audio_hw_primary: start_output_stream: exit
07-02 20:45:35.500   725 12834 D NuPlayerDriver: notifyListener_l(0xefb93180), (211, 0, 0, 20), loop setting(0, 0)
07-02 20:45:35.776   725 12834 D NuPlayerDriver: notifyListener_l(0xefb93180), (211, 0, 0, 20), loop setting(0, 0)
07-02 20:45:36.075  1263  1376 D UsbDeviceManager: Clear notification
07-02 20:45:36.081  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:36.081  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:36.081  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:36.100  2814  2814 D NotificationRepository: updateNotification() called with: list = [2]
07-02 20:45:36.109  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:36.109  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:36.109  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:36.112  2814  2814 D NotificationRepository: updateNotification() called with: list = [2]
07-02 20:45:36.113  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:36.113  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:36.113  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:36.450   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:36.450   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:36.450   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:36.451   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:36.452   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:36.452   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:36.884  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_SCORE_CHANGED<
07-02 20:45:36.885  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528388
07-02 20:45:36.885  1263  1589 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 103] to 58
07-02 20:45:36.885  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:45:36.885  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -72 SSID: "Exit"]
07-02 20:45:36.885  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:45:36.885  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:36.885  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 94. No change.
07-02 20:45:36.885  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:45:36.885  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:45:36.885  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:45:36.885  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:45:36.885  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:45:36.885  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:45:36.886  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:45:36.886  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:36.887  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:36.888  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:36.889  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:45:36.891  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:36.892  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:36.893  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:37.670   725 12838 I NuPlayerDecoder: [audio] saw output EOS
07-02 20:45:37.671   725 12837 D AudioTrack: stop() called with 132832 frames delivered
07-02 20:45:38.143   725 12834 D NuPlayerDriver: notifyListener_l(0xefb93180), (2, 0, 0, -1), loop setting(0, 0)
07-02 20:45:38.144   725 12834 D NuPlayerDriver: notifyListener_l(0xefb93180), (211, 0, 0, 20), loop setting(0, 0)
07-02 20:45:38.292  1263  1376 D AutofillManagerService: Close system dialogs
07-02 20:45:38.293  1263  1568 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=fr.neamar.kiss/.MainActivity (has extras)} from uid 1000
07-02 20:45:38.300  1645  1645 V StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{a7d0f79 V.ED..... ........ 0,0-1080,72} canPanelBeCollapsed(): false
07-02 20:45:38.311  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:38.311  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:38.311  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:38.317  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:38.317  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:38.317  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:38.365   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:38.384  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:38.384  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:38.384  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:38.569   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 21 lines
07-02 20:45:38.569   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:45:38.588  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:38.588  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:38.588  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:38.613  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:45:38.613  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:45:38.613  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:45:38.933  1645  1875 V WifiManager: registerSoftApCallback: callback=com.android.systemui.statusbar.policy.HotspotControllerImpl@caf4cad, handler=Handler (android.os.Handler) {ace8be2}
07-02 20:45:38.934  1645 11961 V WifiManager: SoftApCallbackProxy: onStateChanged: state=11, failureReason=0
07-02 20:45:38.934  1645 11961 V WifiManager: SoftApCallbackProxy: onNumClientsChanged: numClients=0
07-02 20:45:38.944  1645  1645 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
07-02 20:45:39.031  1645  1645 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
07-02 20:45:39.349   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:39.350   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:39.350   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:39.350   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:39.351   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:39.351   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:39.950  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_SCORE_CHANGED<
07-02 20:45:39.950  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528388
07-02 20:45:39.950  1263  1589 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 103] to 60
07-02 20:45:39.950  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:45:39.950  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -72 SSID: "Exit"]
07-02 20:45:39.950  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:45:39.950  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:39.950  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 94. No change.
07-02 20:45:39.950  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:45:39.950  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:45:39.950  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:45:39.950  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:45:39.950  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:45:39.950  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:45:39.950  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:45:39.950  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:45:39.951  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:39.951  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:45:39.951  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:45:39.952  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:39.952  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:39.952  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:45:40.261  2814  2814 D NotificationRepository: updateNotification() called with: list = [1]
07-02 20:45:40.280  1645  1645 W NotificationEntryMgr: removeNotification for unknown key: 0|com.android.systemui|1|null|10021
07-02 20:45:41.100   610  1563 D audio_hw_primary: out_standby: enter: stream (0xea066800) usecase(1: low-latency-playback)
07-02 20:45:41.150   610  1563 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-02 20:45:41.152   610  1563 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0
07-02 20:45:41.152   610  1563 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:45:41.152   610  1563 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
07-02 20:45:41.152   610  1563 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:45:41.154   610  1563 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
07-02 20:45:41.154   610  1563 D audio_hw_primary: out_standby: exit
07-02 20:45:41.459  1645  1645 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
07-02 20:45:41.595  1645  1645 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
07-02 20:45:41.621  1645  1875 V WifiManager: registerSoftApCallback: callback=com.android.systemui.statusbar.policy.HotspotControllerImpl@caf4cad, handler=Handler (android.os.Handler) {ace8be2}
07-02 20:45:41.622  1645  1901 V WifiManager: SoftApCallbackProxy: onStateChanged: state=11, failureReason=0
07-02 20:45:41.623  1645  1901 V WifiManager: SoftApCallbackProxy: onNumClientsChanged: numClients=0
07-02 20:45:41.627   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:41.627   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:41.627   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:41.628   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:41.628   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:41.628   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:43.924   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:43.924   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:43.924   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:43.925   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:43.926   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:43.927   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:46.157  1263  1381 E LightsService: Light requested not available on this device. 2
07-02 20:45:46.180   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:46.181   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:46.181   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:46.181   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:46.181   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:46.181   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:48.462   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:48.462   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:48.462   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:48.462   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:48.464   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:48.464   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:50.745   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:50.745   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:50.745   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:50.745   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:50.747   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:50.747   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:50.818   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:50.818   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:50.819   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:50.819   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:50.820   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:50.820   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:52.978   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:52.978   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:52.978   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:52.978   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:52.979   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:52.979   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:55.243   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:55.243   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:55.243   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:55.244   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:55.245   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:55.245   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:57.511   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:57.511   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:57.511   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:57.512   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:57.513   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:57.513   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:45:59.796   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:45:59.796   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:45:59.797   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:45:59.797   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:45:59.798   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:45:59.798   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:00.008  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.008  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.008  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:00.020  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.020  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.020  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:00.023  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.023  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.023  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:00.031  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.031  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.031  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:00.033  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.033  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.033  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:00.034  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.034  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.034  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:00.036  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.036  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.036  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:00.037  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.038  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.038  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:00.040  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.040  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.040  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:00.042  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.042  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.042  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:00.043  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.043  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.043  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:00.044  1263 10322 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:00.044  1263 10322 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:00.044  1263 10322 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:02.092   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:02.093   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:02.093   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:02.093   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:02.094   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:02.094   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:04.363   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:04.363   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:04.363   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:04.364   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:04.365   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:04.365   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:06.627   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:06.627   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:06.627   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:06.627   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:06.628   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:06.628   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:07.879  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:07.880  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:07.880  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:07.893  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:07.893  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:07.893  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:07.911  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:07.912  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:07.912  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:07.913  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:07.913  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:07.914  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:07.914  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:07.914  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:07.914  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:07.918  3507 12869 D PlatformJobService: Run job, request{id=3, tag=OfflineSyncJob, transient=false}, waited 22:32:47 (+21 days), interval 00:15:00, flex 00:05:00
07-02 20:46:07.918  3507 12869 I JobExecutor: Executing request{id=3, tag=OfflineSyncJob, transient=false}, context PlatformJobService
07-02 20:46:07.925  3507 12867 D PlatformJobService: Run job, request{id=304, tag=FilesSyncJob, transient=false}, waited 02:51:38, interval 00:15:00, flex 00:05:00
07-02 20:46:07.925  3507 12868 D PlatformJobService: Run job, request{id=302, tag=MediaFoldersDetectionJob, transient=false}, waited 02:51:38, interval 00:15:00, flex 00:05:00
07-02 20:46:07.926  3507 12867 I JobExecutor: Executing request{id=304, tag=FilesSyncJob, transient=false}, context PlatformJobService
07-02 20:46:07.929  3507 12868 I JobExecutor: Executing request{id=302, tag=MediaFoldersDetectionJob, transient=false}, context PlatformJobService
07-02 20:46:07.930  3507 12871 D UploadsStorageManager: QUERY: (status== ? OR last_result==9 OR last_result==13 OR last_result==11 OR last_result==14 ) AND last_result!= 16 ROWID: -1
07-02 20:46:07.937  3507 12871 V UploadsStorageManager: getUploads() got 0 rows from page 0, 0 rows total so far, last ID -1
07-02 20:46:07.937  3507 12870 D AdvancedSslSocketFactory: Creating SSL Socket with remote cloud.hypercat.de:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@7cc9942
07-02 20:46:07.937  3507 12870 D AdvancedSslSocketFactory:  ... with connection timeout 0 and socket timeout 0
07-02 20:46:07.937  3507 12871 V UploadsStorageManager: getUploads() returning 0 (0) rows after reading 1 pages
07-02 20:46:07.940  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:07.940  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:07.940  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:07.954  3507 12871 I JobExecutor: Finished job{id=304, finished=true, result=SUCCESS, canceled=false, periodic=true, class=FilesSyncJob, tag=FilesSyncJob}
07-02 20:46:07.961  3507 12873 D AdvancedSslSocketFactory: Creating SSL Socket with remote cloud.hypercat.de:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@72fb89
07-02 20:46:07.961  3507 12873 D AdvancedSslSocketFactory:  ... with connection timeout 0 and socket timeout 0
07-02 20:46:07.965  3507 12867 D PlatformJobService: Finished job, request{id=304, tag=FilesSyncJob, transient=false} SUCCESS
07-02 20:46:07.965  3507 12872 D MediaProvider: Reading images for Raw
07-02 20:46:07.967  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:07.967  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:07.967  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:07.978  3507 12872 D MediaProvider: Reading images for Pictures
07-02 20:46:07.980  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:07.980  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:07.981  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:07.989  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:07.989  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:07.989  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:07.995  3507 12872 D MediaProvider: Reading images for Bilder
07-02 20:46:07.997  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:07.997  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:07.997  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:08.004  3507 12872 D MediaProvider: Reading images for Share
07-02 20:46:08.011  3507 12872 D MediaProvider: Reading images for Camera
07-02 20:46:08.025  3507 12872 D MediaProvider: Reading images for Dokumente
07-02 20:46:08.034  3507 12872 D MediaProvider: Reading images for Download
07-02 20:46:08.034  3507 12873 I ServerNameIndicator: SSLSocket implementation: org.conscrypt.Java8FileDescriptorSocket
07-02 20:46:08.034  3507 12873 I ServerNameIndicator: SNI done, hostname: cloud.hypercat.de
07-02 20:46:08.050  3507 12872 D MediaProvider: Reading images for IMG_20200626_173200
07-02 20:46:08.065  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:08.065  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:08.065  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:08.074  3507 12872 D MediaProvider: Reading images for Screenshots
07-02 20:46:08.090  3507 12872 D MediaProvider: Reading images for OpenCamera
07-02 20:46:08.110  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:08.110  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:08.110  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:08.124  3507 12872 V ArbitraryDataProvider: Updating arbitrary data with cloud id: global key: media_folders value: {"imageMediaFolders":["/storage/emulated/0/Pictures/Raw","/storage/emulated/0/Pictures","/storage/emulated/0/DCIM/Camera","/storage/emulated/0/Download","/storage/emulated/0/DCIM/Camera/IMG_20200626_173200","/storage/emulated/0/Pictures/Screenshots","/storage/6DA1-1306/DCIM/OpenCamera","/storage/6DA1-1306/DCIM/SimpleCamera","/storage/emulated/0/DCIM/OpenCamera","/storage/6DA1-1306"],"videoMediaFolders":[]}
07-02 20:46:08.131  3507 12872 I JobExecutor: Finished job{id=302, finished=true, result=SUCCESS, canceled=false, periodic=true, class=MediaFoldersDetectionJob, tag=MediaFoldersDetectionJob}
07-02 20:46:08.134  3507 12868 D PlatformJobService: Finished job, request{id=302, tag=MediaFoldersDetectionJob, transient=false} SUCCESS
07-02 20:46:08.135  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:08.135  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:08.135  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:08.262  3507 12873 D UploadsStorageManager: QUERY: (status== ? OR last_result==9 OR last_result==13 OR last_result==11 OR last_result==14 ) AND last_result!= 16 ROWID: -1
07-02 20:46:08.274  3507 12873 V UploadsStorageManager: getUploads() got 0 rows from page 0, 0 rows total so far, last ID -1
07-02 20:46:08.275  3507 12873 V UploadsStorageManager: getUploads() returning 0 (0) rows after reading 1 pages
07-02 20:46:08.287  3507 12873 D AdvancedSslSocketFactory: Creating SSL Socket with remote cloud.hypercat.de:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@5c1d6f2
07-02 20:46:08.288  3507 12873 D AdvancedSslSocketFactory:  ... with connection timeout 0 and socket timeout 0
07-02 20:46:08.291  3507 12873 I ServerNameIndicator: SNI done, hostname: cloud.hypercat.de
07-02 20:46:08.898   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:08.898   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:08.898   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:08.898   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:08.900   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:08.900   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:11.162   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:11.162   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:11.162   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:11.162   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:11.163   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:11.163   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:12.968  1263  1376 D NetlinkTracker/wlan0: addressUpdated: 2a01:c22:bc1a:b600:86cf:bfff:fe8f:c633/64 on wlan0 flags 0 scope 0
07-02 20:46:12.969  1263  1376 D NetlinkTracker/wlan0: addressUpdated: 2a01:c22:bc1a:b600:5551:52a9:ba1f:47d/64 on wlan0 flags 1 scope 0
07-02 20:46:12.969  1263  1376 D NetlinkTracker/wlan0: interfaceDnsServerInfo: [fe80::1%wlan0]
07-02 20:46:13.434   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:13.434   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:13.434   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:13.435   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:13.436   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:13.436   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:15.706   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:15.706   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:15.706   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:15.707   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:15.708   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:15.708   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:17.992   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:17.992   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:17.993   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:17.993   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:17.994   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:17.995   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:18.007  3507 12870 I ServerNameIndicator: SNI done, hostname: cloud.hypercat.de
07-02 20:46:18.228  3507 12870 D OfflineSyncJob: /: enter
07-02 20:46:18.239  3507 12870 D OfflineSyncJob: /: currentEtag: 
07-02 20:46:18.243  3507 12870 D OwnCloudClient #0: REQUEST PROPFIND /remote.php/webdav/
07-02 20:46:18.247  3507 12870 D AdvancedSslSocketFactory: Creating SSL Socket with remote cloud.hypercat.de:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@e362a35
07-02 20:46:18.248  3507 12870 D AdvancedSslSocketFactory:  ... with connection timeout 5000 and socket timeout 40000
07-02 20:46:18.249  3507 12870 I ServerNameIndicator: SNI done, hostname: cloud.hypercat.de
07-02 20:46:19.834  3507 12870 D OfflineSyncJob: /: eTag unchanged
07-02 20:46:19.835  3507 12870 I JobExecutor: Finished job{id=3, finished=true, result=SUCCESS, canceled=false, periodic=true, class=OfflineSyncJob, tag=OfflineSyncJob}
07-02 20:46:19.851  3507 12869 D PlatformJobService: Finished job, request{id=3, tag=OfflineSyncJob, transient=false} SUCCESS
07-02 20:46:19.855  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:19.855  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:19.855  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:19.861  1263  1866 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:19.861  1263  1866 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:19.861  1263  1866 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:20.271   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:20.271   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:20.271   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:20.271   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:20.273   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:20.273   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:22.560   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:22.561   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:22.561   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:22.561   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:22.562   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:22.562   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:24.827   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:24.827   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:24.827   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:24.827   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:24.828   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:24.828   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:27.092   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:27.092   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:27.092   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:27.093   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:27.094   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:27.094   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:29.098  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_SCORE_CHANGED<
07-02 20:46:29.098  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528388
07-02 20:46:29.098  1263  1589 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 103] to 59
07-02 20:46:29.098  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:46:29.098  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -72 SSID: "Exit"]
07-02 20:46:29.098  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:46:29.098  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:29.098  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 94. No change.
07-02 20:46:29.098  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:46:29.099  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:46:29.099  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:46:29.099  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:46:29.099  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:46:29.099  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:46:29.099  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:46:29.099  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:46:29.099  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:46:29.099  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:46:29.099  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:29.099  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:29.099  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:46:29.099  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:29.100  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:29.100  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:29.100  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:29.100  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:29.100  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:46:29.100  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:29.104  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:29.105  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:29.106  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:46:29.107  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:29.108  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:29.109  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:29.360   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:29.360   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:29.360   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:29.361   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:29.362   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:29.362   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:31.634   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:31.634   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:31.634   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:31.634   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:31.635   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:31.636   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:32.153  1263  1281 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
07-02 20:46:32.154  1263  1281 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
07-02 20:46:32.154   725   725 D NuPlayerDriver: reset(0xefb93180) at state 6
07-02 20:46:32.155   725   725 D NuPlayerDriver: notifyListener_l(0xefb93180), (8, 0, 0, -1), loop setting(0, 0)
07-02 20:46:32.157   725 12834 D NuPlayerDriver: notifyListener_l(0xefb93180), (211, 0, 0, 20), loop setting(0, 0)
07-02 20:46:32.180   725 12834 D NuPlayerDriver: notifyResetComplete(0xefb93180)
07-02 20:46:32.181   725   725 W AMessage: failed to post message as target looper for handler 0 is gone.
07-02 20:46:33.917   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:33.917   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:33.917   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:33.918   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:33.919   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:33.919   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:34.208  1263  1866 D AlarmManagerService: Kernel timezone updated to -120 minutes west of GMT
07-02 20:46:34.219  1785  1785 D ServiceStateProvider: subId=1
07-02 20:46:35.250  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_SCORE_CHANGED<
07-02 20:46:35.251  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528388
07-02 20:46:35.251  1263  1589 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 103] to 58
07-02 20:46:35.251  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:46:35.251  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -72 SSID: "Exit"]
07-02 20:46:35.251  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:46:35.251  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:35.251  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 94. No change.
07-02 20:46:35.251  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:46:35.251  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:46:35.251  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:46:35.251  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:46:35.251  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:46:35.251  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:46:35.251  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:46:35.252  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [MOBILE (LTE) - 101]
07-02 20:46:35.252  1263  1589 D ConnectivityService:  network has: [ Transports: CELLULAR Capabilities: IMS&NOT_METERED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>]
07-02 20:46:35.252  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:46:35.252  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:35.252  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:35.252  1263  1589 D ConnectivityService: Network NetworkAgentInfo [MOBILE (LTE) - 101] was already satisfying request 15. No change.
07-02 20:46:35.252  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:35.252  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:35.252  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:35.252  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:35.252  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:35.252  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:46:35.253  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:35.254  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:35.255  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:35.256  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:46:35.257  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:35.258  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:35.259  1263  1589 D ConnectivityService: sending new Min Network Score(58): NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:36.192   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:36.192   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:36.193   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:36.193   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:36.194   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:36.194   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:38.297  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_SCORE_CHANGED<
07-02 20:46:38.297  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528388
07-02 20:46:38.298  1263  1589 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 103] to 59
07-02 20:46:38.298  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:46:38.298  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -72 SSID: "Exit"]
07-02 20:46:38.298  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:46:38.298  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:38.298  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 94. No change.
07-02 20:46:38.298  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:46:38.298  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:46:38.298  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:46:38.298  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:46:38.298  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:46:38.298  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:46:38.298  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:46:38.299  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:38.300  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:38.301  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:38.302  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:46:38.303  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:38.304  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:38.305  1263  1589 D ConnectivityService: sending new Min Network Score(59): NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:38.480   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:38.480   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:38.480   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:38.480   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:38.481   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:38.481   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:40.757   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:40.758   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:40.758   632 12027 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:40.758   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:40.759   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:40.759   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:41.124  1263  1381 I PowerManagerService: Going to sleep due to screen timeout (uid 1000)...
07-02 20:46:41.125  1263  1263 W UsageStatsService: Event reported without a package name
07-02 20:46:41.138  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:41.138  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:41.138  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:41.155   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:46:41.159   489   489 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
07-02 20:46:41.160   489   489 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
07-02 20:46:41.628  1263  1381 I DisplayPowerController: Blocking screen off
07-02 20:46:41.629  1263  1381 I DisplayPowerController: Unblocked screen off after 1 ms
07-02 20:46:41.678  1263  1381 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:41.678  1263  1381 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:41.678  1263  1381 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:41.693   489   489 D SurfaceFlinger: Set power mode=0, type=0 flinger=0x7cf0a58000
07-02 20:46:41.694  1263  1379 I DisplayManagerService: Display device changed state: "Integrierter Bildschirm", OFF
07-02 20:46:41.696  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:41.696  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:41.696  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:41.697   619   698 I SDM     : DisplayBase::SetDisplayState: Set state = 0, display 0
07-02 20:46:41.697  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:41.697  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:41.697  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:41.699   793 12883 D [ELAN]  : BRN Changed Callback Function : DPL OFF
07-02 20:46:41.700  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:41.700  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:41.700  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:41.701  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:41.701  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:41.701  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:41.712  1263  1569 I InputReader: Reconfiguring input devices.  changes=0x00000004
07-02 20:46:41.717  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:41.717  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:41.717  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:41.954   489   489 D SurfaceFlinger: Finished set power mode=0, type=0
07-02 20:46:41.956  1263  1619 D SurfaceControl: Excessive delay in setPowerMode()
07-02 20:46:41.956   623   623 E QCOM PowerHAL: Failed to acquire lock.
07-02 20:46:41.958  1263  1381 I DreamManagerService: Entering dreamland.
07-02 20:46:41.959  1263  1381 I PowerManagerService: Dozing...
07-02 20:46:41.960  1263  1376 I DreamController: Starting dream: name=ComponentInfo{com.android.systemui/com.android.systemui.doze.DozeService}, isTest=false, canDoze=true, userId=0
07-02 20:46:41.962  1645  1645 V StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{a7d0f79 V.ED..... ......ID 0,0-1080,72} canPanelBeCollapsed(): false
07-02 20:46:41.963  1263  1376 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:41.964  1263  1376 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:41.964  1263  1376 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:41.965  1263  1376 D AutofillManagerService: Close system dialogs
07-02 20:46:41.990   631   631 E /vendor/bin/hw/vendor.lineage.trust@1.0-service: Failed to open /proc/sys/kernel/deny_new_usb, error=2 (No such file or directory)
07-02 20:46:42.045  1645  1645 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
07-02 20:46:42.048  1645  1875 V WifiManager: registerSoftApCallback: callback=com.android.systemui.statusbar.policy.HotspotControllerImpl@caf4cad, handler=Handler (android.os.Handler) {ace8be2}
07-02 20:46:42.049  1645  2866 V WifiManager: SoftApCallbackProxy: onStateChanged: state=11, failureReason=0
07-02 20:46:42.049  1645  2866 V WifiManager: SoftApCallbackProxy: onNumClientsChanged: numClients=0
07-02 20:46:42.055  1645  1645 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
07-02 20:46:42.060  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.060  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.060  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.061  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.061  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.061  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.061  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.061  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.061  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.062  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.062  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.062  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.063  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.063  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.063  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.064   610  1563 D audio_hw_primary: adev_set_parameters: enter: screen_state=off
07-02 20:46:42.064   610  1563 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
07-02 20:46:42.064   610  1563 D audio_hw_spkr_prot: audio_extn_fbsp_set_parameters: Speaker protection disabled
07-02 20:46:42.065  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.065  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.065  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.067  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.067  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.067  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.068  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.068  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.068  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.068  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.068  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.068  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.071  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.071  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.071  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.071  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.071  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.071  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.076  1263  1360 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.077  1263  1360 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.077  1263  1360 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.078  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.078  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.078  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.080  1263  4454 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.080  1263  4454 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.080  1263  4454 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.086  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.086  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.086  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.086  1645  1645 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
07-02 20:46:42.093  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.093  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.093  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.101  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.101  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.101  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.151  1645  1645 I chatty  : uid=10021(com.android.systemui) identical 3 lines
07-02 20:46:42.151  1645  1645 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
07-02 20:46:42.168  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.168  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.168  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.178  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.178  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.178  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.182  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.182  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.182  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.202  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.202  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.202  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.222  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.222  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.222  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.224  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.224  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.224  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.231   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:42.232   632   632 D         : sem_timedwait() succeeded
07-02 20:46:42.232   632 12028 D NxpTml  : PN54X - Write requested.....
07-02 20:46:42.232   632 12028 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:42.232   632 12028 E NxpTml  : _i2c_write() errno : 5
07-02 20:46:42.232   632 12028 E NxpTml  : PN54X - Error in I2C Write.....
07-02 20:46:42.232   632 12028 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:42.232   632 12028 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:42.232   632 12030 E NxpHal  : write error status = 0x1ff
07-02 20:46:42.233   632   632 E NxpHal  : write_unlocked failed - PN54X Maybe in Standby Mode - Retry
07-02 20:46:42.236  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.237  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.237  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.238  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.238  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.238  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.239 12085 12085 E cr_CompositorSurfaceMgr: SurfaceState : detach from parent : 0
07-02 20:46:42.240 12085 12085 E cr_CompositorSurfaceMgr: Transitioning to surface with format : -1
07-02 20:46:42.241   632 12028 D NxpTml  : PN54X - Write requested.....
07-02 20:46:42.241   632 12028 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:42.242   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:42.243   632 12027 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:42.243   632 12028 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:42.243   632 12028 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:42.243   632 12028 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:42.243   632 12030 D NxpHal  : write successful status = 0x0
07-02 20:46:42.245   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:42.245   632 12027 D NxpNciR : len =   4 <= 41060100
07-02 20:46:42.245   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:42.246   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:42.246   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:42.250  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.250  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.250  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.251  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:42.251  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:42.251  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:42.365  2814  2814 D NotificationRepository: updateNotification() called with: list = [1]
07-02 20:46:46.174  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:46.174  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:46.174  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:46.174  1263  5083 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:46.175  1263  5083 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:46.175  1263  5083 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:46.176   631   631 E /vendor/bin/hw/vendor.lineage.trust@1.0-service: Failed to open /proc/sys/kernel/deny_new_usb, error=2 (No such file or directory)
07-02 20:46:46.180  1263  1624 W UsageStatsService: Event reported without a package name
07-02 20:46:46.186  1645  1645 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
07-02 20:46:46.211  1645  1645 I chatty  : uid=10021(com.android.systemui) identical 2 lines
07-02 20:46:46.212  1645  1645 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
07-02 20:46:46.328  1645  1645 D StatusBar: disable<e i a s b H!R!c s > disable2<q i n >
07-02 20:46:52.234 11997 12885 E NfcService: Watchdog triggered, aborting.
07-02 20:46:52.235 11997 12885 F com.android.nf: jni_internal.cc:616] JNI FatalError called: applyRouting
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] Runtime aborting...
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] Dumping all threads without appropriate locks held: thread list lock mutator lock
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] All threads:
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] DALVIK THREADS (23):
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] "applyRouting" prio=5 tid=23 Runnable
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=0 dsCount=0 flags=0 obj=0x1a8c0000 self=0x775b680c00
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12885 nice=0 cgrp=default sched=0/0 handle=0x773fd434f0
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | state=R schedstat=( 34893698 1514634 6 ) utm=1 stm=1 core=3 HZ=100
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x773fc40000-0x773fc42000 stackSize=1041KB
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes= "abort lock" "mutator lock"(shared held)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 00000000003c8d44  /system/lib64/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+220)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 0000000000498c10  /system/lib64/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+352)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 00000000004b2a24  /system/lib64/libart.so (art::DumpCheckpoint::Run(art::Thread*)+828)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 00000000004ab7a0  /system/lib64/libart.so (art::ThreadList::RunCheckpoint(art::Closure*, art::Closure*)+476)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #04 pc 00000000004aabf4  /system/lib64/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool)+1036)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #05 pc 000000000046d8e0  /system/lib64/libart.so (art::Runtime::Abort(char const*)+392)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #06 pc 0000000000008d08  /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+720)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #07 pc 0000000000332c64  /system/lib64/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+196)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #08 pc 000000000001b638  /system/lib64/libnfc_nci_jni.so (android::nfcManager_doAbort(_JNIEnv*, _jobject*, _jstring*)+48)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #09 pc 000000000000adb8  /data/dalvik-cache/arm64/system@app@NfcNci@NfcNci.apk@classes.dex (offset a000) (com.android.nfc.dhimpl.NativeNfcManager.doDump [DEDUPED]+152)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #10 pc 0000000000560388  /system/lib64/libart.so (art_quick_invoke_stub+584)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #11 pc 00000000000cf6b8  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #12 pc 0000000000282b3c  /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #13 pc 000000000027cbec  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+960)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #14 pc 0000000000530a90  /system/lib64/libart.so (MterpInvokeInterface+1376)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #15 pc 0000000000552c14  /system/lib64/libart.so (ExecuteMterpImpl+14740)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #16 pc 00000000000f5f42  /data/dalvik-cache/arm64/system@app@NfcNci@NfcNci.apk@classes.vdex (com.android.nfc.NfcService$WatchDogThread.run+100)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #17 pc 0000000000256d4c  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2287842835+488)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #18 pc 0000000000520304  /system/lib64/libart.so (artQuickToInterpreterBridge+944)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #19 pc 00000000005694fc  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #20 pc 0000000000560388  /system/lib64/libart.so (art_quick_invoke_stub+584)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #21 pc 00000000000cf6b8  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #22 pc 0000000000466224  /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #23 pc 0000000000467328  /system/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue*)+424)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #24 pc 00000000004926e0  /system/lib64/libart.so (art::Thread::CreateCallback(void*)+1116)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #25 pc 0000000000085bb8  /system/lib64/libc.so (__pthread_start(void*)+36)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #26 pc 00000000000236f8  /system/lib64/libc.so (__start_thread+68)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   at com.android.nfc.dhimpl.NativeNfcManager.doAbort(Native method)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   at com.android.nfc.NfcService$WatchDogThread.run(NfcService.java:1666)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] "main" prio=5 tid=1 Blocked
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x752047d0 self=0x775b614c00
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=11997 nice=0 cgrp=default sched=0/0 handle=0x77e122e548
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 298594324 83962617 840 ) utm=17 stm=11 core=3 HZ=100
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x7fd6114000-0x7fd6116000 stackSize=8MB
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait_queue_me+0xc4/0x13c
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait+0xe4/0x204
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_futex+0x168/0x9a0
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_futex+0x124/0x1c4
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 000000000001eeec  /system/lib64/libc.so (syscall+28)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 00000000000d72a8  /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 00000000003c0284  /system/lib64/libart.so (_ZN3art7Monitor4LockILNS_10LockReasonE1EEEvPNS_6ThreadE+2056)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 00000000003c5888  /system/lib64/libart.so (art::Monitor::MonitorEnter(art::Thread*, art::mirror::Object*, bool)+504)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #04 pc 000000000051f8dc  /system/lib64/libart.so (artLockObjectFromCode+36)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #05 pc 0000000000560898  /system/lib64/libart.so (art_quick_lock_object+152)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #06 pc 0000000000002640  /dev/ashmem/dalvik-jit-code-cache (deleted) (Java_com_android_nfc_NfcService_00024NfcServiceHandler_handleMessage__Landroid_os_Message_2+400)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   at com.android.nfc.NfcService$NfcServiceHandler.handleMessage(NfcService.java:2229)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   - waiting to lock <0x0a4a2505> (a com.android.nfc.NfcService) held by thread 13
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   at android.os.Handler.dispatchMessage(Handler.java:106)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   at android.os.Looper.loop(Looper.java:193)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   at android.app.ActivityThread.main(ActivityThread.java:6718)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.reflect.Method.invoke(Native method)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] "Jit thread pool worker thread 0" prio=5 tid=2 Native
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x18880030 self=0x7754e0e000
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12002 nice=9 cgrp=default sched=0/0 handle=0x77551734f0
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 78970159 11142549 42 ) utm=6 stm=0 core=5 HZ=100
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x7755075000-0x7755077000 stackSize=1021KB
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait_queue_me+0xc4/0x13c
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait+0xe4/0x204
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_futex+0x168/0x9a0
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_futex+0x124/0x1c4
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 000000000001eeec  /system/lib64/libc.so (syscall+28)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 00000000000d72a8  /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 00000000004b4278  /system/lib64/libart.so (art::ThreadPool::GetTask(art::Thread*)+260)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 00000000004b37e0  /system/lib64/libart.so (art::ThreadPoolWorker::Run()+124)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #04 pc 00000000004b32a0  /system/lib64/libart.so (art::ThreadPoolWorker::Callback(void*)+148)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #05 pc 0000000000085bb8  /system/lib64/libc.so (__pthread_start(void*)+36)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #06 pc 00000000000236f8  /system/lib64/libc.so (__start_thread+68)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   (no managed stack frames)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x188c0020 self=0x775b616400
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12003 nice=0 cgrp=default sched=0/0 handle=0x7754dff4f0
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 490677 0 1 ) utm=0 stm=0 core=0 HZ=100
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x7754d04000-0x7754d06000 stackSize=1009KB
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_sigtimedwait+0x164/0x248
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_rt_sigtimedwait+0xd4/0x168
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 00000000000722f4  /system/lib64/libc.so (__rt_sigtimedwait+8)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 000000000002dcd4  /system/lib64/libc.so (sigwait+64)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 00000000004868e8  /system/lib64/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+416)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 00000000004851f0  /system/lib64/libart.so (art::SignalCatcher::Run(void*)+272)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #04 pc 0000000000085bb8  /system/lib64/libc.so (__pthread_start(void*)+36)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   native: #05 pc 00000000000236f8  /system/lib64/libc.so (__start_thread+68)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558]   (no managed stack frames)
07-02 20:46:52.470 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] "ADB-JDWP Connection Control Thread" prio=5 tid=4 WaitingInMainDebuggerLoop
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x15b6fa88 self=0x7754e15800
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12004 nice=0 cgrp=default sched=0/0 handle=0x77429bc4f0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 700366 903437 8 ) utm=0 stm=0 core=2 HZ=100
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x77428c1000-0x77428c3000 stackSize=1009KB
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: poll_schedule_timeout+0x44/0x7c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_sys_poll+0x3a8/0x578
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_ppoll+0x1ec/0x220
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 0000000000072234  /system/lib64/libc.so (__ppoll+8)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 000000000002b998  /system/lib64/libc.so (poll+88)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 0000000000006cbc  /system/lib64/libadbconnection.so (adbconnection::AdbConnectionState::RunPollLoop(art::Thread*)+824)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 000000000000525c  /system/lib64/libadbconnection.so (adbconnection::CallbackFunction(void*)+1060)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #04 pc 0000000000085bb8  /system/lib64/libc.so (__pthread_start(void*)+36)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #05 pc 00000000000236f8  /system/lib64/libc.so (__start_thread+68)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   (no managed stack frames)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] "ReferenceQueueDaemon" prio=5 tid=5 Waiting
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x15b6fb28 self=0x775b6d3c00
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12005 nice=4 cgrp=default sched=0/0 handle=0x77428be4f0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 363645 552291 10 ) utm=0 stm=0 core=1 HZ=100
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x77427bb000-0x77427bd000 stackSize=1041KB
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait_queue_me+0xc4/0x13c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait+0xe4/0x204
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_futex+0x168/0x9a0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_futex+0x124/0x1c4
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 000000000001eeec  /system/lib64/libc.so (syscall+28)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 00000000000d72a8  /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 00000000003c42dc  /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, long, int, bool, art::ThreadState)+640)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 00000000003c5d74  /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long, int, bool, art::ThreadState)+416)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Object.wait(Native method)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   - waiting on <0x0fb7795a> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Daemons$ReferenceQueueDaemon.runInternal(Daemons.java:178)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   - locked <0x0fb7795a> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Thread.run(Thread.java:764)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] "FinalizerDaemon" prio=5 tid=6 Waiting
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x15b6fbc8 self=0x775b6d4800
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12006 nice=4 cgrp=default sched=0/0 handle=0x77427b84f0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 571249 76093 12 ) utm=0 stm=0 core=2 HZ=100
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x77426b5000-0x77426b7000 stackSize=1041KB
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait_queue_me+0xc4/0x13c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait+0xe4/0x204
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_futex+0x168/0x9a0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_futex+0x124/0x1c4
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 000000000001eeec  /system/lib64/libc.so (syscall+28)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 00000000000d72a8  /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 00000000003c42dc  /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, long, int, bool, art::ThreadState)+640)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 00000000003c5d74  /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long, int, bool, art::ThreadState)+416)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Object.wait(Native method)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   - waiting on <0x0db4478b> (a java.lang.Object)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Object.wait(Object.java:422)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   - locked <0x0db4478b> (a java.lang.Object)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:232)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Thread.run(Thread.java:764)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] "FinalizerWatchdogDaemon" prio=5 tid=7 Waiting
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x15b6fc68 self=0x77534e2400
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12007 nice=4 cgrp=default sched=0/0 handle=0x77426b24f0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 211720 0 2 ) utm=0 stm=0 core=1 HZ=100
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x77425af000-0x77425b1000 stackSize=1041KB
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait_queue_me+0xc4/0x13c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait+0xe4/0x204
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_futex+0x168/0x9a0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_futex+0x124/0x1c4
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 000000000001eeec  /system/lib64/libc.so (syscall+28)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 00000000000d72a8  /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 00000000003c42dc  /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, long, int, bool, art::ThreadState)+640)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 00000000003c5d74  /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long, int, bool, art::ThreadState)+416)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Object.wait(Native method)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   - waiting on <0x04110068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded(Daemons.java:297)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   - locked <0x04110068> (a java.lang.Daemons$FinalizerWatchdogDaemon)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal(Daemons.java:277)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Thread.run(Thread.java:764)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] "HeapTaskDaemon" prio=5 tid=8 WaitingForTaskProcessor
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x15b6fd08 self=0x775350b800
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12008 nice=4 cgrp=default sched=0/0 handle=0x77425ac4f0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 269739 0 5 ) utm=0 stm=0 core=2 HZ=100
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x77424a9000-0x77424ab000 stackSize=1041KB
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait_queue_me+0xc4/0x13c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait+0xe4/0x204
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_futex+0x168/0x9a0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_futex+0x124/0x1c4
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 000000000001eeec  /system/lib64/libc.so (syscall+28)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 00000000000d72a8  /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 0000000000230028  /system/lib64/libart.so (art::gc::TaskProcessor::GetTask(art::Thread*)+504)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 0000000000230898  /system/lib64/libart.so (art::gc::TaskProcessor::RunAllTasks(art::Thread*)+96)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at dalvik.system.VMRuntime.runHeapTasks(Native method)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Daemons$HeapTaskDaemon.runInternal(Daemons.java:475)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   at java.lang.Thread.run(Thread.java:764)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] "Binder:11997_1" prio=5 tid=9 Native
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x18900020 self=0x775b7a9000
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12009 nice=0 cgrp=default sched=0/0 handle=0x77423a84f0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 5674944 12923178 23 ) utm=0 stm=0 core=3 HZ=100
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x77422ad000-0x77422af000 stackSize=1009KB
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: binder_thread_read+0xc20/0x1484
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: binder_ioctl_write_read.isra.44.constprop.57+0x22c/0x368
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: binder_ioctl+0x5f0/0x8b0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_vfs_ioctl+0xb8/0xb84
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_ioctl+0x84/0x98
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 0000000000072200  /system/lib64/libc.so (__ioctl+4)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 0000000000029460  /system/lib64/libc.so (ioctl+144)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 000000000005a678  /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+260)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 000000000005a850  /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #04 pc 000000000005afa8  /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #05 pc 000000000007b6d8  /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #06 pc 000000000000f9f0  /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+264)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #07 pc 00000000000b4d6c  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #08 pc 0000000000085bb8  /system/lib64/libc.so (__pthread_start(void*)+36)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #09 pc 00000000000236f8  /system/lib64/libc.so (__start_thread+68)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   (no managed stack frames)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] "Binder:11997_2" prio=5 tid=10 Native
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x18940020 self=0x7754e2e000
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12010 nice=0 cgrp=default sched=0/0 handle=0x77422aa4f0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 21017547 16596300 118 ) utm=1 stm=0 core=0 HZ=100
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x77421af000-0x77421b1000 stackSize=1009KB
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: binder_thread_read+0xc20/0x1484
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: binder_ioctl_write_read.isra.44.constprop.57+0x22c/0x368
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: binder_ioctl+0x5f0/0x8b0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_vfs_ioctl+0xb8/0xb84
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_ioctl+0x84/0x98
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 0000000000072200  /system/lib64/libc.so (__ioctl+4)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 0000000000029460  /system/lib64/libc.so (ioctl+144)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 000000000005a678  /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+260)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 000000000005a850  /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #04 pc 000000000005afa8  /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #05 pc 000000000007b6d8  /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #06 pc 000000000000f9f0  /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+264)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #07 pc 00000000000b4d6c  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #08 pc 0000000000085bb8  /system/lib64/libc.so (__pthread_start(void*)+36)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #09 pc 00000000000236f8  /system/lib64/libc.so (__start_thread+68)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   (no managed stack frames)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] "Binder:11997_3" prio=5 tid=11 Native
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x18980020 self=0x775345f800
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12011 nice=0 cgrp=default sched=0/0 handle=0x77421ac4f0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 1696717 6560471 11 ) utm=0 stm=0 core=1 HZ=100
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x77420b1000-0x77420b3000 stackSize=1009KB
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: binder_thread_read+0xc20/0x1484
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: binder_ioctl_write_read.isra.44.constprop.57+0x22c/0x368
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: binder_ioctl+0x5f0/0x8b0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_vfs_ioctl+0xb8/0xb84
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_ioctl+0x84/0x98
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 0000000000072200  /system/lib64/libc.so (__ioctl+4)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 0000000000029460  /system/lib64/libc.so (ioctl+144)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 000000000005a678  /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+260)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 000000000005a850  /system/lib64/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+24)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #04 pc 000000000005afa8  /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+60)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #05 pc 000000000007b6d8  /system/lib64/libbinder.so (android::PoolThread::threadLoop()+24)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #06 pc 000000000000f9f0  /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+264)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #07 pc 00000000000b4d6c  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #08 pc 0000000000085bb8  /system/lib64/libc.so (__pthread_start(void*)+36)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   native: #09 pc 00000000000236f8  /system/lib64/libc.so (__start_thread+68)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   (no managed stack frames)
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] 
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558] "Profile Saver" prio=5 tid=12 Native
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x18a00020 self=0x7754e35800
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | sysTid=12012 nice=9 cgrp=default sched=0/0 handle=0x7741e414f0
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | state=S schedstat=( 9061144 1807813 14 ) utm=0 stm=0 core=4 HZ=100
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | stack=0x7741d46000-0x7741d48000 stackSize=1009KB
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   | held mutexes=
07-02 20:46:52.471 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __switch_to+0x90/0xe8
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait_queue_me+0xc4/0x13c
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   kernel: futex_wait+0xe4/0x204
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   kernel: do_futex+0x168/0x9a0
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   kernel: SyS_futex+0x124/0x1c4
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   kernel: __sys_trace+0x4c/0x4c
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   native: #00 pc 000000000001eeec  /system/lib64/libc.so (syscall+28)
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   native: #01 pc 00000000000d72a8  /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148)
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 0000000000327bb8  /system/lib64/libart.so (art::ProfileSaver::Run()+384)
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   native: #03 pc 000000000032b05c  /system/lib64/libart.so (art::ProfileSaver::RunProfileSaverThread(void*)+92)
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   (no managed stack frames)
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   native: #07 pc 00000000000b4d6c  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+140)
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   native: #02 pc 000000000008514c  /system/lib64/libc.so (pthread_cond_wait+60)
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   native: #06 pc 0000000000015fb4  /system/lib64/libnfc_nci_jni.so (android::nativeLlcpServiceSocket_doAccept(_JNIEnv*, _jobject*, int, int, int)+260)
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   native: #20 pc 000000000010ca10  /data/dalvik-cache/arm64/system@app@NfcNci@NfcNci.apk@classes.vdex (com.android.nfc.snep.SnepServer$ServerThread.run+206)
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   native: #04 pc 000000000002cc18  /system/lib64/libnfc_nci_jni.so (P2pServer::accept(unsigned int, unsigned int, int, int)+260)
07-02 20:46:52.472 11997 12885 F com.android.nf: runtime.cc:558]   native: #19 pc 0000000000552c14  /system/lib64/libart.so (ExecuteMterpImpl+14740)
07-02 20:46:52.474 11997 12885 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 12885 (applyRouting), pid 11997 (com.android.nfc)
07-02 20:46:52.566 12896 12896 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
07-02 20:46:52.567   761   761 I /system/bin/tombstoned: received crash request for pid 12885
07-02 20:46:52.569 12896 12896 I crash_dump64: performing dump of process 11997 (target tid = 12885)
07-02 20:46:52.596 12896 12896 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-02 20:46:52.596 12896 12896 F DEBUG   : LineageOS Version: '0.9-p-2020070161107-dev-FP3'
07-02 20:46:52.596 12896 12896 F DEBUG   : Build fingerprint: 'Fairphone/FP3/FP3:9/8901.2.A.0120.20200421/04211500:user/release-keys'
07-02 20:46:52.596 12896 12896 F DEBUG   : Revision: '0'
07-02 20:46:52.596 12896 12896 F DEBUG   : ABI: 'arm64'
07-02 20:46:52.596 12896 12896 F DEBUG   : pid: 11997, tid: 12885, name: applyRouting  >>> com.android.nfc <<<
07-02 20:46:52.596 12896 12896 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-02 20:46:52.596 12896 12896 F DEBUG   : Abort message: 'jni_internal.cc:616] JNI FatalError called: applyRouting'
07-02 20:46:52.596 12896 12896 F DEBUG   :     x0  0000000000000000  x1  0000000000003255  x2  0000000000000006  x3  0000000000000008
07-02 20:46:52.596 12896 12896 F DEBUG   :     x4  00000077e121c000  x5  00000077e121c000  x6  00000077e121c000  x7  000000000010f116
07-02 20:46:52.596 12896 12896 F DEBUG   :     x8  0000000000000083  x9  424663d3cb34545f  x10 fffffff87ffffbdf  x11 fffffffc7ffffbdf
07-02 20:46:52.596 12896 12896 F DEBUG   :     x12 fffffffffffe0000  x13 ffffffffa101de45  x14 000000001145e208  x15 0000000187f0e598
07-02 20:46:52.596 12896 12896 F DEBUG   :     x16 00000077ddcb02a8  x17 00000077ddbee4dc  x18 0000000000000000  x19 0000000000002edd
07-02 20:46:52.596 12896 12896 F DEBUG   :     x20 0000000000003255  x21 0000000000000083  x22 000000775b680c00  x23 000000775b6e8ce0
07-02 20:46:52.596 12896 12896 F DEBUG   :     x24 000000000000006e  x25 00000000ffffffff  x26 0000000000000012  x27 0000000000000005
07-02 20:46:52.596 12896 12896 F DEBUG   :     x28 000000775b51a2a7  x29 000000773fd42740
07-02 20:46:52.597 12896 12896 F DEBUG   :     sp  000000773fd42700  lr  00000077ddbe2e00  pc  00000077ddbe2e20
07-02 20:46:52.609 12896 12896 F DEBUG   : 
07-02 20:46:52.609 12896 12896 F DEBUG   : backtrace:
07-02 20:46:52.609 12896 12896 F DEBUG   :     #00 pc 0000000000021e20  /system/lib64/libc.so (abort+112)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #01 pc 000000000046dc10  /system/lib64/libart.so (art::Runtime::Abort(char const*)+1208)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #02 pc 0000000000008d08  /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+720)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #03 pc 0000000000332c64  /system/lib64/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+196)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #04 pc 000000000001b638  /system/lib64/libnfc_nci_jni.so (android::nfcManager_doAbort(_JNIEnv*, _jobject*, _jstring*)+48)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #05 pc 000000000000adb8  /data/dalvik-cache/arm64/system@app@NfcNci@NfcNci.apk@classes.dex (offset 0xa000) (com.android.nfc.dhimpl.NativeNfcManager.doDump [DEDUPED]+152)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #06 pc 0000000000560388  /system/lib64/libart.so (art_quick_invoke_stub+584)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #07 pc 00000000000cf6b8  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #08 pc 0000000000282b3c  /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #09 pc 000000000027cbec  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+960)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #10 pc 0000000000530a90  /system/lib64/libart.so (MterpInvokeInterface+1376)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #11 pc 0000000000552c14  /system/lib64/libart.so (ExecuteMterpImpl+14740)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #12 pc 00000000000f5f42  /data/dalvik-cache/arm64/system@app@NfcNci@NfcNci.apk@classes.vdex (com.android.nfc.NfcService$WatchDogThread.run+100)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #13 pc 0000000000256d4c  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2287842835+488)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #14 pc 0000000000520304  /system/lib64/libart.so (artQuickToInterpreterBridge+944)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #15 pc 00000000005694fc  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #16 pc 0000000000560388  /system/lib64/libart.so (art_quick_invoke_stub+584)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #17 pc 00000000000cf6b8  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #18 pc 0000000000466224  /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #19 pc 0000000000467328  /system/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue*)+424)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #20 pc 00000000004926e0  /system/lib64/libart.so (art::Thread::CreateCallback(void*)+1116)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #21 pc 0000000000085bb8  /system/lib64/libc.so (__pthread_start(void*)+36)
07-02 20:46:52.609 12896 12896 F DEBUG   :     #22 pc 00000000000236f8  /system/lib64/libc.so (__start_thread+68)
07-02 20:46:52.920 12896 12896 E crash_dump64: AM data write failed: Broken pipe
07-02 20:46:52.920   761   761 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_18
07-02 20:46:52.929  1263  1374 I BootReceiver: Copying /data/tombstones/tombstone_18 to DropBox (SYSTEM_TOMBSTONE)
07-02 20:46:52.984   632   632 D NxpHal  : UICC_LISTEN_TECH_MASK = 0x7
07-02 20:46:52.984   632   632 D NxpHal  : NXP_ESE_LISTEN_TECH_MASK = 0x7
07-02 20:46:52.984   632   632 D         : sem_timedwait() succeeded
07-02 20:46:52.984   632 12028 D NxpTml  : PN54X - Write requested.....
07-02 20:46:52.984   632 12028 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:52.985   632 12028 E NxpTml  : _i2c_write() errno : 5
07-02 20:46:52.985   632 12028 E NxpTml  : PN54X - Error in I2C Write.....
07-02 20:46:52.985   632 12028 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:52.985   632 12028 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:52.985   460   460 I ServiceManager: service 'nfc' died
07-02 20:46:52.986   632 12030 E NxpHal  : write error status = 0x1ff
07-02 20:46:52.987  1263  1624 I ActivityManager: Process com.android.nfc (pid 11997) has died: pers PER 
07-02 20:46:52.987   632   632 E NxpHal  : write_unlocked failed - PN54X Maybe in Standby Mode - Retry
07-02 20:46:52.988  1263  1624 W ActivityManager: Re-adding persistent process ProcessRecord{6fe624a 11997:com.android.nfc/1027}
07-02 20:46:52.989   538   538 I Zygote  : Process 11997 exited due to signal (6)
07-02 20:46:52.990  1263  1364 W libprocessgroup: kill(-11997, 9) failed: No such process
07-02 20:46:52.990  1263  1364 I libprocessgroup: Successfully killed process cgroup uid 1027 pid 11997 in 0ms
07-02 20:46:52.992   632 12028 D NxpTml  : PN54X - Write requested.....
07-02 20:46:52.992   632 12028 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:52.994   632 12028 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:52.994   632 12028 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:52.995   632 12028 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:52.995   632 12030 D NxpHal  : write successful status = 0x0
07-02 20:46:52.995   632   632 D NxpHal  : Response timer started
07-02 20:46:52.995   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:52.996  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:52.997  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:52.997  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:52.997   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:52.997   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:52.997   632 12027 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:52.998   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:52.998   632 12030 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:52.998   632 12027 D NxpTml  : PN54X - Read requested.....
07-02 20:46:52.998   632 12027 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.000   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.000   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.000   632   632 D NxpHal  : Checking response
07-02 20:46:53.000   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.000   632 12028 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.000   632 12028 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.002   632 12028 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.002   632 12028 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.002   632 12028 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.003   632 12030 D NxpHal  : write successful status = 0x0
07-02 20:46:53.003   632   632 D NxpHal  : Response timer started
07-02 20:46:53.003   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.004   632 12027 D NxpTml  : PN54X - I2C Read successful.....len = 6
07-02 20:46:53.004   632 12027 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.004   632 12027 D NxpNciR : len =   6 <= 400003001000
07-02 20:46:53.004   632 12030 D NxpHal  : read successful status = 0x0
07-02 20:46:53.004   632 12030 D NxpHal  : CORE_RESET_RSP NCI1.0
07-02 20:46:53.004   632 12030 E NxpHal  :  Ignoring read , HAL close triggered
07-02 20:46:53.004   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.004   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.004   632   632 D NxpHal  : Checking response
07-02 20:46:53.004   632 12030 W android.hardware.nfc@1.1-impl: failed to send event!!!
07-02 20:46:53.004   632 12030 D NxpHal  : Terminating phNxpNciHal client thread...
07-02 20:46:53.004   632 12030 D NxpHal  : NxpNciHal thread stopped
07-02 20:46:53.006   632 12027 D NxpTml  : PN54X - read request NOT enabled
07-02 20:46:53.007   632 12028 D NxpTml  : PN54X - Write request NOT enabled
07-02 20:46:53.018   632   632 D NxpTml  : bThreadDone == 0
07-02 20:46:53.018   632   632 D NxpTml  : phTmlNfc_i2c_reset(), VEN level 0
07-02 20:46:53.027  1263  1363 I ActivityManager: Start proc 12904:com.android.nfc/1027 for restart com.android.nfc
07-02 20:46:53.047   632   632 D NxpHal  : phNxpNciHal_close - phOsalNfc_DeInit completed
07-02 20:46:53.047   632   632 D NxpHal  : Failed to deallocate (list empty)
07-02 20:46:53.047   632   632 D NxpHal  : Node dump:
07-02 20:46:53.047   632   632 D NxpHal  : Failed to deallocate (list empty)
07-02 20:46:53.047   632   632 D NxpHal  : Node dump:
07-02 20:46:53.047   632   632 D NxpHal  : phNxpNciHal_release_info mGetCfg_info
07-02 20:46:53.080  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:53.080  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:53.080  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:53.107 12904 12904 I com.android.nf: The ClassLoaderContext is a special shared library.
07-02 20:46:53.132 12904 12904 I NfcService: Starting NFC service
07-02 20:46:53.147 12904 12904 I         : [0702/204653.147794:INFO:NfcJniUtil.cpp(47)] NFC Service: loading nci JNI
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - Parsing file '/vendor/etc/libnfc-nci.conf'
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [APPL_TRACE_LEVEL] = 0xFF
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [PROTOCOL_TRACE_LEVEL] = 0xFFFFFFFF
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [NFC_DEBUG_ENABLED] = 0x00
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [NFA_STORAGE] = "/data/nfc"
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [UICC_LISTEN_TECH_MASK] = 0x07
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [NFA_HCI_DEFAULT_DEST_GATE] = 0xF0
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [HOST_LISTEN_TECH_MASK] = 0x07
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [NXP_FWD_FUNCTIONALITY_ENABLE] = 0x01
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [AID_FOR_EMPTY_SELECT] = {08:A0:00:00:01:51:00:00:00}
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [SCREEN_OFF_POWER_STATE] = 1
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [NFA_CONFIG_FORMAT] = 1
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [POLLING_TECH_MASK] = 0xEF
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [P2P_LISTEN_TECH_MASK] = 0xC5
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [PRESERVE_STORAGE] = 0x01
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [NFA_DM_DISC_NTF_TIMEOUT] = 0
07-02 20:46:53.148 12904 12904 I com.android.nf: ConfigFile - [AID_MATCHING_MODE] = 0x01
07-02 20:46:53.148 12904 12904 I         : [0702/204653.148700:INFO:NfcAdaptation.cc(460)] NfcAdaptation::InitializeHalDeviceContext: INfc::getService()
07-02 20:46:53.152 12904 12904 I         : [0702/204653.152615:INFO:NfcAdaptation.cc(466)] NfcAdaptation::InitializeHalDeviceContext: INfc::getService() returned 0x775b6e31e0 (remote)
07-02 20:46:53.152   632   632 D NxpExtns: find found ISO_DEP_MAX_TRANSCEIVE=(0xfeff)
07-02 20:46:53.152   632   632 D NxpExtns: find found NFA_POLL_BAIL_OUT_MODE=(0x1)
07-02 20:46:53.152   632   632 D NxpExtns: find found DEFAULT_OFFHOST_ROUTE=(0x2)
07-02 20:46:53.152   632   632 D NxpExtns: find found DEFAULT_NFCF_ROUTE=(0x2)
07-02 20:46:53.152   632   632 D NxpExtns: find found DEFAULT_SYS_CODE_ROUTE=(0x0)
07-02 20:46:53.152   632   632 D NxpExtns: find found DEFAULT_SYS_CODE_PWR_STATE=(0x1b)
07-02 20:46:53.152   632   632 D NxpExtns: find found DEFAULT_ROUTE=(0x2)
07-02 20:46:53.152   632   632 D NxpExtns: find found DEVICE_HOST_WHITE_LIST=\C0
07-02 20:46:53.152   632   632 D NxpExtns: find found OFF_HOST_ESE_PIPE_ID=(0x19)
07-02 20:46:53.152   632   632 D NxpExtns: find found OFF_HOST_SIM_PIPE_ID=(0xa)
07-02 20:46:53.152   632   632 D NxpExtns: find found NFA_PROPRIETARY_CFG=\FF\FF\81\80p\FF\FF
07-02 20:46:53.152   632   632 D NxpExtns: find found PRESENCE_CHECK_ALGORITHM=(0x2)
07-02 20:46:53.156 12904 12904 W Settings: Setting device_provisioned has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
07-02 20:46:53.185 12904 12904 D RegisteredT3tIdentifiersCache: RegisteredT3tIdentifiersCache
07-02 20:46:53.190 12904 12904 D RegisteredServicesCache: Dynamic AIDs file does not exist.
07-02 20:46:53.192 12904 12904 D RegisteredNfcFServicesCache: Dynamic System Code, NFCID2 file does not exist.
07-02 20:46:53.193 12904 12904 D RegisteredNfcFServicesCache: Service unchanged, not updating
07-02 20:46:53.195 12904 12921 D NfcService: checking on firmware download
07-02 20:46:53.196 12904 12921 D NfcService: NFC is on. Doing normal stuff
07-02 20:46:53.196 12904 12921 I NfcService: Enabling NFC
07-02 20:46:53.206 12904 12924 E libnfc_nci: [ERROR:gki_ulinux.cc(98)] gki_task task_id=0 terminating
07-02 20:46:53.207   632   632 D android.hardware.nfc@1.1-impl: Nfc::open_1_1(): enter
07-02 20:46:53.207   632   632 D android.hardware.nfc@1.1-impl: Nfc::open(): enter
07-02 20:46:53.207   632   632 D NxpHal  : phNxpNci_MinOpen(): enter
07-02 20:46:53.209   632   632 D         : vendor.qti.nfc.chipid = 0x41
07-02 20:46:53.209   632   632 D         : vendor.qti.nfc.fwver = 11.01.19
07-02 20:46:53.209   632   632 I         : config file used = /vendor/etc/libnfc-mtp-NQ3XX.conf
07-02 20:46:53.211   632   632 D         : vendor.qti.nfc.fwver = 11.01.19
07-02 20:46:53.211   632   632 E         : readConfig Cannot open config file /etc/libnfc-brcm.conf
07-02 20:46:53.211   632   632 D         : readNxpTransitConfig-Enter..Reading nxpTransit
07-02 20:46:53.211   632   632 E         : readConfig Cannot open config file nxpTransit
07-02 20:46:53.211   632   632 D         : readNxpTransitConfig-Enter..Reading /data/vendor/nfc/libnfc-nxpTransit.conf
07-02 20:46:53.211   632   632 E         : readConfig Cannot open config file /data/vendor/nfc/libnfc-nxpTransit.conf
07-02 20:46:53.211   632   632 D         : readNxpRFConfig-Enter..Reading /system/vendor/libnfc-nxp_RF.conf
07-02 20:46:53.211   632   632 E         : readConfig Cannot open config file /system/vendor/libnfc-nxp_RF.conf
07-02 20:46:53.211   632   632 D NxpHal  : nfc_debug_enabled : 1
07-02 20:46:53.211   632   632 D NxpExtns: find found NXPLOG_NCIHAL_LOGLEVEL=(0x0)
07-02 20:46:53.211   632   632 D NxpExtns: find found NXPLOG_EXTNS_LOGLEVEL=(0x0)
07-02 20:46:53.211   632   632 D NxpExtns: find found NXPLOG_TML_LOGLEVEL=(0x0)
07-02 20:46:53.211   632   632 D NxpExtns: find found NXPLOG_FWDNLD_LOGLEVEL=(0x0)
07-02 20:46:53.211   632   632 D NxpExtns: find found NXPLOG_NCIX_LOGLEVEL=(0x0)
07-02 20:46:53.211   632   632 D NxpExtns: find found NXPLOG_NCIR_LOGLEVEL=(0x0)
07-02 20:46:53.211   632   632 D         : phNxpLog_InitializeLogLevel: global =1, Fwdnld =1, extns =1,                 hal =1, tml =1, ncir =1,                 ncix =1
07-02 20:46:53.212   632   632 D NxpHal  : Entering phNxpNciHal_init_monitor
07-02 20:46:53.212   632   632 D NxpHal  : Returning with SUCCESS
07-02 20:46:53.212   632   632 D NxpExtns: find found NXP_NFC_DEV_NODE=/dev/nq-nci
07-02 20:46:53.212   632   632 D NxpTml  : Opening port=/dev/nq-nci
07-02 20:46:53.212   632   632 D NxpTml  : phTmlNfc_i2c_reset(), VEN level 0
07-02 20:46:53.244   632   632 D NxpTml  : phTmlNfc_i2c_reset(), VEN level 1
07-02 20:46:53.267   632 12928 D NxpTml  : PN54X - Tml Reader Thread Started................
07-02 20:46:53.267   632 12929 D NxpTml  : PN54X - Tml Writer Thread Started................
07-02 20:46:53.267   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.268   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.268   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.268   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.268   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.268   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.268   632 12931 D NxpHal  : thread started
07-02 20:46:53.273   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.273   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.273   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.274   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.274   632   632 D NxpHal  : Response timer started
07-02 20:46:53.274   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.274   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 6
07-02 20:46:53.274   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.274   632 12928 D NxpNciR : len =   6 <= 400003001000
07-02 20:46:53.275   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.275   632 12931 D NxpHal  : CORE_RESET_RSP NCI1.0
07-02 20:46:53.275   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.275   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.275   632   632 D NxpHal  : Checking response
07-02 20:46:53.275   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.275   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.275   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.275   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.275   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.277   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 28
07-02 20:46:53.277   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.277   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.277   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.277   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.277   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.278   632   632 D NxpHal  : Response timer started
07-02 20:46:53.278   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.279   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.279   632 12928 D NxpNciR : len =  28 <= 40011900030E0200080001020380828384025C03FF02000441110119
07-02 20:46:53.280   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.280   632 12931 D NxpHal  : CORE_INIT_RSP NCI1.0 received !
07-02 20:46:53.280   632 12931 D NxpHal  : NxpNci> FW Version: 11.1.19
07-02 20:46:53.280   632 12931 D NxpHal  : CORE_INIT_RSP 1 received !
07-02 20:46:53.280   632 12931 D         : getChipType HwVersion : 0x41
07-02 20:46:53.280   632 12931 D         : getChipType NxpNci > Product : PN553
07-02 20:46:53.280   632 12931 D NxpHal  : NFC_GetFeatureList ()chipType = 7
07-02 20:46:53.280   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.280   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.280   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.280   632   632 D NxpHal  : Checking response
07-02 20:46:53.280   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.280   632   632 D NxpHal  : phNxpNciHal_CheckFwRegFlashRequired() : enter
07-02 20:46:53.280   632   632 D NxpFwDnld: Allocating Mem for Dnld Context..
07-02 20:46:53.280   632   632 D NxpExtns: find found NXP_FW_NAME=libpn553_fw.so
07-02 20:46:53.281   632   632 D NxpFwDnld: @@@/system/vendor/lib/libpn553_fw.so
07-02 20:46:53.282   632   632 E NxpFwDnld: FW Image Length - ImageInfoLen 34462
07-02 20:46:53.282   632   632 E NxpFwDnld: FW Image Info Pointer - pImageInfo 0x73a4a1f430
07-02 20:46:53.282   632   632 E NxpFwDnld: FW Major Version Num - 1
07-02 20:46:53.282   632   632 E NxpFwDnld: FW Minor Version Num - 19
07-02 20:46:53.282   632   632 E NxpFwDnld: FW Image Length - 34462
07-02 20:46:53.282   632   632 E NxpFwDnld: FW Image Info Pointer - 0x73a4a1f430
07-02 20:46:53.282   632   632 E NxpHal  : FW version of the libpn5xx.so binary = 0x119
07-02 20:46:53.282   632   632 E NxpHal  : FW version found on the device = 0x110119
07-02 20:46:53.282   632   632 D NxpHal  : FW update not required
07-02 20:46:53.282   632   632 E NxpFwDnld: Freeing Mem for Dnld Context..
07-02 20:46:53.282   632   632 D NxpHal  : phNxpNciHal_CheckFwRegFlashRequired() : exit - status = 0 
07-02 20:46:53.282   632   632 D NxpHal  : phNxpNciHal_MinOpen(): exit
07-02 20:46:53.282   632   632 E NxpHal  : phNxpNciHal_open Done.
07-02 20:46:53.282   632   632 E NxpHal  : phNxpNciHal_open Exit.
07-02 20:46:53.282   632   632 D android.hardware.nfc@1.1-impl: Nfc::open(): exit
07-02 20:46:53.283   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:53.283   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.283   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.283   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.285   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.285   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.285   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.285   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.310   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 6
07-02 20:46:53.310   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.310   632 12928 D NxpNciR : len =   6 <= 400003001001
07-02 20:46:53.311   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.311   632 12931 D NxpHal  : CORE_RESET_RSP NCI1.0
07-02 20:46:53.311   632 12931 D NxpHal  : CORE_RESET_RSP 1 received !
07-02 20:46:53.312   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.312   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:53.312   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.312   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.312   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.312   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.314   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.314   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.314   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.314   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.315   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 28
07-02 20:46:53.315   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.315   632 12928 D NxpNciR : len =  28 <= 40011900030E0200080001020380828384025C03FF02000441110119
07-02 20:46:53.315   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.315   632 12931 D NxpHal  : CORE_INIT_RSP NCI1.0 received !
07-02 20:46:53.315   632 12931 D NxpHal  : NxpNci> FW Version: 11.1.19
07-02 20:46:53.315   632 12931 D NxpHal  : CORE_INIT_RSP 1 received !
07-02 20:46:53.316   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.316   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.316   632   632 D NxpHal  : phNxpNciHal_core_initialized::p_core_init_rsp_params : 64
07-02 20:46:53.316   632   632 D NxpExtns: find found NXP_ACT_PROP_EXTN=/
07-02 20:46:53.316   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.316   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.316   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.318   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 8
07-02 20:46:53.318   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.318   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.318   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.318   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.319   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.319   632   632 D NxpHal  : Response timer started
07-02 20:46:53.319   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.321   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.321   632 12928 D NxpNciR : len =   8 <= 4F020500000111FA
07-02 20:46:53.321   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.321   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.321   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.322   632   632 D NxpHal  : Checking response
07-02 20:46:53.322   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.322   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.322   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.322   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.322   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.325   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.325   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.325   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.325   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.325   632   632 D NxpHal  : Response timer started
07-02 20:46:53.325   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.328   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.328   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.328   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.328   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.328   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.328   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.328   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.329   632   632 D NxpHal  : Checking response
07-02 20:46:53.329   632   632 D NxpExtns: find found NXP_SET_CONFIG_ALWAYS=(0x1)
07-02 20:46:53.329   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.329   632   632 D NxpHal  : fw_download_success : 0x00 SetConfigAlways flag : 0x01
07-02 20:46:53.329   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.329   632   632 D NxpExtns: find found NXP_SYS_CLK_SRC_SEL=(0x2)
07-02 20:46:53.329   632   632 D NxpExtns: find found NXP_SYS_CLK_FREQ_SEL=(0x2)
07-02 20:46:53.329   632   632 D NxpExtns: find found NXP_SYS_CLOCK_TO_CFG=(0x6)
07-02 20:46:53.329   632   632 D NxpFwDnld: gphNxpNciHal_fw_IoctlCtx.bClkSrcVal = 0x2
07-02 20:46:53.329   632   632 D NxpFwDnld: gphNxpNciHal_fw_IoctlCtx.bClkFreqVal = 0x2
07-02 20:46:53.329   632   632 D NxpFwDnld: gphNxpNciHal_fw_IoctlCtx.bClkFreqVal = 0x6
07-02 20:46:53.329   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.329   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.329   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.333   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.333   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.333   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.333   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 17
07-02 20:46:53.333   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.333   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.333   632   632 D NxpHal  : Response timer started
07-02 20:46:53.333   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.335   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.336   632 12928 D NxpNciR : len =  17 <= 40030E0003A0020101A0030100A0040101
07-02 20:46:53.336   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.336   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.336   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.336   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.336   632   632 D NxpHal  : Checking response
07-02 20:46:53.337   632   632 D NxpHal  : Setting Clock Source and Frequency
07-02 20:46:53.337   632   632 D NxpExtns: find found NXP_SYS_CLK_SRC_SEL=(0x2)
07-02 20:46:53.337   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.337   632   632 D NxpExtns: find found NXP_SYS_CLK_FREQ_SEL=(0x2)
07-02 20:46:53.337   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.337   632   632 D NxpHal  : phNxpNciHal_txNfccClockSetCmd : clock source = 2, frequency = 2
07-02 20:46:53.337   632   632 D NxpHal  : PLL setting for CLK_FREQ_19_2MHZ
07-02 20:46:53.337   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.337   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.337   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.339   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.339   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.339   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.339   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.340   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.340   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.340   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.340   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.340   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.340   632   632 D NxpHal  : Response timer started
07-02 20:46:53.340   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.340   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.340   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.340   632   632 D NxpHal  : Checking response
07-02 20:46:53.340   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.340   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.340   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.340   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.340   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.343   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.343   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.344   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.344   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.344   632   632 D NxpHal  : Response timer started
07-02 20:46:53.344   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.344   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.344   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.344   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.344   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.344   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.345   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.345   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.345   632   632 D NxpHal  : Checking response
07-02 20:46:53.345   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.345   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.345   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.345   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.345   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.348   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.349   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.349   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.349   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.349   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.349   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.349   632   632 D NxpHal  : Response timer started
07-02 20:46:53.349   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.351   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.351   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.352   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.352   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.352   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.352   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.352   632   632 D NxpHal  : Checking response
07-02 20:46:53.352   632   632 D NxpHal  : PLL and DPLL settings applied successfully
07-02 20:46:53.352   632   632 D NxpExtns: find found NXP_NFC_PROFILE_EXTN= \A0D
07-02 20:46:53.352   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.352   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.352   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.353   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.353   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.355   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.355   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.355   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.356   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.356   632   632 D NxpHal  : Response timer started
07-02 20:46:53.356   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.356   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.356   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.356   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.356   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.356   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.356   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.356   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.356   632   632 D NxpHal  : Checking response
07-02 20:46:53.356   632   632 D NxpHal  : Performing TVDD Settings
07-02 20:46:53.356   632   632 D NxpExtns: find found NXP_EXT_TVDD_CFG=(0x2)
07-02 20:46:53.356   632   632 D NxpExtns: find found NXP_EXT_TVDD_CFG_2= \A0²
07-02 20:46:53.356   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.356   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.356   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.356   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.357   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.359   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.359   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.359   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.359   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.359   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.360   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.360   632   632 D NxpHal  : Response timer started
07-02 20:46:53.360   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.362   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.362   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.362   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.362   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.363   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.363   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.363   632   632 D NxpHal  : Checking response
07-02 20:46:53.363   632   632 D NxpHal  : Performing RF Settings BLK 1
07-02 20:46:53.363   632   632 D NxpExtns: find found NXP_RF_CONF_BLK_1= \FC\A0

07-02 20:46:53.363   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.363   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.363   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.363   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.363   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.374   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.374   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.374   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.374   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.375   632   632 D NxpHal  : Response timer started
07-02 20:46:53.375   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.457   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.457   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.457   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.458   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.458   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.458   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.458   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.458   632   632 D NxpHal  : Checking response
07-02 20:46:53.458   632   632 D NxpHal  : phNxpNciHal_CheckRFCmdRespStatus () Enter
07-02 20:46:53.458   632   632 D NxpHal  : Performing RF Settings BLK 2
07-02 20:46:53.458   632   632 D NxpExtns: find found NXP_RF_CONF_BLK_2= \FB"\A0
2
$\A0
2$\A0
4-\DC@
07-02 20:46:53.458   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.458   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.458   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.458   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.458   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.467   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.468   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.468   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.468   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.468   632   632 D NxpHal  : Response timer started
07-02 20:46:53.468   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.562   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.562   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.562   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.562   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.562   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.562   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.562   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.562   632   632 D NxpHal  : Checking response
07-02 20:46:53.562   632   632 D NxpHal  : phNxpNciHal_CheckRFCmdRespStatus () Enter
07-02 20:46:53.562   632   632 D NxpHal  : Performing RF Settings BLK 3
07-02 20:46:53.562   632   632 D NxpExtns: find found NXP_RF_CONF_BLK_3= \F9!\A0
L-5\A0
JJ\A0
JBh@\A0
J
07-02 20:46:53.562   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.563   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.563   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.563   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.563   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.572   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.572   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.572   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.572   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.573   632   632 D NxpHal  : Response timer started
07-02 20:46:53.573   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.664   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.664   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.664   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.664   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.664   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.664   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.664   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.664   632   632 D NxpHal  : Checking response
07-02 20:46:53.664   632   632 D NxpHal  : phNxpNciHal_CheckRFCmdRespStatus () Enter
07-02 20:46:53.664   632   632 D NxpHal  : Performing RF Settings BLK 4
07-02 20:46:53.665   632   632 D NxpExtns: find found NXP_RF_CONF_BLK_4= \FA\A0
t0\E0
07-02 20:46:53.665   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.665   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.665   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.665   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.665   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.676   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.676   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.676   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.676   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.676   632   632 D NxpHal  : Response timer started
07-02 20:46:53.676   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.762   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.762   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.762   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.763   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.763   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.763   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.763   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.763   632   632 D NxpHal  : Checking response
07-02 20:46:53.763   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.763   632   632 D NxpHal  : phNxpNciHal_CheckRFCmdRespStatus () Enter
07-02 20:46:53.763   632   632 D NxpHal  : Performing RF Settings BLK 5
07-02 20:46:53.763   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.763   632   632 D NxpExtns: find found NXP_RF_CONF_BLK_5= \BC\A0
\C6Bx@\FF\FF\A0
\C6JC
07-02 20:46:53.763   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.763   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.763   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.771   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.771   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.771   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.771   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.772   632   632 D NxpHal  : Response timer started
07-02 20:46:53.772   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.807   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.807   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.807   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.807   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.807   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.807   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.807   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.807   632   632 D NxpHal  : Checking response
07-02 20:46:53.807   632   632 D NxpHal  : phNxpNciHal_CheckRFCmdRespStatus () Enter
07-02 20:46:53.807   632   632 D NxpHal  : Performing RF Settings BLK 6
07-02 20:46:53.807   632   632 D NxpExtns: find found NXP_RF_CONF_BLK_6= \D6\A04\D2#G@
07-02 20:46:53.807   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.808   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.808   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.808   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.808   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.816   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.817   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.817   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.817   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.817   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.817   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.817   632   632 D NxpHal  : Response timer started
07-02 20:46:53.817   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.819   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.819   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.819   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.819   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.819   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.819   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.819   632   632 D NxpHal  : Checking response
07-02 20:46:53.820   632   632 D NxpHal  : phNxpNciHal_CheckRFCmdRespStatus () Enter
07-02 20:46:53.820   632   632 D NxpHal  : Performing NAME_NXP_CORE_CONF_EXTN Settings
07-02 20:46:53.820   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.820   632   632 D NxpExtns: find found NXP_CORE_CONF_EXTN= g\A0\EC\A0\ED
07-02 20:46:53.820   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.820   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.820   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.820   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.826   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.826   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.826   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.826   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.826   632   632 D NxpHal  : Response timer started
07-02 20:46:53.826   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.830   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.830   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.830   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.830   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.830   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.830   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.830   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.830   632   632 D NxpHal  : Checking response
07-02 20:46:53.831   632   632 D NxpHal  : Performing NAME_NXP_CORE_CONF Settings
07-02 20:46:53.831   632   632 D NxpExtns: find found NXP_CORE_CONF= .(
07-02 20:46:53.831   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.831   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.831   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.831   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.831   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.835   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.835   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.835   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.835   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.835   632   632 D NxpHal  : Response timer started
07-02 20:46:53.835   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.859   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.859   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.859   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.860   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.860   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.860   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.860   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.860   632   632 D NxpHal  : Checking response
07-02 20:46:53.860   632   632 D NxpHal  : vendor.qti.nfc.chipid = 0x41
07-02 20:46:53.860   632   632 D NxpHal  : request_EEPROM Enter  request_type : 0x07,  request_mode : 0x01,  bufflen : 0x01
07-02 20:46:53.860   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.860   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.860   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.861   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.861   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.862   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.862   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.862   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.862   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.863   632   632 D NxpHal  : Response timer started
07-02 20:46:53.863   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.863   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 9
07-02 20:46:53.863   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.863   632 12928 D NxpNciR : len =   9 <= 4003060001A0EC0101
07-02 20:46:53.863   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.864   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.864   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.864   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.864   632   632 D NxpHal  : Checking response
07-02 20:46:53.864   632   632 D NxpHal  : request_EEPROM Enter  request_type : 0x08,  request_mode : 0x01,  bufflen : 0x01
07-02 20:46:53.864   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.864   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.864   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.864   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.865   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.867   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.867   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.867   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 9
07-02 20:46:53.867   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.867   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.867   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.868   632   632 D NxpHal  : Response timer started
07-02 20:46:53.868   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.870   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.870   632 12928 D NxpNciR : len =   9 <= 4003060001A0D40101
07-02 20:46:53.870   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.870   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.871   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.871   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.871   632   632 D NxpHal  : Checking response
07-02 20:46:53.871   632   632 D NxpHal  : request_EEPROM Enter  request_type : 0x00,  request_mode : 0x02,  bufflen : 0x02
07-02 20:46:53.871   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.871   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.871   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.871   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.871   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.874   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.874   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.874   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.874   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.874   632   632 D NxpHal  : Response timer started
07-02 20:46:53.874   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.875   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 40
07-02 20:46:53.875   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.875   632 12928 D NxpNciR : len =  40 <= 4003250001A014200101000000000000000000000000000000000000000000000000000000000000
07-02 20:46:53.875   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.875   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.876   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.876   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.876   632   632 D NxpHal  : Checking response
07-02 20:46:53.876   632   632 D         : request_EEPROM: values are same no update required
07-02 20:46:53.876   632   632 D NxpHal  : Setting value 1 1
07-02 20:46:53.876   632   632 D NxpExtns: find found NXP_CORE_RF_FIELD= \A0b
07-02 20:46:53.876   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.876   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.876   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.876   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.876   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.878   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.879   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.879   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.879   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.879   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.879   632   632 D NxpHal  : Response timer started
07-02 20:46:53.879   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.879   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.879   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.880   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.880   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.880   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.880   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.880   632   632 D NxpHal  : Checking response
07-02 20:46:53.880   632   632 D NxpHal  : phNxpNciHal_CheckRFCmdRespStatus () Enter
07-02 20:46:53.880   632   632 D NxpExtns: find found NXP_SWP_SWITCH_TIMEOUT=(0xa)
07-02 20:46:53.880   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.880   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.880   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.880   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.881   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.883   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.883   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.883   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.884   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.884   632   632 D NxpHal  : Response timer started
07-02 20:46:53.884   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.884   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.884   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.884   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.884   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.884   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.884   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.884   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.884   632   632 D NxpHal  : Checking response
07-02 20:46:53.884   632   632 D NxpHal  : phNxpNciHal_set_china_region_configs - Enter
07-02 20:46:53.884   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.885   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.885   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.885   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.885   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.887   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.887   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.887   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.887   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.888   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 12
07-02 20:46:53.888   632   632 D NxpHal  : Response timer started
07-02 20:46:53.888   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.888   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.888   632 12928 D NxpNciR : len =  12 <= 4003090001A085045008083C
07-02 20:46:53.888   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.888   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.888   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.888   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.888   632   632 D NxpHal  : Checking response
07-02 20:46:53.889   632   632 D NxpExtns: find found NXP_CHINA_TIANJIN_RF_ENABLED=(0x1)
07-02 20:46:53.889   632   632 D NxpExtns: find found NXP_CN_TRANSIT_BLK_NUM_CHECK_ENABLE=(0x1)
07-02 20:46:53.889   632   632 D NxpExtns: find found NXP_SWP_FULL_PWR_ON=(0x0)
07-02 20:46:53.889   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.889   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.889   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.889   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.889   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.891   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.891   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.891   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.891   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.892   632   632 D NxpHal  : Response timer started
07-02 20:46:53.892   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.892   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.892   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.892   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.892   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.892   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.892   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.893   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.893   632   632 D NxpHal  : Checking response
07-02 20:46:53.893   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.893   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.893   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.893   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.893   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.895   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.895   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.895   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.895   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.895   632   632 D NxpHal  : Response timer started
07-02 20:46:53.895   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.897   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 6
07-02 20:46:53.897   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.897   632 12928 D NxpNciR : len =   6 <= 400003001000
07-02 20:46:53.897   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.897   632 12931 D NxpHal  : CORE_RESET_RSP NCI1.0
07-02 20:46:53.897   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.897   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.898   632   632 D NxpHal  : Checking response
07-02 20:46:53.898   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.898   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.898   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.898   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.898   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.899   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.899   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.899   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.900   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.900   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 28
07-02 20:46:53.900   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.900   632   632 D NxpHal  : Response timer started
07-02 20:46:53.900   632 12928 D NxpNciR : len =  28 <= 40011900030E0200080001020380828384025C03FF02000441110119
07-02 20:46:53.900   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.900   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.900   632 12931 D NxpHal  : CORE_INIT_RSP NCI1.0 received !
07-02 20:46:53.900   632 12931 D NxpHal  : NxpNci> FW Version: 11.1.19
07-02 20:46:53.900   632 12931 D NxpHal  : CORE_INIT_RSP 1 received !
07-02 20:46:53.901   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.901   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.901   632   632 D NxpHal  : Checking response
07-02 20:46:53.901   632   632 D NxpHal  : phNxpNciHal_send_get_cfgs Enter
07-02 20:46:53.901   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.901   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.901   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.901   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.901   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.902   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 9
07-02 20:46:53.902   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.903   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.903   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.903   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.903   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.903   632   632 D NxpHal  : Response timer started
07-02 20:46:53.903   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.905   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.905   632 12928 D NxpNciR : len =   9 <= 40030600010002E803
07-02 20:46:53.905   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.905   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.905   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.906   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.906   632   632 D NxpHal  : Checking response
07-02 20:46:53.906   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.906   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.906   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.906   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.906   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.907   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 7
07-02 20:46:53.907   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.908   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.908   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.908   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.908   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.908   632   632 D NxpHal  : Response timer started
07-02 20:46:53.908   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.910   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.910   632 12928 D NxpNciR : len =   7 <= 40030400012900
07-02 20:46:53.910   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.910   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.910   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.910   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.910   632   632 D NxpHal  : Checking response
07-02 20:46:53.910   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.910   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.910   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.910   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.910   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.912   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 7
07-02 20:46:53.912   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.912   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.912   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.912   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.913   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.913   632   632 D NxpHal  : Response timer started
07-02 20:46:53.913   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.915   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.915   632 12928 D NxpNciR : len =   7 <= 40030400016100
07-02 20:46:53.915   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.915   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.915   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.915   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.915   632   632 D NxpHal  : Checking response
07-02 20:46:53.915   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.915   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.915   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.916   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.916   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.917   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 8
07-02 20:46:53.917   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.917   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.917   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.918   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.918   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.918   632   632 D NxpHal  : Response timer started
07-02 20:46:53.918   632   632 D NxpHal  : Waiting after ext cmd sent
07-02 20:46:53.920   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.920   632 12928 D NxpNciR : len =   8 <= 4003050001600108
07-02 20:46:53.920   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.920   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.920   632   632 D NxpHal  : Response timer stopped
07-02 20:46:53.920   632   632 E NxpHal  : nxpncihal_ctrl.ext_cb_data.status 0x0
07-02 20:46:53.920   632   632 D NxpHal  : Checking response
07-02 20:46:53.920   632   632 E NxpHal  : Send get Configs SUCCESS
07-02 20:46:53.920   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.920   632   632 D NxpExtns: find found NXP_NCI_PARSER_LIBRARY=(0x0)
07-02 20:46:53.920   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.921   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:53.921   632   632 D NxpHal  : Going through extns - Adding Mifare in RF Discovery
07-02 20:46:53.921   632   632 D NxpHal  : Going through extns - Adding Mifare in RF Discovery - END
07-02 20:46:53.921   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.922   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.922   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.924   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.924   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.924   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.924   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.928   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:53.928   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.928   632 12928 D NxpNciR : len =   4 <= 41000100
07-02 20:46:53.928   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.929   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.929   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:53.929   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.929   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.930   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.930   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.933   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.933   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.933   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.933   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.941   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.941   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.941   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:53.941   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.941   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:53.942   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.942   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.942   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:53.942   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.943   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.943   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.945   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.945   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.945   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.945   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.948   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.948   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.948   632 12928 D NxpNciR : len =   5 <= 4200020001
07-02 20:46:53.948   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.949   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.949   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.950   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 8
07-02 20:46:53.950   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.950   632 12928 D NxpNciR : len =   8 <= 6200050101010100
07-02 20:46:53.950   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.951   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:53.951   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.951   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.951   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.952   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.952   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.954   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.954   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.954   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.954   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.959   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:53.959   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.959   632 12928 D NxpNciR : len =   4 <= 42010100
07-02 20:46:53.959   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.960 12904 12925 E libnfc_nci: [ERROR:nfa_ee_act.cc(1980)] nfa_ee_nci_mode_set_rsp p_rsp->status:0x00
07-02 20:46:53.961   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:53.961   632   632 D         : sem_timedwait() succeeded
07-02 20:46:53.961   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.961   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.961   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.961   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.963   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 12
07-02 20:46:53.963   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.964   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.964   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.964   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.964   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.966   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.966   632 12928 D NxpNciR : len =  12 <= 6200098102018001A0010104
07-02 20:46:53.966   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.967   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.967   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.968   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 7
07-02 20:46:53.968   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.968   632 12928 D NxpNciR : len =   7 <= 40040400FF0103
07-02 20:46:53.968   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.969   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.969   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.970   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:53.970   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.970   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.972   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 12
07-02 20:46:53.972   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:53.973   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.973   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.973   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.973   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.975   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.975   632 12928 D NxpNciR : len =  12 <= 6200090202018001A0010104
07-02 20:46:53.975   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.976   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.976   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.978   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 13
07-02 20:46:53.978   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.978   632 12928 D NxpNciR : len =  13 <= 03000A81800FADFFFF0BADFFFF
07-02 20:46:53.978   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.979   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.979   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.980   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 6
07-02 20:46:53.980   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.980   632 12928 D NxpNciR : len =   6 <= 600603010301
07-02 20:46:53.981   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.981   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.981   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.982   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:53.982   632   632 D NxpHal  : > Going through the set host list
07-02 20:46:53.982   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:53.982   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:53.984   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:53.984   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:53.984   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:53.984   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:53.984   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 6
07-02 20:46:53.984   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.984   632 12928 D NxpNciR : len =   6 <= 600603010301
07-02 20:46:53.985   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.986   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.986   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:53.987   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:53.987   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:53.987   632 12928 D NxpNciR : len =   5 <= 0300028180
07-02 20:46:53.987   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:53.988   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:53.988   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:54.981  1263  1569 I PowerManagerService: Waking up from dozing (uid=1000 reason=android.policy:POWER)...
07-02 20:46:54.983  1263  1263 W UsageStatsService: Event reported without a package name
07-02 20:46:54.985  1263  1569 E LightsService: Light requested not available on this device. 2
07-02 20:46:55.000  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.000  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.000  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.005  1263  1381 I DisplayPowerController: Blocking screen on until initial contents have been drawn.
07-02 20:46:55.017  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.017  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.017  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.019  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.019  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.019  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.020  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.020  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.020  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.021  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.021  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.021  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.021   610  1563 D audio_hw_primary: adev_set_parameters: enter: screen_state=on
07-02 20:46:55.022   610  1563 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
07-02 20:46:55.022   610  1563 D audio_hw_spkr_prot: audio_extn_fbsp_set_parameters: Speaker protection disabled
07-02 20:46:55.023  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.023  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.023  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.024  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.024  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.024  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.025   623   623 E QCOM PowerHAL: Failed to acquire lock.
07-02 20:46:55.025  1263  1379 I DisplayManagerService: Display device changed state: "Integrierter Bildschirm", ON
07-02 20:46:55.026   489   489 D SurfaceFlinger: Set power mode=2, type=0 flinger=0x7cf0a58000
07-02 20:46:55.026  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.026  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.026  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.026  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.026  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.026  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.026   619   698 I SDM     : DisplayBase::SetDisplayState: Set state = 1, display 0
07-02 20:46:55.027  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.027  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.027  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.027   793 12934 D [ELAN]  : BRN Changed Callback Function : DPL ON
07-02 20:46:55.028  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.028  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.028  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.034  1263  1360 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.034  1263  1360 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.034  1263  1360 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.035  1263  7234 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.035  1263  7234 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.035  1263  7234 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.038  1263  7234 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.038  1263  7234 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.038  1263  7234 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.046  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.046  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.046  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.054  1263  1569 I InputReader: Reconfiguring input devices.  changes=0x00000004
07-02 20:46:55.058   631   631 E /vendor/bin/hw/vendor.lineage.trust@1.0-service: Failed to open /proc/sys/kernel/deny_new_usb, error=2 (No such file or directory)
07-02 20:46:55.090  1645  1645 D StatusBar: disable<e i a s b H R c s > disable2<q i n >
07-02 20:46:55.091  1645  1645 D StatusBar: disable<e i a s b H R c s > disable2<q i n >
07-02 20:46:55.092  1263  7234 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.092  1263  7234 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.092  1263  7234 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.101  1263  1569 I WindowManager: Suppressed redundant power key press while already in the process of turning the screen on.
07-02 20:46:55.117  1263  7234 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.117  1263  7234 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.117  1263  7234 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.117  1263  1381 I DisplayPowerController: Unblocked screen on after 112 ms
07-02 20:46:55.124  1263  7234 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.124  1263  7234 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.124  1263  7234 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.125  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.125  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.125  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.125  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.125  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.125  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:55.143  1263  2795 D AlarmManagerService: Kernel timezone updated to -120 minutes west of GMT
07-02 20:46:55.149  1785  1785 D ServiceStateProvider: subId=1
07-02 20:46:55.161  1263  1624 D AlarmManagerService: Kernel timezone updated to -120 minutes west of GMT
07-02 20:46:55.169  1785  1785 D ServiceStateProvider: subId=2
07-02 20:46:55.192  1263  7234 D AlarmManagerService: Kernel timezone updated to -120 minutes west of GMT
07-02 20:46:55.197  1785  1785 D ServiceStateProvider: subId=1
07-02 20:46:55.205  1263  7234 D AlarmManagerService: Kernel timezone updated to -120 minutes west of GMT
07-02 20:46:55.211  1785  1785 D ServiceStateProvider: subId=2
07-02 20:46:55.274   489   489 D SurfaceFlinger: Finished set power mode=2, type=0
07-02 20:46:55.274  1263  1619 D SurfaceControl: Excessive delay in setPowerMode()
07-02 20:46:55.275  1263  1381 W PowerManagerService: Screen on took 300 ms
07-02 20:46:55.275  1263  1381 I DreamManagerService: Gently waking up from dream.
07-02 20:46:55.275  1263  1376 I DreamManagerService: Performing gentle wake from dream.
07-02 20:46:55.290  1263  7234 I DreamManagerService: Leaving dreamland.
07-02 20:46:55.290  1263  1376 I DreamManagerService: Performing gentle wake from dream.
07-02 20:46:55.290  1263  1376 I DreamController: Stopping dream: name=ComponentInfo{com.android.systemui/com.android.systemui.doze.DozeService}, isTest=false, canDoze=true, userId=0
07-02 20:46:55.291  1263  1263 W AlarmManager: Unrecognized alarm listener com.android.server.job.controllers.-$$Lambda$IdleController$IdlenessTracker$nTdS-lGBXcES5VWKcJFmQFgU7IU@cc9e7f8
07-02 20:46:55.292  1263  1376 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:55.292  1263  1376 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:55.292  1263  1376 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:56.047  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:56.047  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:56.047  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:56.053  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:56.053  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:56.053  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:56.056  1645  1645 D StatusBar: disable<e i a s b H R c s > disable2<q i n >
07-02 20:46:56.067  1645  1875 V WifiManager: registerSoftApCallback: callback=com.android.systemui.statusbar.policy.HotspotControllerImpl@caf4cad, handler=Handler (android.os.Handler) {ace8be2}
07-02 20:46:56.068  1645  1901 V WifiManager: SoftApCallbackProxy: onStateChanged: state=11, failureReason=0
07-02 20:46:56.068  1645  1901 V WifiManager: SoftApCallbackProxy: onNumClientsChanged: numClients=0
07-02 20:46:56.091   631   631 E /vendor/bin/hw/vendor.lineage.trust@1.0-service: Failed to open /proc/sys/kernel/deny_new_usb, error=2 (No such file or directory)
07-02 20:46:56.092  1645  1645 D StatusBar: disable<e i a s b H R c s > disable2<q i n >
07-02 20:46:56.093  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:56.093  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:56.093  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:56.097  1645  1645 D StatusBar: disable<e i a s b h!r!c s > disable2<q i n >
07-02 20:46:56.098   610  2634 D audio_hw_primary: start_output_stream: enter: stream(0xea066800)usecase(1: low-latency-playback) devices(0x2)
07-02 20:46:56.099   610  2634 D audio_hw_primary: select_devices for use case (low-latency-playback)
07-02 20:46:56.100   610  2634 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
07-02 20:46:56.100   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
07-02 20:46:56.100   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:46:56.100   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker
07-02 20:46:56.100   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 1 device (speaker)
07-02 20:46:56.100   610  2634 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
07-02 20:46:56.100   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2
07-02 20:46:56.100   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
07-02 20:46:56.100   610  2634 E msm8916_platform: platform_check_backends_match: Invalid snd_device = 
07-02 20:46:56.100   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: (65) check_usecases curr device: speaker, usecase device: backends match 0
07-02 20:46:56.100   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
07-02 20:46:56.100   610  2634 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:46:56.100   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:46:56.100   610  2634 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-02 20:46:56.100   610  2634 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
07-02 20:46:56.100   610  2634 D audio_route: Apply path: speaker
07-02 20:46:56.103   610  2634 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
07-02 20:46:56.103   610  2634 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
07-02 20:46:56.103   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:46:56.104   610  2634 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
07-02 20:46:56.104   610  2634 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 2
07-02 20:46:56.104   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11131, sample rate = 48000
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> send_asm_topology
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> send_adm_topology
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> send_audtable
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> send_audvoltable
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> send_audstrmtable
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
07-02 20:46:56.104   610  2634 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-02 20:46:56.105   610  2634 D ACDB-LOADER: ACDB -> send_afe_topology
07-02 20:46:56.105   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
07-02 20:46:56.105   610  2634 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 1000ff00
07-02 20:46:56.105   610  2634 D ACDB-LOADER: ACDB -> send_afe_cal
07-02 20:46:56.105   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE
07-02 20:46:56.105   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
07-02 20:46:56.105   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
07-02 20:46:56.105   610  2634 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
07-02 20:46:56.105   610  2634 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
07-02 20:46:56.105   610  2634 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
07-02 20:46:56.105   610  2634 D audio_route: Apply path: low-latency-playback
07-02 20:46:56.106   610  2634 D audio_hw_primary: select_devices: done
07-02 20:46:56.109   610  2634 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map12
07-02 20:46:56.110   610  2634 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
07-02 20:46:56.114  1263  1624 W UsageStatsService: Event reported without a package name
07-02 20:46:56.117  1263  1361 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.USER_PRESENT flg=0x24200010 } to foundation.e.browser/org.chromium.chrome.browser.sharing.click_to_call.ClickToCallMessageHandler$PhoneUnlockedReceiver
07-02 20:46:56.117  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:46:56.117  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:46:56.117  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:46:56.124   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.124   632   632 D NxpNciR : len =   5 <= 4200020000
07-02 20:46:56.124   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.124   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.124   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.124   632 12929 E NxpTml  : _i2c_write() errno : 5
07-02 20:46:56.124   632 12929 E NxpTml  : PN54X - Error in I2C Write.....
07-02 20:46:56.124   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.124   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.124   632 12931 E NxpHal  : write error status = 0x1ff
07-02 20:46:56.124   632   632 E NxpHal  : write_unlocked failed - PN54X Maybe in Standby Mode - Retry
07-02 20:46:56.130   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.130   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.131   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 6
07-02 20:46:56.131   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:56.131   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.131   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.131   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.131   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.133   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.133   632 12928 D NxpNciR : len =   6 <= 600603010301
07-02 20:46:56.133   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.133   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.133   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.133   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 6
07-02 20:46:56.133   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.133   632 12928 D NxpNciR : len =   6 <= 030003818000
07-02 20:46:56.134   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.134   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.134   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.134 12904 12921 E libnfc_nci: [ERROR:phNxpConfig.cpp(209)] readConfig Cannot open config file /etc/libnfc-nxp.conf
07-02 20:46:56.134 12904 12921 E libnfc_nci: [ERROR:phNxpConfig.cpp(211)] readConfig Using default value for all settings
07-02 20:46:56.134 12904 12925 E libnfc_nci: [ERROR:HciEventManager.cpp(151)] Incorrect Pipe Id
07-02 20:46:56.135   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.135   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.135   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.135   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.135   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 8
07-02 20:46:56.136   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:56.136   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.136   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.136   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.136   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.138   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.138   632 12928 D NxpNciR : len =   8 <= 4003050001520104
07-02 20:46:56.138   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.138   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:56.138   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.138   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.138   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.138   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.138   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.138   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.139   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 6
07-02 20:46:56.139   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:56.140   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.140   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.140   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.140   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.141   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.141   632 12928 D NxpNciR : len =   6 <= 4002030901C5
07-02 20:46:56.141   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.141   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_INVALID_PARAM
07-02 20:46:56.142   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.142   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.142 12904 12921 D NfcService: NCI_Version: 16
07-02 20:46:56.143 12904 12921 D NdefPushServer: start, thread = null
07-02 20:46:56.143 12904 12921 D NdefPushServer: starting new server thread
07-02 20:46:56.144 12904 12949 D NdefPushServer: about create LLCP service socket
07-02 20:46:56.144 12904 12949 D NdefPushServer: created LLCP service socket
07-02 20:46:56.144 12904 12949 D NdefPushServer: about to accept
07-02 20:46:56.147 12904 12921 W SoundPool: Use of stream types is deprecated for operations other than volume control
07-02 20:46:56.147 12904 12921 W SoundPool: See the documentation of SoundPool() for what to use instead with android.media.AudioAttributes to qualify your playback use case
07-02 20:46:56.149   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.149   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.149   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.149   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.150   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 7
07-02 20:46:56.150   632 12928 D NxpTml  : Delay Read if write thread is busy
07-02 20:46:56.151   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.151   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.151   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.151   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.152   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.152   632 12928 D NxpNciR : len =   7 <= 4003040901B900
07-02 20:46:56.152   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.152   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_INVALID_PARAM
07-02 20:46:56.152 12904 12925 E libnfc_nci: [ERROR:NativeNfcManager.cpp(737)] nfaDeviceManagementCallback: NFA_DM_GET_CONFIG failed
07-02 20:46:56.152   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.152   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.153 12904 12921 E libnfc_nci: [ERROR:NativeNfcManager.cpp(1285)] enableDisableLptd: Config TLV length 0 returned is too short
07-02 20:46:56.153   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.153   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.153   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.153   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.155   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.155   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.155   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.155   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.157   610  2634 D audio_hw_primary: start_output_stream: exit
07-02 20:46:56.158 12904 12954 I OMXClient: IOmx service obtained
07-02 20:46:56.159   729  2015 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in omx@1.0-service process
07-02 20:46:56.164   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:56.164   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.164   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:56.164   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.164   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:56.165   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.165   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.165   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.165   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.165   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.165   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.166   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.167   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.167   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.167   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.167   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.172   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.173   611   611 I chatty  : uid=1000(system) allocator@1.0-s identical 2 lines
07-02 20:46:56.175   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.176   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:56.176   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.176   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:56.177   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.177   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:56.177   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.177   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.177   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.177   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.177   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.177   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.177   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.177   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.177   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.179   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.179   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.179   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.179   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.187   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.188   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:56.188   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.188   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:56.188   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.188   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.188   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:56.189   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.189   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.189   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.189   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.189   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.189   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.189   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.191   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.191   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.191   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.191   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.194   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:56.194   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.194   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:56.194   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.194   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:56.195   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.195   632   632 D NxpHal  : > Polling Loop Started
07-02 20:46:56.195   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.195   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.195   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.195   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.195   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.197   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.197   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.197   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.198   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.198   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.198   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:56.198   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.198   632 12928 D NxpNciR : len =   4 <= 41030100
07-02 20:46:56.199   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.199   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.199   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.206   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.206   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.206   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.206   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.208   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.208   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.208   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.208   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.211   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:56.211   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.211   632 12928 D NxpNciR : len =   4 <= 41060100
07-02 20:46:56.211   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.212   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.212   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.216   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.216   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.217   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.217   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.218   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.218   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.218   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.218   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.227   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:56.227   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.227   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:56.227   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.227   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:56.228   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.228   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.228   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.228   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.228   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.228   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.230   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.230   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.230   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.231   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.235   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:56.235   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.235   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:56.235   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.235   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:56.236   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.236   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.236   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.236   632   632 D NxpHal  : > Polling Loop Started
07-02 20:46:56.236   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.236   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.236   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.238   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.238   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.238   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.238   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.239   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:56.239   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.239   632 12928 D NxpNciR : len =   4 <= 41030100
07-02 20:46:56.239   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.240   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.240   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.243   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.243   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.243   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.243   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.244   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.245   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.245   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.245   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.252   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:56.253   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.253   632 12928 D NxpNciR : len =   4 <= 41060100
07-02 20:46:56.253   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.253   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.253   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.254   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.255   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.255   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.255   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.257   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.257   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.257   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.257   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.266   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:56.266   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.266   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:56.266   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.266   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:56.267   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.267   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.267   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.267   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.267   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.267   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.269   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.269   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.269   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.270   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.275   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 5
07-02 20:46:56.275   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.275   632 12928 D NxpNciR : len =   5 <= 4002020000
07-02 20:46:56.275   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.275   632 12931 D NxpHal  : phNxpNciHal_print_res_status: response status =STATUS_OK
07-02 20:46:56.276   632   632 D NxpExtns: find found MIFARE_READER_ENABLE=(0x1)
07-02 20:46:56.276   632   632 D NxpHal  : > Polling Loop Started
07-02 20:46:56.276   632   632 D         : sem_timedwait() succeeded
07-02 20:46:56.276   632 12929 D NxpTml  : PN54X - Write requested.....
07-02 20:46:56.276   632 12929 D NxpTml  : PN54X - Invoking I2C Write.....
07-02 20:46:56.276   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.276   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.278   632 12929 D NxpTml  : PN54X - I2C Write successful.....
07-02 20:46:56.278   632 12929 D NxpTml  : PN54X - Posting Fresh Write message.....
07-02 20:46:56.278   632 12929 D NxpTml  : PN54X - Tml Writer Thread Running................
07-02 20:46:56.278   632 12931 D NxpHal  : write successful status = 0x0
07-02 20:46:56.281   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:56.281   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.281   632 12928 D NxpNciR : len =   4 <= 41030100
07-02 20:46:56.281   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.284   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.284   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.292   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:56.292   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.292   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:56.292   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.293   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.293   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:56.316 12904 12962 I OMXClient: IOmx service obtained
07-02 20:46:56.316   729  2015 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in omx@1.0-service process
07-02 20:46:56.321   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.339   611   611 I chatty  : uid=1000(system) allocator@1.0-s identical 10 lines
07-02 20:46:56.340   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.411 12904 12966 I OMXClient: IOmx service obtained
07-02 20:46:56.412   729  5109 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in omx@1.0-service process
07-02 20:46:56.419   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.436   611   611 I chatty  : uid=1000(system) allocator@1.0-s identical 10 lines
07-02 20:46:56.436   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:56.850   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:56.850   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:56.850   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:56.851   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:56.851   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:56.851   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:57.430   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:57.430   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:57.430   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:57.430   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:57.431   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:57.431   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:58.066   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:58.066   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:58.066   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:58.066   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:58.067   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:58.067   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:58.088   626  1603 E android.hardware.usb@1.0-service: uevent received SUBSYSTEM=dual_role_usb
07-02 20:46:58.089   626  1603 I android.hardware.usb@1.0-service: otg_default
07-02 20:46:58.091   626  1603 I android.hardware.usb@1.0-service: canChangeMode: 0 canChagedata: 0 canChangePower:0
07-02 20:46:58.093  1263  1570 I UsbPortManager: ClientCallback: otg_default
07-02 20:46:58.132  1263  1589 D ConnectivityService: handleMessage >EVENT_NETWORK_SCORE_CHANGED<
07-02 20:46:58.132  1263  1589 D ConnectivityService: maybeHandleNetworkMonitorMessage: 528388
07-02 20:46:58.132  1263  1589 D ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 103] to 60
07-02 20:46:58.132  1263  1589 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 103]
07-02 20:46:58.133  1263  1589 D ConnectivityService:  network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted:  LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -72 SSID: "Exit"]
07-02 20:46:58.133  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=16, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <2> Uid: 1000] ]
07-02 20:46:58.133  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:58.133  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 94. No change.
07-02 20:46:58.133  1263  1589 D ConnectivityService:   checking if request is satisfied: NetworkRequest [ REQUEST id=15, [ Transports: CELLULAR Capabilities: IMS&TRUSTED&NOT_VPN Unwanted:  Specifier: <1> Uid: 1000] ]
07-02 20:46:58.133  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 1. No change.
07-02 20:46:58.133  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 6. No change.
07-02 20:46:58.133  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 10. No change.
07-02 20:46:58.133  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 88. No change.
07-02 20:46:58.133  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 90. No change.
07-02 20:46:58.133  1263  1589 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 103] was already satisfying request 12. No change.
07-02 20:46:58.134  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN Unwanted: ] ]
07-02 20:46:58.134  1263  1624 D WificondControl: Scan result ready event
07-02 20:46:58.135  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=6, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:58.135  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 1000] ]
07-02 20:46:58.136  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10021] ]
07-02 20:46:58.138  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=88, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:58.140  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=90, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:58.141  1263  1589 D ConnectivityService: sending new Min Network Score(60): NetworkRequest [ TRACK_DEFAULT id=94, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10042] ]
07-02 20:46:58.141   826  9583 I LOWI-8.6.0.33: [LOWI-Scan] lowi_close_record:Scan done in 10410677ms, 13 APs in scan results
07-02 20:46:58.323   626  1603 E android.hardware.usb@1.0-service: uevent received SUBSYSTEM=dual_role_usb
07-02 20:46:58.324   626  1603 I android.hardware.usb@1.0-service: otg_default
07-02 20:46:58.327   626  1603 I android.hardware.usb@1.0-service: canChangeMode: 0 canChagedata: 1 canChangePower:1
07-02 20:46:58.328   626  1603 E android.hardware.usb@1.0-service: uevent received SUBSYSTEM=dual_role_usb
07-02 20:46:58.328   626  1603 I android.hardware.usb@1.0-service: otg_default
07-02 20:46:58.328  1263  1570 I UsbPortManager: ClientCallback: otg_default
07-02 20:46:58.328   626  1603 I android.hardware.usb@1.0-service: canChangeMode: 1 canChagedata: 1 canChangePower:1
07-02 20:46:58.329  1263  1376 I UsbPortManager: USB port changed: port=UsbPort{id=otg_default, supportedModes=dual}, status=UsbPortStatus{connected=true, currentMode=ufp, currentPowerRole=sink, currentDataRole=device, supportedRoleCombinations=[source:host, source:device, sink:host, sink:device]}, canChangeMode=false, canChangePowerRole=true, canChangeDataRole=true
07-02 20:46:58.330  1263  1570 I UsbPortManager: ClientCallback: otg_default
07-02 20:46:58.685   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:58.685   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:58.685   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:58.686   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:58.687   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:58.687   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:58.815   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:58.815   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:58.815   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:58.815   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:58.817   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:58.817   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:59.317   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:59.318   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:59.318   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:59.318   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:59.319   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:59.319   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:46:59.346   610  1563 D audio_hw_primary: out_standby: enter: stream (0xea066800) usecase(1: low-latency-playback)
07-02 20:46:59.399   610  1563 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-02 20:46:59.403   610  1563 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0
07-02 20:46:59.404   610  1563 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:46:59.404   610  1563 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
07-02 20:46:59.404   610  1563 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:46:59.407   610  1563 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
07-02 20:46:59.408   610  1563 D audio_hw_primary: out_standby: exit
07-02 20:46:59.686   626  1603 E android.hardware.usb@1.0-service: uevent received SUBSYSTEM=dual_role_usb
07-02 20:46:59.686   626  1603 I android.hardware.usb@1.0-service: otg_default
07-02 20:46:59.687   626  1603 I android.hardware.usb@1.0-service: canChangeMode: 0 canChagedata: 1 canChangePower:1
07-02 20:46:59.688  1263  1570 I UsbPortManager: ClientCallback: otg_default
07-02 20:46:59.778  1263  1378 I EntropyMixer: Writing entropy...
07-02 20:46:59.782  3507  3507 D UploadsStorageManager: QUERY: (status== ? OR last_result==9 OR last_result==13 OR last_result==11 OR last_result==14 ) AND last_result!= 16 ROWID: -1
07-02 20:46:59.792  1263  1263 W MediaPlayer: Couldn't open /system/media/audio/ui/ChargingStarted.ogg: java.io.FileNotFoundException: No content provider: /system/media/audio/ui/ChargingStarted.ogg
07-02 20:46:59.794   725   725 D NuPlayerDriver: NuPlayerDriver(0xefb93100) created, clientPid(1263)
07-02 20:46:59.797  3507  3507 V UploadsStorageManager: getUploads() got 0 rows from page 0, 0 rows total so far, last ID -1
07-02 20:46:59.797  3507  3507 V UploadsStorageManager: getUploads() returning 0 (0) rows after reading 1 pages
07-02 20:46:59.799  3507  3507 D UploadsStorageManager: QUERY: (status== ? OR last_result==9 OR last_result==13 OR last_result==11 OR last_result==14 ) AND last_result!= 16 ROWID: -1
07-02 20:46:59.801   725 12973 D GenericSource: FileSource remote
07-02 20:46:59.804  3507  3507 V UploadsStorageManager: getUploads() got 0 rows from page 0, 0 rows total so far, last ID -1
07-02 20:46:59.805  3507  3507 V UploadsStorageManager: getUploads() returning 0 (0) rows after reading 1 pages
07-02 20:46:59.806  3507 12972 D AdvancedSslSocketFactory: Creating SSL Socket with remote cloud.hypercat.de:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@65e47d9
07-02 20:46:59.806   725 12971 D NuPlayerDriver: notifyListener_l(0xefb93100), (1, 0, 0, -1), loop setting(0, 0)
07-02 20:46:59.806  3507 12972 D AdvancedSslSocketFactory:  ... with connection timeout 0 and socket timeout 0
07-02 20:46:59.809  1263  1263 D Ringtone: Successfully created local player
07-02 20:46:59.809  1263  1263 W Ringtone: Use of stream types is deprecated for operations other than volume control
07-02 20:46:59.809  1263  1263 W Ringtone: See the documentation of setStreamType() for what to use instead with android.media.AudioAttributes to qualify your playback use case
07-02 20:46:59.809   725   725 D NuPlayerDriver: reset(0xefb93100) at state 4
07-02 20:46:59.809   725   725 D NuPlayerDriver: notifyListener_l(0xefb93100), (8, 0, 0, -1), loop setting(0, 0)
07-02 20:46:59.810   725 12971 D NuPlayerDriver: notifyResetComplete(0xefb93100)
07-02 20:46:59.810   725   725 D NuPlayerDriver: reset(0xefb93100) at state 0
07-02 20:46:59.811  1263  1263 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
07-02 20:46:59.811  1263  1263 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
07-02 20:46:59.811  1263  1263 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
07-02 20:46:59.811  1263  1263 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
07-02 20:46:59.812  3507 12974 D AdvancedSslSocketFactory: Creating SSL Socket with remote cloud.hypercat.de:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@adee59e
07-02 20:46:59.812  3507 12974 D AdvancedSslSocketFactory:  ... with connection timeout 0 and socket timeout 0
07-02 20:46:59.813  1263  1263 W MediaPlayer: Couldn't open /system/media/audio/ui/ChargingStarted.ogg: java.io.FileNotFoundException: No content provider: /system/media/audio/ui/ChargingStarted.ogg
07-02 20:46:59.813   725   725 D NuPlayerDriver: NuPlayerDriver(0xefb93180) created, clientPid(1263)
07-02 20:46:59.818   725 12980 D GenericSource: FileSource remote
07-02 20:46:59.823   725 12979 D NuPlayerDriver: notifyListener_l(0xefb93180), (1, 0, 0, -1), loop setting(0, 0)
07-02 20:46:59.826  1263  1263 D Ringtone: Successfully created local player
07-02 20:46:59.827   725   725 D NuPlayerDriver: start(0xefb93180), state is 4, eos is 0
07-02 20:46:59.827   725 12979 I GenericSource: start
07-02 20:46:59.829  1263  1263 V MediaRouter: onRestoreRoute() : route=RouteInfo{ name=Telefon, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
07-02 20:46:59.829  1263  1263 V MediaRouter: Selecting route: RouteInfo{ name=Telefon, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
07-02 20:46:59.833   725 12984 I OMXClient: IOmx service obtained
07-02 20:46:59.833   729  5109 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in omx@1.0-service process
07-02 20:46:59.835   729  5109 E OMXNodeInstance: setConfig(0xf34a7d20:google.vorbis.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
07-02 20:46:59.835   725 12984 I ACodec  : codec does not support config priority (err -2147483648)
07-02 20:46:59.836   725 12984 I MediaCodec: MediaCodec will operate in async mode
07-02 20:46:59.839   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:59.840  1263  1366 E BatteryExternalStatsWorker: no controller energy info supplied for bluetooth
07-02 20:46:59.845   611   611 I chatty  : uid=1000(system) allocator@1.0-s identical 6 lines
07-02 20:46:59.846   611   611 W AshmemAllocator: ashmem_create_region(32768) returning hidl_memory(0x78e662c100, 32768)
07-02 20:46:59.855   623   623 E QCOM PowerHAL: extract_stats: failed to open: /d/system_stats Error = No such file or directory
07-02 20:46:59.856   648   648 I AudioPolicyManagerCustom: FLAG None hence request for a primary output
07-02 20:46:59.857   648   648 D AudioFlinger: Client defaulted notificationFrames to 12000 for frameCount 24000
07-02 20:46:59.859   725 12979 D NuPlayerDriver: notifyListener_l(0xefb93180), (6, 0, 0, -1), loop setting(0, 0)
07-02 20:46:59.864  3507 12972 I ServerNameIndicator: SNI done, hostname: cloud.hypercat.de
07-02 20:46:59.866   725   725 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.867   725 12979 D NuPlayerDriver: notifyListener_l(0xefb93180), (211, 0, 0, 20), loop setting(0, 0)
07-02 20:46:59.867   610  2634 D audio_hw_primary: start_output_stream: enter: stream(0xea066800)usecase(1: low-latency-playback) devices(0x2)
07-02 20:46:59.867   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.867   610  2634 D audio_hw_primary: select_devices for use case (low-latency-playback)
07-02 20:46:59.867   610  2634 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
07-02 20:46:59.867   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
07-02 20:46:59.867   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:46:59.867   610  2634 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker
07-02 20:46:59.867   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 1 device (speaker)
07-02 20:46:59.867   610  2634 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
07-02 20:46:59.867   610  2634 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2
07-02 20:46:59.867   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
07-02 20:46:59.867   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.867   610  2634 E msm8916_platform: platform_check_backends_match: Invalid snd_device = 
07-02 20:46:59.867   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: (65) check_usecases curr device: speaker, usecase device: backends match 0
07-02 20:46:59.867   610  2634 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
07-02 20:46:59.868   610  2634 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:46:59.868   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:46:59.868   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.868   610  2634 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
07-02 20:46:59.868   610  2634 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
07-02 20:46:59.868   610  2634 D audio_route: Apply path: speaker
07-02 20:46:59.868   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.869   725 12982 I chatty  : uid=1013(media) NuPlayerRendere identical 2 lines
07-02 20:46:59.869   610  2634 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
07-02 20:46:59.869   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.869   610  2634 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
07-02 20:46:59.869   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:46:59.870   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.870   610  2634 D audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
07-02 20:46:59.870   610  2634 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 14, sample_rate 48000, snd_device_be_idx 2
07-02 20:46:59.870   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.870   725 12982 I chatty  : uid=1013(media) NuPlayerRendere identical 1 line
07-02 20:46:59.871   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.871   610  2634 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 14, path = 0, app id = 0x11131, sample rate = 48000
07-02 20:46:59.871   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> send_asm_topology
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> send_adm_topology
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> send_audtable
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> send_audvoltable
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> send_audstrmtable
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> send_afe_topology
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 14, Topology Id 1000ff00
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> send_afe_cal
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 14 path = 0
07-02 20:46:59.871   610  2634 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
07-02 20:46:59.871   610  2634 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback
07-02 20:46:59.871   610  2634 D audio_route: Apply path: low-latency-playback
07-02 20:46:59.871   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.872   725 12982 I chatty  : uid=1013(media) NuPlayerRendere identical 2 lines
07-02 20:46:59.872   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.872   610  2634 D audio_hw_primary: select_devices: done
07-02 20:46:59.872   725 12982 D AudioTrack: correcting timestamp time for pause, currentTimeNanos: 2536626917379 < limitNs: 2537100545920 < mStartNs: 2537148545920
07-02 20:46:59.876   610  2634 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map12
07-02 20:46:59.876   610  2634 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
07-02 20:46:59.926   610  2634 D audio_hw_primary: start_output_stream: exit
07-02 20:46:59.944   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:46:59.944   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:46:59.944   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:46:59.944   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:46:59.945   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:46:59.945   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:00.000  3507 12972 D UploadsStorageManager: QUERY: (status== ? OR last_result==9 OR last_result==13 OR last_result==11 OR last_result==14 ) AND last_result!= 16 ROWID: -1
07-02 20:47:00.002  1263  1263 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.002  1263  1263 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.002  1263  1263 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.003  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.003  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.003  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.004  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.004  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.004  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.008  3507 12972 V UploadsStorageManager: getUploads() got 0 rows from page 0, 0 rows total so far, last ID -1
07-02 20:47:00.008  3507 12972 V UploadsStorageManager: getUploads() returning 0 (0) rows after reading 1 pages
07-02 20:47:00.017  3507 12972 D AdvancedSslSocketFactory: Creating SSL Socket with remote cloud.hypercat.de:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@7de5802
07-02 20:47:00.017  3507 12972 D AdvancedSslSocketFactory:  ... with connection timeout 0 and socket timeout 0
07-02 20:47:00.019  3507 12972 I ServerNameIndicator: SNI done, hostname: cloud.hypercat.de
07-02 20:47:00.021  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.021  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.021  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.022  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.022  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.022  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.023  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.023  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.023  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.024  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.024  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.024  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.024  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.024  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.025  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.025  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.025  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.025  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.027  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.027  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.027  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.027  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.027  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.027  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.028  1263  2795 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.028  1263  2795 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.028  1263  2795 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.068  1263  1376 D UsbDeviceManager: push notification:Gerät wird über USB aufgeladen
07-02 20:47:00.072  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.072  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.072  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.076  1263  7234 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.076  1263  7234 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.076  1263  7234 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.076  1263  7234 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.077  1263  7234 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.077  1263  7234 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.123   725 12979 D NuPlayerDriver: notifyListener_l(0xefb93180), (211, 0, 0, 20), loop setting(0, 0)
07-02 20:47:00.175  2814  2814 D NotificationRepository: updateNotification() called with: list = [3]
07-02 20:47:00.178  2814  2814 D NotificationRepository: updateNotification() called with: list = [3]
07-02 20:47:00.227  1263  1361 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.227  1263  1361 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.227  1263  1361 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.231  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.231  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.231  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.231  1263  1624 D NetworkManagement: Uid 10089 restricted because of app standby mode
07-02 20:47:00.231  1263  1624 D NetworkManagement: Uid 10060 restricted because of app standby mode
07-02 20:47:00.231  1263  1624 D NetworkManagement: Uid 10044 restricted because of app standby mode
07-02 20:47:00.377   725 12979 D NuPlayerDriver: notifyListener_l(0xefb93180), (211, 0, 0, 20), loop setting(0, 0)
07-02 20:47:00.581   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:00.582   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:00.582   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:00.582   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:00.583   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:00.583   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:00.629   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:00.629   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:00.629   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:00.629   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:00.630   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:00.630   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:00.753   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:00.753   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:00.753   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:00.754   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:00.755   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:00.755   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:01.253   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:01.253   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:01.253   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:01.253   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:01.254   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:01.254   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:01.894   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:01.894   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:01.894   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:01.894   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:01.895   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:01.895   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:02.034   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:02.034   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:02.035   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:02.035   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:02.036   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:02.036   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:02.271   725 12983 I NuPlayerDecoder: [audio] saw output EOS
07-02 20:47:02.272   725 12982 D AudioTrack: stop() called with 132832 frames delivered
07-02 20:47:02.540   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:02.540   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:02.540   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:02.540   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:02.541   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:02.541   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:02.781   725 12979 D NuPlayerDriver: notifyListener_l(0xefb93180), (2, 0, 0, -1), loop setting(0, 0)
07-02 20:47:02.783   725 12979 D NuPlayerDriver: notifyListener_l(0xefb93180), (211, 0, 0, 20), loop setting(0, 0)
07-02 20:47:03.173   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:03.174   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:03.174   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:03.174   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:03.175   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:03.175   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:03.288   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:03.289   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:03.289   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:03.289   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:03.289   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:03.290   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:03.790   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:03.790   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:03.790   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:03.790   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:03.792   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:03.792   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:04.420   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:04.420   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:04.420   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:04.421   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:04.422   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:04.422   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:04.559   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:04.559   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:04.559   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:04.559   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:04.560   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:04.560   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:04.857  3507 12974 I ServerNameIndicator: SNI done, hostname: cloud.hypercat.de
07-02 20:47:05.013  3507 12974 D UploadsStorageManager: QUERY: (status== ? OR last_result==9 OR last_result==13 OR last_result==11 OR last_result==14 ) AND last_result!= 16 ROWID: -1
07-02 20:47:05.028  3507 12974 V UploadsStorageManager: getUploads() got 0 rows from page 0, 0 rows total so far, last ID -1
07-02 20:47:05.028  3507 12974 V UploadsStorageManager: getUploads() returning 0 (0) rows after reading 1 pages
07-02 20:47:05.031  1263  1381 E LightsService: Light requested not available on this device. 2
07-02 20:47:05.038  3507 12974 D AdvancedSslSocketFactory: Creating SSL Socket with remote cloud.hypercat.de:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@c084513
07-02 20:47:05.038  3507 12974 D AdvancedSslSocketFactory:  ... with connection timeout 0 and socket timeout 0
07-02 20:47:05.039  3507 12974 I ServerNameIndicator: SNI done, hostname: cloud.hypercat.de
07-02 20:47:05.063   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:05.063   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:05.063   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:05.063   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:05.064   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:05.064   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:05.186   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:05.186   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:05.186   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:05.186   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:05.187   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:05.187   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:05.690   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:05.690   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:05.690   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:05.691   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:05.692   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:05.692   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:05.738   610  1563 D audio_hw_primary: out_standby: enter: stream (0xea066800) usecase(1: low-latency-playback)
07-02 20:47:05.787   610  1563 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
07-02 20:47:05.790   610  1563 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0
07-02 20:47:05.791   610  1563 D hardware_info: hw_info_append_hw_type : device_name = speaker
07-02 20:47:05.791   610  1563 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
07-02 20:47:05.791   610  1563 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
07-02 20:47:05.794   610  1563 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0
07-02 20:47:05.794   610  1563 D audio_hw_primary: out_standby: exit
07-02 20:47:06.324   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:06.324   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:06.324   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:06.325   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:06.326   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:06.326   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:06.465   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:06.466   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:06.466   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:06.466   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:06.467   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:06.467   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:06.969   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:06.969   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:06.969   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:06.969   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:06.971   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:06.971   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:07.111   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:07.111   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:07.111   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:07.111   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:07.113   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:07.113   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:07.612   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:07.613   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:07.613   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:07.613   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:07.614   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:07.614   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:07.749   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:07.749   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:07.749   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:07.750   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:07.751   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:07.751   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:08.247   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:08.248   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:08.248   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:08.248   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:08.249   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:08.249   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:08.430   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:08.430   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:08.431   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:08.431   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:08.432   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:08.432   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:08.932   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:08.932   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:08.932   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:08.932   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:08.934   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:08.934   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:09.060   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:09.060   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:09.060   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:09.060   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:09.061   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:09.062   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:09.564   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:09.565   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:09.565   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:09.565   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:09.566   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:09.566   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:09.704   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:09.704   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:09.704   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:09.705   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:09.706   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:09.706   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:09.760 11377 11377 I adbd    : Calling send_auth_request...
07-02 20:47:09.767 11377 11377 I adbd    : Loading keys from /data/misc/adb/adb_keys
07-02 20:47:09.771 11377 11377 I adbd    : adb client authorized
07-02 20:47:10.211   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:10.211   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:10.211   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:10.211   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:10.212   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:10.212   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:10.357   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:10.357   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:10.357   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:10.357   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:10.358   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:10.358   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:10.864   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:10.864   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:10.864   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:10.864   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:10.865   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:10.865   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:11.050   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:11.050   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:11.050   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:11.050   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:11.051   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:11.051   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:11.552   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:11.552   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:11.552   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:11.552   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:11.553   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:11.553   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:11.674   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:11.674   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:11.674   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:11.675   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:11.676   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:11.676   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:12.174   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:12.175   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:12.175   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:12.175   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:12.176   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:12.176   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....
07-02 20:47:12.296   632 12928 D NxpTml  : PN54X - I2C Read successful.....len = 4
07-02 20:47:12.296   632 12928 D NxpTml  : PN54X - Posting read message.....
07-02 20:47:12.296   632 12928 D NxpNciR : len =   4 <= 600701A1
07-02 20:47:12.296   632 12931 D NxpHal  : read successful status = 0x0
07-02 20:47:12.297   632 12928 D NxpTml  : PN54X - Read requested.....
07-02 20:47:12.297   632 12928 D NxpTml  : PN54X - Invoking I2C Read.....

Relevant screenshots

Solutions

Workaround

Try again until NFC tag is scanned properly. The amount of tries ranges between 1 and 20 or more.

Possible fixes

The NFC behaviour seemed more stable in an earlier release (/e/OS 0.9-2020061158052).