Assigned
Status Update
Comments
ma...@google.com <ma...@google.com>
ma...@google.com <ma...@google.com> #2
+1 to this feature request, came here seeking help at https://serverfault.com/questions/987908/custom-routes-rejected-by-gke-peer-configuration/988167#988167
We will to build CD pipelines with agents running in internal on-premise network, peered with GCP network. GKE private endpoint is not reachable in this case.
We will to build CD pipelines with agents running in internal on-premise network, peered with GCP network. GKE private endpoint is not reachable in this case.
ki...@gmail.com <ki...@gmail.com> #3
Comment has been deleted.
ki...@gmail.com <ki...@gmail.com> #4
I thought this would be resolved now that the VPC Peerings of private GKE will accept routes exported from the VPC. But it still doesn't seem to work for me.
ma...@google.com <ma...@google.com> #6
Does anyone has been able to make it works?
ag...@gmail.com <ag...@gmail.com> #7
I stumbled upon this issue and wanted to share some thoughts on how we fixed this. Following the documentation listed above, there is a reference to the VPC peering connection, which links here: https://cloud.google.com/vpc/docs/using-vpc-peering#update-peer-connection . After setting the "Export custom routes" bit, I was able to start connecting from my private network. The exported routes bit injects the static/dynamic routes to the peered VPC, which therefore allows responses to flow backward to the clients from the api server.
sa...@gmail.com <sa...@gmail.com> #8
da...@myfitnesspal.com. - this does not work with private ip , something else in your setup (like public ip, nat or something) made it work, not the export/import , this issue was verified by google support investigating all setups in our projects including export/import custom routes.
ba...@gmail.com <ba...@gmail.com> #9
yo...@gmail.com. - the only solutions are: 1. proxy/nat on the vpc where gke is (small impact) 2. refactor vpc peering to replace by vpn between vpc (big impact to customer projects)
ve...@lasergame.de <ve...@lasergame.de> #10
ar...@gmail.com <ar...@gmail.com> #11
@ko...@cb4.com Happy to talk more on my setup, but by exporting the routes, it exposed the peering connection to the cloud router, which then advertised the paths over the BGP peer.
ki...@gmail.com <ki...@gmail.com> #12
This is a critical issue and crucial security factor, I cannot understand how this is still an open matter
This is true also for VPCs in the same project!
This is true also for VPCs in the same project!
re...@google.com <re...@google.com> #13
Weird, even I set the "Control plane global access = Enabled" it´s not reachable... So, what´s this purpose? I don´t want to set a public Endpoint for security reasons :(
ni...@trucesoftware.com <ni...@trucesoftware.com> #14
I started experiencing this today after using the Apply Changes and Restart Activity button. I usually stay away from that button because of buggy behavior like that. I did change some code in the activity that showed the map, by adding extras to an intent using putExtra(ParcelableExtra). The ParcelableExtra was an android.location.Location object.
I prefer the Run 'app' button for stability. But it force closes the app. Many times I used a script that calls the `gradle build` command then `adb install` the output to avoid strange behaviors like force stops and other things that will take up lots of my precious time.
current build.gradle:
implementation 'com.google.android.gms:play-services-maps:17.0.1'
Cannot update to 18.1.0 currently as my minimum api level is 18
I prefer the Run 'app' button for stability. But it force closes the app. Many times I used a script that calls the `gradle build` command then `adb install` the output to avoid strange behaviors like force stops and other things that will take up lots of my precious time.
current build.gradle:
implementation 'com.google.android.gms:play-services-maps:17.0.1'
Cannot update to 18.1.0 currently as my minimum api level is 18
de...@expeedo.de <de...@expeedo.de> #15
We are having the exact same issue as shown in post #4.
After the first of these crashes has occurred, the map widget crashes immediately on every following launch. This can be resolved by clearing the App cache, the App will then work again normally -- until the next map widget crash.
Updating the maps lib doesn't help.
2022-09-18 18:05:19.742 26254-26254/com.openvehicles.OVMS E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.openvehicles.OVMS, PID: 26254
android.content.res.Resources$NotFoundException: Resource ID #0x7f070016 type #0x3 is not valid
at android.content.res.Resources.getDimensionPixelSize(Resources.java:836)
at com.google.maps.api.android.lib6.impl.ax.d(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):5)
at com.google.maps.api.android.lib6.impl.fe.<init>(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):6)
at com.google.maps.api.android.lib6.impl.bj.aA(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):14)
at com.google.maps.api.android.lib6.impl.cn.o(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):2)
at com.google.android.gms.maps.internal.o.aY(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):26)
at ej.onTransact(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):4)
at android.os.Binder.transact(Binder.java:1164)
at com.google.android.gms.internal.maps.zza.zzH(com.google.android.gms:play-services-maps@@18.1.0:2)
at com.google.android.gms.maps.internal.zzk.onCreateView(com.google.android.gms:play-services-maps@@18.1.0:5)
at com.google.android.gms.maps.zzau.onCreateView(com.google.android.gms:play-services-maps@@18.1.0:7)
at com.google.android.gms.dynamic.zad.zab(com.google.android.gms:play-services-base@@18.0.1:2)
at com.google.android.gms.dynamic.DeferredLifecycleHelper.zaf(com.google.android.gms:play-services-base@@18.0.1:1)
at com.google.android.gms.dynamic.DeferredLifecycleHelper.onCreateView(com.google.android.gms:play-services-base@@18.0.1:2)
at com.google.android.gms.maps.SupportMapFragment.onCreateView(com.google.android.gms:play-services-maps@@18.1.0:1)
at androidx.fragment.app.Fragment.performCreateView(Fragment.java:2600)
at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManagerImpl.java:881)
at androidx.fragment.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManagerImpl.java:1238)
at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManagerImpl.java:1303)
at androidx.fragment.app.BackStackRecord.executeOps(BackStackRecord.java:439)
at androidx.fragment.app.FragmentManagerImpl.executeOps(FragmentManagerImpl.java:2079)
at androidx.fragment.app.FragmentManagerImpl.executeOpsTogether(FragmentManagerImpl.java:1869)
at androidx.fragment.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManagerImpl.java:1824)
at androidx.fragment.app.FragmentManagerImpl.execPendingActions(FragmentManagerImpl.java:1727)
at androidx.fragment.app.FragmentManagerImpl.dispatchStateChange(FragmentManagerImpl.java:2663)
at androidx.fragment.app.FragmentManagerImpl.dispatchResume(FragmentManagerImpl.java:2625)
at androidx.fragment.app.Fragment.performResume(Fragment.java:2658)
at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManagerImpl.java:922)
at androidx.fragment.app.FragmentManagerImpl.performPendingDeferredStart(FragmentManagerImpl.java:713)
at androidx.fragment.app.FragmentManagerImpl.startPendingDeferredFragments(FragmentManagerImpl.java:1325)
at androidx.fragment.app.FragmentManagerImpl.doPendingDeferredStart(FragmentManagerImpl.java:2178)
at androidx.fragment.app.FragmentManagerImpl.execSingleAction(FragmentManagerImpl.java:1703)
at androidx.fragment.app.BackStackRecord.commitNowAllowingStateLoss(BackStackRecord.java:299)
at androidx.fragment.app.FragmentPagerAdapter.finishUpdate(FragmentPagerAdapter.java:235)
at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1244)
at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1092)
at androidx.viewpager.widget.ViewPager.onMeasure(ViewPager.java:1622)
at android.view.View.measure(View.java:26358)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6981)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
After the first of these crashes has occurred, the map widget crashes immediately on every following launch. This can be resolved by clearing the App cache, the App will then work again normally -- until the next map widget crash.
Updating the maps lib doesn't help.
2022-09-18 18:05:19.742 26254-26254/com.openvehicles.OVMS E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.openvehicles.OVMS, PID: 26254
android.content.res.Resources$NotFoundException: Resource ID #0x7f070016 type #0x3 is not valid
at android.content.res.Resources.getDimensionPixelSize(Resources.java:836)
at com.google.maps.api.android.lib6.impl.ax.d(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):5)
at com.google.maps.api.android.lib6.impl.fe.<init>(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):6)
at com.google.maps.api.android.lib6.impl.bj.aA(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):14)
at com.google.maps.api.android.lib6.impl.cn.o(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):2)
at com.google.android.gms.maps.internal.o.aY(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):26)
at ej.onTransact(:com.google.android.gms.dynamite_mapsdynamite@221821104@22.18.21 (190800-0):4)
at android.os.Binder.transact(Binder.java:1164)
at com.google.android.gms.internal.maps.zza.zzH(com.google.android.gms:play-services-maps@@18.1.0:2)
at com.google.android.gms.maps.internal.zzk.onCreateView(com.google.android.gms:play-services-maps@@18.1.0:5)
at com.google.android.gms.maps.zzau.onCreateView(com.google.android.gms:play-services-maps@@18.1.0:7)
at com.google.android.gms.dynamic.zad.zab(com.google.android.gms:play-services-base@@18.0.1:2)
at com.google.android.gms.dynamic.DeferredLifecycleHelper.zaf(com.google.android.gms:play-services-base@@18.0.1:1)
at com.google.android.gms.dynamic.DeferredLifecycleHelper.onCreateView(com.google.android.gms:play-services-base@@18.0.1:2)
at com.google.android.gms.maps.SupportMapFragment.onCreateView(com.google.android.gms:play-services-maps@@18.1.0:1)
at androidx.fragment.app.Fragment.performCreateView(Fragment.java:2600)
at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManagerImpl.java:881)
at androidx.fragment.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManagerImpl.java:1238)
at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManagerImpl.java:1303)
at androidx.fragment.app.BackStackRecord.executeOps(BackStackRecord.java:439)
at androidx.fragment.app.FragmentManagerImpl.executeOps(FragmentManagerImpl.java:2079)
at androidx.fragment.app.FragmentManagerImpl.executeOpsTogether(FragmentManagerImpl.java:1869)
at androidx.fragment.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManagerImpl.java:1824)
at androidx.fragment.app.FragmentManagerImpl.execPendingActions(FragmentManagerImpl.java:1727)
at androidx.fragment.app.FragmentManagerImpl.dispatchStateChange(FragmentManagerImpl.java:2663)
at androidx.fragment.app.FragmentManagerImpl.dispatchResume(FragmentManagerImpl.java:2625)
at androidx.fragment.app.Fragment.performResume(Fragment.java:2658)
at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManagerImpl.java:922)
at androidx.fragment.app.FragmentManagerImpl.performPendingDeferredStart(FragmentManagerImpl.java:713)
at androidx.fragment.app.FragmentManagerImpl.startPendingDeferredFragments(FragmentManagerImpl.java:1325)
at androidx.fragment.app.FragmentManagerImpl.doPendingDeferredStart(FragmentManagerImpl.java:2178)
at androidx.fragment.app.FragmentManagerImpl.execSingleAction(FragmentManagerImpl.java:1703)
at androidx.fragment.app.BackStackRecord.commitNowAllowingStateLoss(BackStackRecord.java:299)
at androidx.fragment.app.FragmentPagerAdapter.finishUpdate(FragmentPagerAdapter.java:235)
at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1244)
at androidx.viewpager.widget.ViewPager.populate(ViewPager.java:1092)
at androidx.viewpager.widget.ViewPager.onMeasure(ViewPager.java:1622)
at android.view.View.measure(View.java:26358)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6981)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
kr...@imatronix.com <kr...@imatronix.com> #16
This bug is still present. It is triggerd by "Apply Code Changes".
You were asking for a sample code to reproduce.
It happens with this project:
https://github.com/The1only/rosettadrone
Here is the issue + workaround:
https://github.com/The1only/rosettadrone/issues/121
You were asking for a sample code to reproduce.
It happens with this project:
Here is the issue + workaround:
Description
java.lang.NullPointerException:Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference
at com.google.maps.api.android.lib6.gmm6.vector.gl.aj.b(:com.google.android.gms.dynamite_mapsdynamite@213614098@21.36.14 (150406-0):2)
at com.google.maps.api.android.lib6.gmm6.vector.gl.aj.<init>(:com.google.android.gms.dynamite_mapsdynamite@213614098@21.36.14 (150406-0):2)
at com.google.maps.api.android.lib6.gmm6.vector.gl.g.<init>(:com.google.android.gms.dynamite_mapsdynamite@213614098@21.36.14 (150406-0):18)
at com.google.maps.api.android.lib6.gmm6.vector.bs.d(:com.google.android.gms.dynamite_mapsdynamite@213614098@21.36.14 (150406-0):14)
at com.google.maps.api.android.lib6.gmm6.vector.av.run(:com.google.android.gms.dynamite_mapsdynamite@213614098@21.36.14 (150406-0):45)
What steps will reproduce the problem?
1.(Happens everytime) Crashing app (intencionally, i.e. throwing RuntimeException), then when restarting app(without RuntimeException) error is shown.
Also add the following details:
- Device (and version of Android) you have verified this issue on: Android 11 API 30
- Google Play Services version on the device: 21.36.14(150406-395708125)
Dependencies:
- com.google.android.gms:play-services-maps: 17.0.1
PS: After showing this error, app starts giving SegmentationFault Errors:
2021-09-28 17:12:54.854 2728-2728/"package" A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x40000000 in tid 2728 (n."package"), pid 2728 (n."package")
2021-09-28 17:12:55.007 4170-4170/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021-09-28 17:12:55.007 4170-4170/? A/DEBUG: Build fingerprint: 'samsung/gtactve3ea/gtactive3:11/RP1A.200720.012/T5XU3BF1:user/release-keys'
2021-09-28 17:12:55.007 4170-4170/? A/DEBUG: Revision: '4'
2021-09-28 17:12:55.007 4170-4170/? A/DEBUG: ABI: 'arm64'
2021-09-28 17:12:55.008 4170-4170/? A/DEBUG: Timestamp: 2021-09-28 17:12:55+0100
2021-09-28 17:12:55.008 4170-4170/? A/DEBUG: pid: 2728, tid: 2728, name: n."package" >>> "package" <<<
2021-09-28 17:12:55.008 4170-4170/? A/DEBUG: uid: 10286
2021-09-28 17:12:55.008 4170-4170/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x40000000
2021-09-28 17:12:55.008 4170-4170/? A/DEBUG: x0 000000756576a5a8 x1 000000750d0ff458 x2 0000000000007f07 x3 000000007f0800db
2021-09-28 17:12:55.009 4170-4170/? A/DEBUG: x4 000000756576a6d8 x5 0000000000000000 x6 0000000000000000 x7 0000007fca2be670
2021-09-28 17:12:55.009 4170-4170/? A/DEBUG: x8 000000750cf47300 x9 c000000040000000 x10 000000003fe00000 x11 d37a6f4de9bd37a7
2021-09-28 17:12:55.009 4170-4170/? A/DEBUG: x12 0000007603c74e00 x13 0000000000000000 x14 000000757cc624fc x15 00000000000000b8
2021-09-28 17:12:55.009 4170-4170/? A/DEBUG: x16 00000075fe9bdc18 x17 00000075fe98cdb0 x18 00000076043a8000 x19 0000000000000000
2021-09-28 17:12:55.009 4170-4170/? A/DEBUG: x20 0000000000000000 x21 0000007fca2be670 x22 0000000000000007 x23 0000000000000000
2021-09-28 17:12:55.009 4170-4170/? A/DEBUG: x24 00000000ffffffff x25 000000756576a5a8 x26 0000000000000000 x27 000000756576a6d8
2021-09-28 17:12:55.009 4170-4170/? A/DEBUG: x28 0000000000000000 x29 0000007fca2be450
2021-09-28 17:12:55.009 4170-4170/? A/DEBUG: lr 00000075fe98c918 sp 0000007fca2be2c0 pc 00000075fe98cf0c pst 00000000a0000000
2021-09-28 17:12:55.541 4170-4170/? A/DEBUG: backtrace:
2021-09-28 17:12:55.541 4170-4170/? A/DEBUG: #00 pc 000000000003cf0c /system/lib64/libandroidfw.so (android::AssetManager2::FindEntryInternal(android::AssetManager2::PackageGroup const&, unsigned char, unsigned short, android::ResTable_config const&, bool, bool, android::FindEntryResult*) const+348) (BuildId: 53578dac8de4fc7b4a1b8bb91be0d1d1)
2021-09-28 17:12:55.541 4170-4170/? A/DEBUG: #01 pc 000000000003c914 /system/lib64/libandroidfw.so (android::AssetManager2::FindEntry(unsigned int, unsigned short, bool, bool, android::FindEntryResult*) const+276) (BuildId: 53578dac8de4fc7b4a1b8bb91be0d1d1)
2021-09-28 17:12:55.541 4170-4170/? A/DEBUG: #02 pc 000000000003dd64 /system/lib64/libandroidfw.so (android::AssetManager2::GetResource(unsigned int, bool, unsigned short, android::Res_value*, android::ResTable_config*, unsigned int*) const+100) (BuildId: 53578dac8de4fc7b4a1b8bb91be0d1d1)
2021-09-28 17:12:55.541 4170-4170/? A/DEBUG: #03 pc 000000000003df58 /system/lib64/libandroidfw.so (android::AssetManager2::ResolveReference(int, android::Res_value*, android::ResTable_config*, unsigned int*, unsigned int*) const+120) (BuildId: 53578dac8de4fc7b4a1b8bb91be0d1d1)
2021-09-28 17:12:55.541 4170-4170/? A/DEBUG: #04 pc 00000000000470c0 /system/lib64/libandroidfw.so (android::RetrieveAttributes(android::AssetManager2*, android::ResXMLParser*, unsigned int*, unsigned long, unsigned int*, unsigned int*)+320) (BuildId: 53578dac8de4fc7b4a1b8bb91be0d1d1)
2021-09-28 17:12:55.541 4170-4170/? A/DEBUG: #05 pc 00000000001268c4 /system/lib64/libandroid_runtime.so (android::NativeRetrieveAttributes(_JNIEnv*, _jclass*, long, long, _jintArray*, _jintArray*, _jintArray*)+348) (BuildId: b9dcfbeea4dcc7cfb65556a7fa9becc1)
2021-09-28 17:12:55.542 4170-4170/? A/DEBUG: #06 pc 00000000002369a4 /system/framework/arm64/boot-framework.oat (art_jni_trampoline+244) (BuildId: 61ed94e057feda7f703ce2541251b2d381f6f042)
2021-09-28 17:12:55.542 4170-4170/? A/DEBUG: #07 pc 000000000202afb0 /memfd:jit-cache (deleted) (offset 0x2000000) (android.content.res.AssetManager.retrieveAttributes+240)
2021-09-28 17:12:55.542 4170-4170/? A/DEBUG: #08 pc 000000000202a14c /memfd:jit-cache (deleted) (offset 0x2000000) (android.content.res.Resources.obtainAttributes+188)
2021-09-28 17:12:55.542 4170-4170/? A/DEBUG: #09 pc 0000000000135564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.542 4170-4170/? A/DEBUG: #10 pc 00000000001ab7e8 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.542 4170-4170/? A/DEBUG: #11 pc 00000000003260c0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.542 4170-4170/? A/DEBUG: #12 pc 000000000031c2a8 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+912) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.542 4170-4170/? A/DEBUG: #13 pc 00000000006919e0 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+848) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.542 4170-4170/? A/DEBUG: #14 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.542 4170-4170/? A/DEBUG: #15 pc 00000000004782f0 /system/framework/framework.jar (android.graphics.drawable.Drawable.obtainAttributes+4)
2021-09-28 17:12:55.542 4170-4170/? A/DEBUG: #16 pc 0000000000313550 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16150288426868830309)+264) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #17 pc 0000000000680168 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+776) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #18 pc 000000000013eff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #19 pc 00000000020cb4c8 /memfd:jit-cache (deleted) (offset 0x2000000) (android.graphics.drawable.StateListDrawable.inflateChildElements+376)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #20 pc 0000000000135564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #21 pc 00000000001ab7e8 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #22 pc 00000000003260c0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #23 pc 000000000031c2a8 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+912) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #24 pc 0000000000694068 /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+576) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #25 pc 000000000012f914 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #26 pc 0000000000486286 /system/framework/framework.jar (android.graphics.drawable.StateListDrawable.inflate+38)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #27 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #28 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #29 pc 0000000000477706 /system/framework/framework.jar (android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity+94)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #30 pc 0000000000695504 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualRange+1124) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #31 pc 000000000012fb14 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_range+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #32 pc 000000000047892c /system/framework/framework.jar (android.graphics.drawable.Drawable.createFromXmlInnerForDensity+24)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #33 pc 0000000000694be0 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #34 pc 000000000012f994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #35 pc 0000000000478878 /system/framework/framework.jar (android.graphics.drawable.Drawable.createFromXmlForDensity+36)
2021-09-28 17:12:55.543 4170-4170/? A/DEBUG: #36 pc 0000000000694be0 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #37 pc 000000000012f994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #38 pc 00000000003fea52 /system/framework/framework.jar (android.content.res.ResourcesImpl.loadXmlDrawable+18)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #39 pc 0000000000313550 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16150288426868830309)+264) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #40 pc 0000000000680168 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+776) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #41 pc 000000000013eff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #42 pc 00000000020c8ebc /memfd:jit-cache (deleted) (offset 0x2000000) (android.content.res.ResourcesImpl.loadDrawableForCookie+2700)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #43 pc 0000000000135564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #44 pc 00000000001ab7e8 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #45 pc 00000000003260c0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #46 pc 000000000031d308 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<true, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+696) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #47 pc 0000000000697464 /apex/com.android.art/lib64/libart.so (MterpInvokeDirectRange+436) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #48 pc 000000000012fc14 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct_range+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #49 pc 00000000003fe1b8 /system/framework/framework.jar (android.content.res.ResourcesImpl.loadDrawable+632)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #50 pc 0000000000695504 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualRange+1124) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #51 pc 000000000012fb14 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_range+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #52 pc 000000000040084a /system/framework/framework.jar (android.content.res.Resources.loadDrawable+26)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #53 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #54 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.544 4170-4170/? A/DEBUG: #55 pc 00000000004007f8 /system/framework/framework.jar (android.content.res.Resources.getDrawableForDensity+20)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #56 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #57 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #58 pc 00000000004007ae /system/framework/framework.jar (android.content.res.Resources.getDrawable+2)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #59 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #60 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #61 pc 0000000000371484 /system/framework/framework.jar (android.content.Context.getDrawable+16)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #62 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #63 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #64 pc 00000000002384c4 /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.core.content.ContextCompat$Api21Impl.getDrawable)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #65 pc 0000000000694be0 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #66 pc 000000000012f994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #67 pc 0000000000238a70 /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.core.content.ContextCompat.getDrawable+12)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #68 pc 0000000000694be0 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #69 pc 000000000012f994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.545 4170-4170/? A/DEBUG: #70 pc 00000000001c0efe /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.appcompat.widget.ResourceManagerInternal.getDrawable+34)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #71 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #72 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #73 pc 00000000001c0eac /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.appcompat.widget.ResourceManagerInternal.getDrawable+4)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #74 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #75 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #76 pc 000000000019ca64 /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.appcompat.content.res.AppCompatResources.getDrawable+8)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #77 pc 0000000000694be0 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #78 pc 000000000012f994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #79 pc 00000000001b4a5c /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.appcompat.widget.AppCompatImageHelper.loadFromAttributes+108)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #80 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #81 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #82 pc 00000000001b4d6e /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.appcompat.widget.AppCompatImageView.<init>+62)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #83 pc 0000000000694308 /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+1248) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #84 pc 000000000012f914 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #85 pc 00000000001b4d16 /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.appcompat.widget.AppCompatImageView.<init>+2)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #86 pc 0000000000694308 /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+1248) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #87 pc 000000000012f914 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #88 pc 0000000000198c2c /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.appcompat.app.AppCompatViewInflater.createImageView+4)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #89 pc 0000000000313550 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16150288426868830309)+264) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.546 4170-4170/? A/DEBUG: #90 pc 0000000000680168 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+776) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #91 pc 000000000013eff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #92 pc 00000000020863ac /memfd:jit-cache (deleted) (offset 0x2000000) (androidx.appcompat.app.AppCompatViewInflater.createView+2604)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #93 pc 00000000020a4a50 /memfd:jit-cache (deleted) (offset 0x2000000) (androidx.appcompat.app.AppCompatDelegateImpl.createView+1200)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #94 pc 0000000000135564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #95 pc 00000000001ab7e8 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #96 pc 00000000003260c0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #97 pc 000000000031c2a8 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+912) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #98 pc 00000000006919e0 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+848) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #99 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #100 pc 000000000019507c /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.appcompat.app.AppCompatDelegateImpl.onCreateView)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #101 pc 00000000006936c4 /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1812) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.547 4170-4170/? A/DEBUG: #102 pc 000000000012fa14 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #103 pc 000000000030bbca /system/framework/framework.jar (offset 0x130e000) (android.view.LayoutInflater$FactoryMerger.onCreateView+46)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #104 pc 0000000000313550 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16150288426868830309)+264) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #105 pc 0000000000680168 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+776) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #106 pc 000000000013eff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #107 pc 00000000020ca0fc /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.tryCreateView+156)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #108 pc 0000000002039d04 /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.createViewFromTag+484)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #109 pc 0000000002060e94 /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.createViewFromTag+68)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #110 pc 000000000202e74c /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.rInflate+636)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #111 pc 0000000002091ea4 /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.rInflateChildren+116)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #112 pc 000000000202e7a8 /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.rInflate+728)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #113 pc 0000000002091ea4 /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.rInflateChildren+116)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #114 pc 000000000202e7a8 /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.rInflate+728)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #115 pc 0000000002091ea4 /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.rInflateChildren+116)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #116 pc 000000000202e7a8 /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.rInflate+728)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #117 pc 0000000002091ea4 /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.rInflateChildren+116)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #118 pc 000000000202e7a8 /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.rInflate+728)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #119 pc 0000000002091ea4 /memfd:jit-cache (deleted) (offset 0x2000000) (android.view.LayoutInflater.rInflateChildren+116)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #120 pc 0000000000135564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.548 4170-4170/? A/DEBUG: #121 pc 00000000001ab7e8 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #122 pc 00000000003260c0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #123 pc 000000000031c2a8 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+912) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #124 pc 00000000006919e0 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+848) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #125 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #126 pc 000000000030c3c4 /system/framework/framework.jar (offset 0x130e000) (android.view.LayoutInflater.inflate+212)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #127 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #128 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #129 pc 000000000030c296 /system/framework/framework.jar (offset 0x130e000) (android.view.LayoutInflater.inflate+38)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #130 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #131 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #132 pc 0000000000013562 /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x1ef7000) (pt.eleven.ticketing.ui.decorringRoute.DecorringRouteFragment.onCreateView+42)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #133 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #134 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #135 pc 000000000029c532 /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.fragment.app.Fragment.performCreateView+38)
2021-09-28 17:12:55.549 4170-4170/? A/DEBUG: #136 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #137 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #138 pc 0000000000294496 /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.fragment.app.FragmentStateManager.createView+434)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #139 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #140 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #141 pc 0000000000294c66 /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.fragment.app.FragmentStateManager.moveToExpectedState+278)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #142 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #143 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #144 pc 00000000002919c6 /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.fragment.app.FragmentManager.executeOpsTogether+558)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #145 pc 0000000000694308 /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+1248) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #146 pc 000000000012f914 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #147 pc 0000000000292aac /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute+168)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #148 pc 0000000000694308 /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+1248) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #149 pc 000000000012f914 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #150 pc 000000000028fa52 /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.fragment.app.FragmentManager.execPendingActions+42)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #151 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #152 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #153 pc 000000000028d9ba /data/app/~~pm4yB-kprq_APz1GM1IJuQ==/"package"-mdBL0ETlwyYUbyjWMb-Gvw==/base.apk (offset 0x11d7000) (androidx.fragment.app.FragmentManager$5.run+6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #154 pc 00000000006936c4 /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1812) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.550 4170-4170/? A/DEBUG: #155 pc 000000000012fa14 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #156 pc 000000000040da00 /system/framework/framework.jar (offset 0x9c8000) (android.os.Handler.handleCallback+4)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #157 pc 0000000000694be0 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #158 pc 000000000012f994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #159 pc 000000000040d874 /system/framework/framework.jar (offset 0x9c8000) (android.os.Handler.dispatchMessage+8)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #160 pc 0000000000691c80 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #161 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #162 pc 000000000044d1fc /system/framework/framework.jar (offset 0x9c8000) (android.os.Looper.loop+480)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #163 pc 0000000000313550 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16150288426868830309)+264) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #164 pc 000000000031b8c0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #165 pc 000000000031cc1c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, true>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+1772) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #166 pc 000000000017a658 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<true, false>(art::interpreter::SwitchImplContext*)+58656) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #167 pc 00000000001417d8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.551 4170-4170/? A/DEBUG: #168 pc 00000000001cb39c /system/framework/framework.jar (android.app.ActivityThread.main)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #169 pc 0000000000313658 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16150288426868830309)+528) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #170 pc 0000000000680168 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+776) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #171 pc 000000000013eff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #172 pc 00000000001357e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #173 pc 00000000001ab804 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #174 pc 0000000000568924 /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #175 pc 00000000004e7030 /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+48) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #176 pc 000000000008a6f4 /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180) (BuildId: c3475b07d0e9fda8252c4d048848217b2ca92b3c)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #177 pc 0000000000135564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #178 pc 00000000001ab7e8 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #179 pc 00000000003260c0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #180 pc 000000000031c2a8 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+912) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #181 pc 00000000006919e0 /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+848) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.552 4170-4170/? A/DEBUG: #182 pc 000000000012f814 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #183 pc 00000000002355c6 /system/framework/framework.jar (offset 0x1bf0000) (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #184 pc 0000000000313550 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16150288426868830309)+264) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #185 pc 0000000000680168 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+776) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #186 pc 000000000013eff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #187 pc 0000000000af7dfc /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+2444) (BuildId: 61ed94e057feda7f703ce2541251b2d381f6f042)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #188 pc 00000000001357e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #189 pc 00000000001ab804 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #190 pc 0000000000567340 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #191 pc 0000000000567804 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #192 pc 0000000000449804 /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+652) (BuildId: 7746e492fd5e8251d47172dc330cbeb6)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #193 pc 000000000009d48c /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+124) (BuildId: b9dcfbeea4dcc7cfb65556a7fa9becc1)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #194 pc 00000000000a5480 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+856) (BuildId: b9dcfbeea4dcc7cfb65556a7fa9becc1)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #195 pc 00000000000035a0 /system/bin/app_process64 (main+1368) (BuildId: 29599d7c45ed3763d0f01c3f95154462)
2021-09-28 17:12:55.553 4170-4170/? A/DEBUG: #196 pc 00000000000854b4 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108) (BuildId: f5221da919459753f7b7b4e061093090)
2021-09-28 17:12:56.572 726-726/? E/tombstoned: Tombstone written to: /data/tombstones/tombstone_05
2021-09-28 17:12:56.600 772-796/? E/HYPER-HAL: [HandlerSysfs.cpp]doResourceHandling(): Couldn't Open Sysfs - /sys/power/cstate_control
2021-09-28 17:12:56.655 723-723/? E/audit: type=1701 audit(1632845576.649:2101): auid=4294967295 uid=10286 gid=10286 ses=4294967295 subj=u:r:untrusted_app:s0:c30,c257,c512,c768 pid=2728 comm="n."package"" exe="/system/bin/app_process64" sig=11
2021-09-28 17:12:56.779 2458-19504/? E/RequestManager_FLP: [FusedLocationApi] Location remove 4014e40 from "package"
2021-09-28 17:12:56.820 2458-2525/? E/RequestManager_FLP: [LocationManager] Location remove abdb0ce from com.google.android.gms