google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.97k stars 1.22k forks source link

JNI DETECTED ERROR IN APPLICATION: com.google.ar.core.services.FeatureClient.getFeatureExtractionInfoClass #789

Closed mzsanford closed 5 years ago

mzsanford commented 5 years ago

SPECIFIC ISSUE ENCOUNTERED

App crashes with JNI level error. Uninstalling and reinstalling ARCore will allow the app to launch one time. One the second launch the app crashes and it crashes every subsequent launch. The only fix is to re-install ARCore which allows one single use of the app.

VERSIONS USED

STEPS TO REPRODUCE THE ISSUE

  1. Get a copy of the Sceneform sample app (git clone https://github.com/google-ar/sceneform-android-sdk and navigate to samples/augmentedimage though all exhibit this issue on my device)
  2. Run the app from Android studio
  3. When prompted for camera permissions tap "Allow"
  4. Verify the app works
  5. Run the app again from Android Studio
  6. The app immediately crashes

WORKAROUNDS (IF ANY)

  1. Open Play Store app
  2. Find ARCore and uninstall it
  3. Re-install ARCore
  4. The app will now work for one launch

ADDITIONAL COMMENTS

I have been working on a proof of concept based on the Augmented Image demo. I was able to build to my device repeatedly over the past few days. Today I had Android Studio crash while importing a new model. Perhaps that was unrelated but since then I have been encountering this issue using the same code and device I used previously.

I pulled a fresh copy of the repository and test Augment Image and Solar System demos and they both exhibit this problem now. I am able to repeatedly relaunch the Camera Playground AR feature.

The full logcat for this error is included below:

2019-05-20 15:59:09.456 26135-26135/? I/.augmentedimag: Late-enabling -Xcheck:jni
2019-05-20 15:59:09.662 26135-26135/com.google.ar.sceneform.samples.augmentedimage W/.augmentedimag: JIT profile information will not be recorded: profile file does not exits.
2019-05-20 15:59:09.663 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/chatty: uid=10320(com.google.ar.sceneform.samples.augmentedimage) identical 10 lines
2019-05-20 15:59:09.663 26135-26135/com.google.ar.sceneform.samples.augmentedimage W/.augmentedimag: JIT profile information will not be recorded: profile file does not exits.
2019-05-20 15:59:09.676 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/InstantRun: starting instant run server: is main process
2019-05-20 15:59:09.688 26135-26151/com.google.ar.sceneform.samples.augmentedimage D/libEGL: loaded /vendor/lib64/egl/libEGL_adreno.so
2019-05-20 15:59:09.692 26135-26151/com.google.ar.sceneform.samples.augmentedimage E/libc: Access denied finding property "vendor.debug.egl.profiler"
2019-05-20 15:59:09.690 26135-26135/com.google.ar.sceneform.samples.augmentedimage W/com.google.ar.sceneform.samples.augmentedimage: type=1400 audit(0.0:135): avc: denied { read } for comm=45474C20496E6974 name="u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=17662 scontext=u:r:untrusted_app:s0:c64,c257,c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=0
2019-05-20 15:59:09.694 26135-26151/com.google.ar.sceneform.samples.augmentedimage D/libEGL: loaded /vendor/lib64/egl/libGLESv1_CM_adreno.so
2019-05-20 15:59:09.706 26135-26151/com.google.ar.sceneform.samples.augmentedimage D/libEGL: loaded /vendor/lib64/egl/libGLESv2_adreno.so
2019-05-20 15:59:09.764 26135-26135/com.google.ar.sceneform.samples.augmentedimage W/.augmentedimag: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)
2019-05-20 15:59:09.765 26135-26135/com.google.ar.sceneform.samples.augmentedimage W/.augmentedimag: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)
2019-05-20 15:59:09.784 26135-26135/com.google.ar.sceneform.samples.augmentedimage D/OpenGLRenderer: Skia GL Pipeline
2019-05-20 15:59:09.792 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/Adreno: QUALCOMM build                   : 6fb5a5b, Ife855c4895
    Build Date                       : 08/21/18
    OpenGL ES Shader Compiler Version: EV031.25.00.00
    Local Branch                     : Googledrop_0815
    Remote Branch                    : 
    Remote Branch                    : 
    Reconstruct Branch               : 
2019-05-20 15:59:09.792 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/Adreno: Build Config                     : S L 4.0.10 AArch64
2019-05-20 15:59:09.794 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/Adreno: PFP: 0x005ff110, ME: 0x005ff066
2019-05-20 15:59:09.797 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 1
2019-05-20 15:59:09.797 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2019-05-20 15:59:09.801 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/Filament: FEngine (64 bits) created at 0x76cca00000 (threading is enabled)
2019-05-20 15:59:09.801 26135-26159/com.google.ar.sceneform.samples.augmentedimage D/Filament: Using ASurfaceTexture
2019-05-20 15:59:09.801 26135-26159/com.google.ar.sceneform.samples.augmentedimage D/Filament: FEngine resolved backend: OpenGL
2019-05-20 15:59:09.823 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/SceneView: Optional library com.google.ar.sceneform.animation not present. Sceneform animation disabled
2019-05-20 15:59:09.904 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/third_party/arcore/ar/core/android/sdk/session_create.cc: Entering ArSession_createWithFeatures
2019-05-20 15:59:09.907 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/third_party/arcore/ar/core/android/sdk/session_create.cc: ARCore Version: APK version code: 190422066
2019-05-20 15:59:09.907 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/third_party/arcore/ar/core/android/sdk/session_create.cc: ARCore Version: SDK build name: 1.9
2019-05-20 15:59:09.921 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/native: version_check.cc:23 ARCore Version: APK version:1.9.190422066
2019-05-20 15:59:09.921 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/native: version_check.cc:24 ARCore Version: emulated SDK version:1.9.190412000
2019-05-20 15:59:09.921 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/third_party/arcore/ar/core/android/sdk/session_create.cc: Dynamite load ok.
2019-05-20 15:59:09.921 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/third_party/arcore/java/com/google/vr/dynamite/client/native/dynamite_client.cc: Attempting to load native library arcore_c from package com.google.ar.core
2019-05-20 15:59:09.933 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/third_party/arcore/java/com/google/vr/dynamite/client/native/dynamite_client.cc: Dynamite::LoadNativeRemoteLibrary handle=8968299371155719855
2019-05-20 15:59:09.934 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/native: session_create_implementation.cc:64 Entering createImplementationWithFeaturesAndSettings. ARCore SDK version: [1.9.190412000].
2019-05-20 15:59:09.936 26135-26165/com.google.ar.sceneform.samples.augmentedimage V/third_party/redwood/base/jni_common/jni_helper.cc: JniHelper: attached thread (Called from line 278).
2019-05-20 15:59:09.950 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/native: session_create_implementation_shared.cc:962 Persistent online recalibration is enabled by Phenotype.
2019-05-20 15:59:09.951 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/native: online_calibration_manager.cc:51 OnlineCalibrationManager: Could not open /data/user/0/com.google.ar.sceneform.samples.augmentedimage/cache/arcore-online-recalibration for reading.
2019-05-20 15:59:09.955 26135-26135/com.google.ar.sceneform.samples.augmentedimage I/native: create_feature_provider.cc:54 Extracting features using DSP.
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542] JNI DETECTED ERROR IN APPLICATION: calling static method java.lang.Class com.google.ar.core.services.FeatureClient.getFeatureExtractionInfoClass() with CallObjectMethodV
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]     in call to CallObjectMethodV
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]     from long com.google.ar.core.Session.nativeCreateSessionAndWrapperWithFeatures(android.content.Context, int[])
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542] "main" prio=5 tid=1 Runnable
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   | group="main" sCount=0 dsCount=0 flags=0 obj=0x75984a18 self=0x76e5014c00
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   | sysTid=26135 nice=-4 cgrp=default sched=0/0 handle=0x776abb0548
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   | state=R schedstat=( 457574440 10060419 207 ) utm=39 stm=6 core=2 HZ=100
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   | stack=0x7fd4d72000-0x7fd4d74000 stackSize=8MB
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   | held mutexes= "mutator lock"(shared held)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #00 pc 00000000003c7324  /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)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #01 pc 0000000000495dc0  /system/lib64/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+352)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #02 pc 00000000002e85ac  /system/lib64/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+972)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #03 pc 00000000002e89cc  /system/lib64/libart.so (art::JavaVMExt::JniAbortV(char const*, char const*, std::__va_list)+108)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #04 pc 00000000000fd5f8  /system/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const*, ...)+144)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #05 pc 0000000000101130  /system/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::CheckMethodAndSig(art::ScopedObjectAccess&, _jobject*, _jclass*, _jmethodID*, art::Primitive::Type, art::InvokeType)+776)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #06 pc 00000000000ffcb4  /system/lib64/libart.so (art::(anonymous namespace)::CheckJNI::CallMethodV(char const*, _JNIEnv*, _jobject*, _jclass*, _jmethodID*, std::__va_list, art::Primitive::Type, art::InvokeType)+756)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #07 pc 00000000000ec7d4  /system/lib64/libart.so (art::(anonymous namespace)::CheckJNI::CallObjectMethodV(_JNIEnv*, _jobject*, _jmethodID*, std::__va_list)+84)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #08 pc 000000000018be0c  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #09 pc 00000000010e0c80  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #10 pc 00000000010e08f4  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #11 pc 00000000010ddd98  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #12 pc 00000000001dafb8  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #13 pc 00000000001863bc  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #14 pc 0000000000185870  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #15 pc 0000000000189f0c  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #16 pc 000000000017db80  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #17 pc 0000000000003934  /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/lib/arm64/libarcore_sdk_c.so (ArSession_createWithFeatures+128)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #18 pc 000000000000bc84  /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/lib/arm64/libarcore_sdk_jni.so (Java_com_google_ar_core_Session_nativeCreateSessionAndWrapperWithFeatures+72)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #19 pc 0000000000565be0  /system/lib64/libart.so (art_quick_generic_jni_trampoline+144)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #20 pc 000000000055ce4c  /system/lib64/libart.so (art_quick_invoke_static_stub+604)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #21 pc 00000000000cf760  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #22 pc 00000000002823b0  /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #23 pc 000000000027c36c  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+948)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #24 pc 000000000052d91c  /system/lib64/libart.so (MterpInvokeStatic+204)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #25 pc 000000000054f294  /system/lib64/libart.so (ExecuteMterpImpl+14612)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #26 pc 00000000001b5c42  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (com.google.ar.core.Session.<init>+114)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #27 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #28 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #29 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #30 pc 000000000052d758  /system/lib64/libart.so (MterpInvokeDirect+296)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #31 pc 000000000054f214  /system/lib64/libart.so (ExecuteMterpImpl+14484)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #32 pc 00000000001db074  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (com.google.ar.sceneform.ux.BaseArFragment.createSessionWithFeatures+20)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #33 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #34 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #35 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #36 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #37 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #38 pc 00000000001db028  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (com.google.ar.sceneform.ux.BaseArFragment.createSession)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #39 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #40 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #41 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #42 pc 000000000052d758  /system/lib64/libart.so (MterpInvokeDirect+296)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #43 pc 000000000054f214  /system/lib64/libart.so (ExecuteMterpImpl+14484)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #44 pc 00000000001db284  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (com.google.ar.sceneform.ux.BaseArFragment.initializeSession+96)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #45 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #46 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #47 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #48 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #49 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #50 pc 00000000001db4c6  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (com.google.ar.sceneform.ux.BaseArFragment.onResume+34)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #51 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #52 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #53 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #54 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #55 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #56 pc 00000000000f21f4  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.Fragment.performResume+40)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #57 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #58 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #59 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #60 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #61 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #62 pc 00000000000eb43a  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentManagerImpl.moveToState+1566)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #63 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #64 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #65 pc 000000000027d45c  /system/lib64/libart.so (bool art::interpreter::DoCall<true, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+724)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #66 pc 000000000052dc50  /system/lib64/libart.so (MterpInvokeVirtualRange+576)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #67 pc 000000000054f414  /system/lib64/libart.so (ExecuteMterpImpl+14996)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #68 pc 00000000000eace8  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState+80)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #69 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #70 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #71 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #72 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #73 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #74 pc 00000000000eb87e  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentManagerImpl.moveToState+94)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #75 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #76 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #77 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #78 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #79 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #80 pc 00000000000e9e70  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentManagerImpl.dispatchStateChange+8)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #81 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #82 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #83 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #84 pc 000000000052d758  /system/lib64/libart.so (MterpInvokeDirect+296)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #85 pc 000000000054f214  /system/lib64/libart.so (ExecuteMterpImpl+14484)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #86 pc 00000000000e9e2c  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentManagerImpl.dispatchResume+12)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #87 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #88 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #89 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #90 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #91 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #92 pc 00000000000e6454  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentController.dispatchResume+8)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #93 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #94 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #95 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #96 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #97 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #98 pc 00000000000e5b98  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentActivity.onResumeFragments+4)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #99 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #100 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #101 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #102 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #103 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #104 pc 00000000000e5a96  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentActivity.onPostResume+18)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #105 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #106 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #107 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #108 pc 000000000052caa8  /system/lib64/libart.so (MterpInvokeSuper+1408)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #109 pc 000000000054f194  /system/lib64/libart.so (ExecuteMterpImpl+14356)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #110 pc 0000000000142638  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v7.app.AppCompatActivity.onPostResume)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #111 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #112 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #113 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #114 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #115 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #116 pc 0000000000389906  /system/framework/boot-framework.vdex (android.app.Activity.performResume+218)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #117 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #118 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #119 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #120 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #121 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #122 pc 00000000003811d2  /system/framework/boot-framework.vdex (android.app.ActivityThread.performResumeActivity+208)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #123 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #124 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #125 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #126 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #127 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #128 pc 0000000000384c66  /system/framework/boot-framework.vdex (android.app.ActivityThread.handleResumeActivity+12)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #129 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #130 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #131 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #132 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #133 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #134 pc 00000000003c71e0  /system/framework/boot-framework.vdex (android.app.servertransaction.ResumeActivityItem.execute+24)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #135 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #136 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #137 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #138 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #139 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #140 pc 00000000003c77dc  /system/framework/boot-framework.vdex (android.app.servertransaction.TransactionExecutor.executeLifecycleState+104)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #141 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #142 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #143 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #144 pc 000000000052d758  /system/lib64/libart.so (MterpInvokeDirect+296)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #145 pc 000000000054f214  /system/lib64/libart.so (ExecuteMterpImpl+14484)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #146 pc 00000000003c7640  /system/framework/boot-framework.vdex (android.app.servertransaction.TransactionExecutor.execute+74)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #147 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #148 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.114 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #149 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #150 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #151 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #152 pc 000000000038001a  /system/framework/boot-framework.vdex (android.app.ActivityThread$H.handleMessage+78)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #153 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #154 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #155 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #156 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #157 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #158 pc 0000000000ae5862  /system/framework/boot-framework.vdex (android.os.Handler.dispatchMessage+42)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #159 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #160 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #161 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #162 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #163 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #164 pc 0000000000aec950  /system/framework/boot-framework.vdex (android.os.Looper.loop+404)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #165 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #166 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #167 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #168 pc 000000000052d91c  /system/lib64/libart.so (MterpInvokeStatic+204)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #169 pc 000000000054f294  /system/lib64/libart.so (ExecuteMterpImpl+14612)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #170 pc 0000000000385b0a  /system/framework/boot-framework.vdex (android.app.ActivityThread.main+214)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #171 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #172 pc 000000000051cb58  /system/lib64/libart.so (artQuickToInterpreterBridge+1032)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #173 pc 0000000000565cfc  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #174 pc 000000000055ce4c  /system/lib64/libart.so (art_quick_invoke_static_stub+604)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #175 pc 00000000000cf760  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #176 pc 00000000004633b8  /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #177 pc 0000000000464e10  /system/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1440)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #178 pc 00000000003f43b0  /system/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+48)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #179 pc 000000000011e6d4  /system/framework/arm64/boot.oat (offset 114000) (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+180)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #180 pc 000000000055cb88  /system/lib64/libart.so (art_quick_invoke_stub+584)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #181 pc 00000000000cf740  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #182 pc 00000000002823b0  /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #183 pc 000000000027c36c  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+948)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #184 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #185 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #186 pc 0000000000c0d966  /system/framework/boot-framework.vdex (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #187 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #188 pc 000000000051cb58  /system/lib64/libart.so (artQuickToInterpreterBridge+1032)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #189 pc 0000000000565cfc  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #190 pc 0000000000beb180  /system/framework/arm64/boot-framework.oat (offset 3cd000) (com.android.internal.os.ZygoteInit.main+3088)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #191 pc 000000000055ce4c  /system/lib64/libart.so (art_quick_invoke_static_stub+604)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #192 pc 00000000000cf760  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #193 pc 00000000004633b8  /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #194 pc 0000000000463010  /system/lib64/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+416)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #195 pc 0000000000366854  /system/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+644)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #196 pc 00000000000b1dd8  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+120)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #197 pc 00000000000b4758  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+760)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #198 pc 00000000000021a0  /system/bin/app_process64 (main+1200)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   native: #199 pc 00000000000ae760  /system/lib64/libc.so (__libc_init+88)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at com.google.ar.core.Session.nativeCreateSessionAndWrapperWithFeatures(Native method)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at com.google.ar.core.Session.<init>(Session.java:19)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at com.google.ar.sceneform.ux.BaseArFragment.createSessionWithFeatures(BaseArFragment.java:381)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at com.google.ar.sceneform.ux.BaseArFragment.createSession(BaseArFragment.java:370)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at com.google.ar.sceneform.ux.BaseArFragment.initializeSession(BaseArFragment.java:344)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at com.google.ar.sceneform.ux.BaseArFragment.onResume(BaseArFragment.java:311)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.support.v4.app.Fragment.performResume(Fragment.java:2498)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1501)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1784)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1852)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.support.v4.app.FragmentManagerImpl.dispatchStateChange(FragmentManager.java:3269)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.support.v4.app.FragmentManagerImpl.dispatchResume(FragmentManager.java:3241)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.support.v4.app.FragmentController.dispatchResume(FragmentController.java:223)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.support.v4.app.FragmentActivity.onResumeFragments(FragmentActivity.java:538)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.support.v4.app.FragmentActivity.onPostResume(FragmentActivity.java:527)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.support.v7.app.AppCompatActivity.onPostResume(AppCompatActivity.java:172)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.app.Activity.performResume(Activity.java:7325)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3814)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3854)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:51)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:145)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:70)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1816)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.os.Handler.dispatchMessage(Handler.java:106)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.os.Looper.loop(Looper.java:193)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at android.app.ActivityThread.main(ActivityThread.java:6718)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at java.lang.reflect.Method.invoke(Native method)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
2019-05-20 15:59:10.115 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: java_vm_ext.cc:542] 
2019-05-20 15:59:10.358 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] Runtime aborting...
2019-05-20 15:59:10.358 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] Dumping all threads without appropriate locks held: thread list lock mutator lock
2019-05-20 15:59:10.358 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] All threads:
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] DALVIK THREADS (17):
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] "main" prio=7 tid=1 Runnable
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | group="" sCount=0 dsCount=0 flags=0 obj=0x75984a18 self=0x76e5014c00
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | sysTid=26135 nice=-4 cgrp=default sched=0/0 handle=0x776abb0548
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | state=R schedstat=( 622299589 10633182 242 ) utm=52 stm=8 core=5 HZ=100
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | stack=0x7fd4d72000-0x7fd4d74000 stackSize=8MB
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | held mutexes= "abort lock" "mutator lock"(shared held)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #00 pc 00000000003c7324  /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)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #01 pc 0000000000495dc0  /system/lib64/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+352)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #02 pc 00000000004afd5c  /system/lib64/libart.so (art::DumpCheckpoint::Run(art::Thread*)+844)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #03 pc 00000000004a8a9c  /system/lib64/libart.so (art::ThreadList::RunCheckpoint(art::Closure*, art::Closure*)+476)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #04 pc 00000000004a7eec  /system/lib64/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool)+1036)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #05 pc 000000000046a9d0  /system/lib64/libart.so (art::Runtime::Abort(char const*)+392)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #06 pc 0000000000008d2c  /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+724)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #07 pc 00000000002e8858  /system/lib64/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+1656)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #08 pc 00000000002e89cc  /system/lib64/libart.so (art::JavaVMExt::JniAbortV(char const*, char const*, std::__va_list)+108)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #09 pc 00000000000fd5f8  /system/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const*, ...)+144)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #10 pc 0000000000101130  /system/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::CheckMethodAndSig(art::ScopedObjectAccess&, _jobject*, _jclass*, _jmethodID*, art::Primitive::Type, art::InvokeType)+776)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #11 pc 00000000000ffcb4  /system/lib64/libart.so (art::(anonymous namespace)::CheckJNI::CallMethodV(char const*, _JNIEnv*, _jobject*, _jclass*, _jmethodID*, std::__va_list, art::Primitive::Type, art::InvokeType)+756)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #12 pc 00000000000ec7d4  /system/lib64/libart.so (art::(anonymous namespace)::CheckJNI::CallObjectMethodV(_JNIEnv*, _jobject*, _jmethodID*, std::__va_list)+84)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #13 pc 000000000018be0c  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #14 pc 00000000010e0c80  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #15 pc 00000000010e08f4  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #16 pc 00000000010ddd98  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #17 pc 00000000001dafb8  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #18 pc 00000000001863bc  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #19 pc 0000000000185870  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #20 pc 0000000000189f0c  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #21 pc 000000000017db80  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #22 pc 0000000000003934  /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/lib/arm64/libarcore_sdk_c.so (ArSession_createWithFeatures+128)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #23 pc 000000000000bc84  /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/lib/arm64/libarcore_sdk_jni.so (Java_com_google_ar_core_Session_nativeCreateSessionAndWrapperWithFeatures+72)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #24 pc 0000000000565be0  /system/lib64/libart.so (art_quick_generic_jni_trampoline+144)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #25 pc 000000000055ce4c  /system/lib64/libart.so (art_quick_invoke_static_stub+604)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #26 pc 00000000000cf760  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #27 pc 00000000002823b0  /system/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+344)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #28 pc 000000000027c36c  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+948)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #29 pc 000000000052d91c  /system/lib64/libart.so (MterpInvokeStatic+204)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #30 pc 000000000054f294  /system/lib64/libart.so (ExecuteMterpImpl+14612)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #31 pc 00000000001b5c42  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (com.google.ar.core.Session.<init>+114)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #32 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #33 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #34 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #35 pc 000000000052d758  /system/lib64/libart.so (MterpInvokeDirect+296)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #36 pc 000000000054f214  /system/lib64/libart.so (ExecuteMterpImpl+14484)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #37 pc 00000000001db074  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (com.google.ar.sceneform.ux.BaseArFragment.createSessionWithFeatures+20)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #38 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #39 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #40 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #41 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #42 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #43 pc 00000000001db028  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (com.google.ar.sceneform.ux.BaseArFragment.createSession)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #44 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #45 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #46 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #47 pc 000000000052d758  /system/lib64/libart.so (MterpInvokeDirect+296)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #48 pc 000000000054f214  /system/lib64/libart.so (ExecuteMterpImpl+14484)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #49 pc 00000000001db284  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (com.google.ar.sceneform.ux.BaseArFragment.initializeSession+96)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #50 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #51 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #52 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #53 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #54 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #55 pc 00000000001db4c6  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (com.google.ar.sceneform.ux.BaseArFragment.onResume+34)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #56 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #57 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #58 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #59 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #60 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #61 pc 00000000000f21f4  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.Fragment.performResume+40)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #62 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #63 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #64 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #65 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #66 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #67 pc 00000000000eb43a  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentManagerImpl.moveToState+1566)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #68 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #69 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #70 pc 000000000027d45c  /system/lib64/libart.so (bool art::interpreter::DoCall<true, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+724)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #71 pc 000000000052dc50  /system/lib64/libart.so (MterpInvokeVirtualRange+576)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #72 pc 000000000054f414  /system/lib64/libart.so (ExecuteMterpImpl+14996)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #73 pc 00000000000eace8  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState+80)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #74 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #75 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #76 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #77 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #78 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #79 pc 00000000000eb87e  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentManagerImpl.moveToState+94)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #80 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #81 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #82 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #83 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #84 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #85 pc 00000000000e9e70  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentManagerImpl.dispatchStateChange+8)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #86 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #87 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #88 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #89 pc 000000000052d758  /system/lib64/libart.so (MterpInvokeDirect+296)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #90 pc 000000000054f214  /system/lib64/libart.so (ExecuteMterpImpl+14484)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #91 pc 00000000000e9e2c  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentManagerImpl.dispatchResume+12)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #92 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #93 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #94 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #95 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #96 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #97 pc 00000000000e6454  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentController.dispatchResume+8)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #98 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #99 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #100 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #101 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #102 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #103 pc 00000000000e5b98  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentActivity.onResumeFragments+4)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #104 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #105 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #106 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #107 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #108 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #109 pc 00000000000e5a96  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentActivity.onPostResume+18)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #110 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #111 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #112 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #113 pc 000000000052caa8  /system/lib64/libart.so (MterpInvokeSuper+1408)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #114 pc 000000000054f194  /system/lib64/libart.so (ExecuteMterpImpl+14356)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #115 pc 0000000000142638  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v7.app.AppCompatActivity.onPostResume)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #116 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #117 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #118 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #119 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #120 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #121 pc 0000000000389906  /system/framework/boot-framework.vdex (android.app.Activity.performResume+218)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #122 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #123 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #124 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #125 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #126 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #127 pc 00000000003811d2  /system/framework/boot-framework.vdex (android.app.ActivityThread.performResumeActivity+208)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #128 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #129 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #130 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #131 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #132 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #133 pc 0000000000384c66  /system/framework/boot-framework.vdex (android.app.ActivityThread.handleResumeActivity+12)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #134 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #135 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #136 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #137 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #138 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #139 pc 00000000003c71e0  /system/framework/boot-framework.vdex (android.app.servertransaction.ResumeActivityItem.execute+24)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #140 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #141 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #142 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #143 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #144 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #145 pc 00000000003c77dc  /system/framework/boot-framework.vdex (android.app.servertransaction.TransactionExecutor.executeLifecycleState+104)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #146 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #147 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #148 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #149 pc 000000000052d758  /system/lib64/libart.so (MterpInvokeDirect+296)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #150 pc 000000000054f214  /system/lib64/libart.so (ExecuteMterpImpl+14484)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #151 pc 00000000003c7640  /system/framework/boot-framework.vdex (android.app.servertransaction.TransactionExecutor.execute+74)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #152 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #153 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #154 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #155 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #156 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #157 pc 000000000038001a  /system/framework/boot-framework.vdex (android.app.ActivityThread$H.handleMessage+78)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #158 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #159 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #160 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #161 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #162 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #163 pc 0000000000ae5862  /system/framework/boot-framework.vdex (android.os.Handler.dispatchMessage+42)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #164 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #165 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #166 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #167 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #168 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #169 pc 0000000000aec950  /system/framework/boot-framework.vdex (android.os.Looper.loop+404)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #170 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #171 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #172 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #173 pc 000000000052d91c  /system/lib64/libart.so (MterpInvokeStatic+204)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #174 pc 000000000054f294  /system/lib64/libart.so (ExecuteMterpImpl+14612)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #175 pc 0000000000385b0a  /system/framework/boot-framework.vdex (android.app.ActivityThread.main+214)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #176 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #177 pc 000000000051cb58  /system/lib64/libart.so (artQuickToInterpreterBridge+1032)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #178 pc 0000000000565cfc  /system/lib64/libart.so (art_quick_to_interpreter_bridge+92)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #179 pc 000000000055ce4c  /system/lib64/libart.so (art_quick_invoke_static_stub+604)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #180 pc 00000000000cf760  /system/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+232)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #181 pc 00000000004633b8  /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #182 pc 0000000000464e10  /system/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1440)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #183 pc 00000000003f43b0  /system/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+48)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at com.google.ar.core.Session.nativeCreateSessionAndWrapperWithFeatures(Native method)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at com.google.ar.core.Session.<init>(Session.java:19)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at com.google.ar.sceneform.ux.BaseArFragment.createSessionWithFeatures(BaseArFragment.java:381)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at com.google.ar.sceneform.ux.BaseArFragment.createSession(BaseArFragment.java:370)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at com.google.ar.sceneform.ux.BaseArFragment.initializeSession(BaseArFragment.java:344)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at com.google.ar.sceneform.ux.BaseArFragment.onResume(BaseArFragment.java:311)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.support.v4.app.Fragment.performResume(Fragment.java:2498)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1501)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1784)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1852)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.support.v4.app.FragmentManagerImpl.dispatchStateChange(FragmentManager.java:3269)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.support.v4.app.FragmentManagerImpl.dispatchResume(FragmentManager.java:3241)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.support.v4.app.FragmentController.dispatchResume(FragmentController.java:223)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.support.v4.app.FragmentActivity.onResumeFragments(FragmentActivity.java:538)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.support.v4.app.FragmentActivity.onPostResume(FragmentActivity.java:527)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.support.v7.app.AppCompatActivity.onPostResume(AppCompatActivity.java:172)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.app.Activity.performResume(Activity.java:7325)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3814)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3854)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:51)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:145)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:70)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1816)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.os.Handler.dispatchMessage(Handler.java:106)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.os.Looper.loop(Looper.java:193)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at android.app.ActivityThread.main(ActivityThread.java:6718)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.lang.reflect.Method.invoke(Native method)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] 
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] "Jit thread pool worker thread 0" prio=7 tid=2 Native
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x12cc0000 self=0x76de80e000
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | sysTid=26140 nice=9 cgrp=default sched=0/0 handle=0x76debd34f0
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | state=S schedstat=( 16540002 64532 43 ) utm=1 stm=0 core=5 HZ=100
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | stack=0x76dead5000-0x76dead7000 stackSize=1021KB
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | held mutexes=
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   kernel: (couldn't read /proc/self/task/26140/stack)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #00 pc 000000000001ed2c  /system/lib64/libc.so (syscall+28)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #01 pc 00000000000d7424  /system/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+148)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #02 pc 00000000004b15d4  /system/lib64/libart.so (art::ThreadPool::GetTask(art::Thread*)+260)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #03 pc 00000000004b0b2c  /system/lib64/libart.so (art::ThreadPoolWorker::Run()+124)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #04 pc 00000000004b05dc  /system/lib64/libart.so (art::ThreadPoolWorker::Callback(void*)+148)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #05 pc 0000000000083114  /system/lib64/libc.so (__pthread_start(void*)+36)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #06 pc 00000000000233bc  /system/lib64/libc.so (__start_thread+68)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   (no managed stack frames)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] 
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] "Signal Catcher" prio=7 tid=3 WaitingInMainSignalCatcherLoop
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x12cc0088 self=0x76e5016400
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | sysTid=26141 nice=0 cgrp=default sched=0/0 handle=0x76de7ff4f0
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | state=S schedstat=( 124269 5216719 2 ) utm=0 stm=0 core=6 HZ=100
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | stack=0x76de704000-0x76de706000 stackSize=1009KB
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | held mutexes=
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   kernel: (couldn't read /proc/self/task/26141/stack)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #00 pc 000000000006f848  /system/lib64/libc.so (__rt_sigtimedwait+8)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #01 pc 000000000002db18  /system/lib64/libc.so (sigwait+64)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #02 pc 0000000000483a90  /system/lib64/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+416)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #05 pc 00000000000233bc  /system/lib64/libc.so (__start_thread+68)
2019-05-20 15:59:10.359 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] "ReferenceQueueDaemon" prio=7 tid=4 Waiting
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   - waiting on <0x0fbe7bfa> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   kernel: (couldn't read /proc/self/task/26144/stack)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] 
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | sysTid=26145 nice=4 cgrp=default sched=0/0 handle=0x76cfbf14f0
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | stack=0x76cfaee000-0x76cfaf0000 stackSize=1041KB
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #03 pc 00000000003c4324  /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long, int, bool, art::ThreadState)+428)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:364)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.lang.Daemons$Daemon.run(Daemons.java:103)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | state=S schedstat=( 17615259 5715676 27 ) utm=1 stm=0 core=4 HZ=100
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #02 pc 000000000022f7ac  /system/lib64/libart.so (art::gc::TaskProcessor::GetTask(art::Thread*)+476)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.lang.Daemons$HeapTaskDaemon.runInternal(Daemons.java:475)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #02 pc 0000000000006cd0  /system/lib64/libadbconnection.so (adbconnection::AdbConnectionState::RunPollLoop(art::Thread*)+816)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   (no managed stack frames)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] "Binder:26135_1" prio=7 tid=9 Native
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | held mutexes=
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #06 pc 000000000000fb80  /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+280)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] "Binder:26135_2" prio=7 tid=10 Native
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | state=S schedstat=( 14552187 1339738 34 ) utm=1 stm=0 core=5 HZ=100
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #09 pc 00000000000233bc  /system/lib64/libc.so (__start_thread+68)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] 
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | held mutexes=
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #04 pc 0000000000083114  /system/lib64/libc.so (__pthread_start(void*)+36)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | group="" sCount=1 dsCount=0 flags=1 obj=0x12cc2268 self=0x76e51f4400
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #00 pc 000000000006f5ec  /system/lib64/libc.so (__accept4+4)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.lang.Thread.run(Thread.java:764)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] "AsyncTask #1" prio=7 tid=13 TimedWaiting
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | state=S schedstat=( 7740209 0 6 ) utm=0 stm=0 core=6 HZ=100
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #00 pc 000000000001ed30  /system/lib64/libc.so (syscall+32)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2101)
2019-05-20 15:59:10.360 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #01 pc 00000000000d7850  /system/lib64/libart.so (art::ConditionVariable::TimedWait(art::Thread*, long, int)+168)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #03 pc 00000000003c4324  /system/lib64/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long, int, bool, art::ThreadState)+428)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558] "AsyncTask #3" prio=7 tid=15 TimedWaiting
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | sysTid=26163 nice=0 cgrp=default sched=0/0 handle=0x76cb1f34f0
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | stack=0x76cb0f0000-0x76cb0f2000 stackSize=1041KB
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #01 pc 00000000000d7850  /system/lib64/libart.so (art::ConditionVariable::TimedWait(art::Thread*, long, int)+168)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | sysTid=26164 nice=0 cgrp=default sched=0/0 handle=0x76cb0ed4f0
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at java.lang.Thread.parkFor$(Thread.java:2137)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at sun.misc.Unsafe.park(Unsafe.java:358)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | stack=0x76c7e0c000-0x76c7e0e000 stackSize=1009KB
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   kernel: (couldn't read /proc/self/task/26165/stack)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #05 pc 00000000011323e4  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | sysTid=26135 nice=-4 cgrp=default sched=0/0 handle=0x776abb0548
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   | stack=0x7fd4d72000-0x7fd4d74000 stackSize=8MB
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #02 pc 000000000047a714  /system/lib64/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, art::Thread*) const+60)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #12 pc 00000000010e0c80  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #15 pc 00000000001dafb8  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #28 pc 000000000054f294  /system/lib64/libart.so (ExecuteMterpImpl+14612)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #30 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #34 pc 000000000054f214  /system/lib64/libart.so (ExecuteMterpImpl+14484)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #36 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #45 pc 000000000052d758  /system/lib64/libart.so (MterpInvokeDirect+296)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #51 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #60 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #64 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #68 pc 000000000027d45c  /system/lib64/libart.so (bool art::interpreter::DoCall<true, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+724)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #75 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #78 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.361 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #85 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #96 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #114 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #120 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #131 pc 0000000000384c66  /system/framework/boot-framework.vdex (android.app.ActivityThread.handleResumeActivity+12)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #138 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #151 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #160 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #162 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #166 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #170 pc 000000000027c350  /system/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+920)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   native: #196 pc 00000000004633b8  /system/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:558]   at com.google.ar.core.Session.<init>(Session.java:19)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566] JNI DETECTED ERROR IN APPLICATION: calling static method java.lang.Class com.google.ar.core.services.FeatureClient.getFeatureExtractionInfoClass() with CallObjectMethodV
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]     in call to CallObjectMethodV
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]     from long com.google.ar.core.Session.nativeCreateSessionAndWrapperWithFeatures(android.content.Context, int[])
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566] "main" prio=5 tid=1 Runnable
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   | group="main" sCount=0 dsCount=0 flags=0 obj=0x75984a18 self=0x76e5014c00
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   | sysTid=26135 nice=-4 cgrp=default sched=0/0 handle=0x776abb0548
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   | state=R schedstat=( 457574440 10060419 207 ) utm=39 stm=6 core=2 HZ=100
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #08 pc 000000000018be0c  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.362 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #13 pc 00000000001863bc  /data/app/com.google.ar.core-NUY2HyaX9fMGObAmBeOM7A==/lib/arm64/libarcore_c.so (???)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #36 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #46 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #58 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #73 pc 000000000054f114  /system/lib64/libart.so (ExecuteMterpImpl+14228)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #90 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #92 pc 00000000000e6454  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.google.ar.sceneform.samples.augmentedimage-tojK-Tb0BKf-CAtIKFS-Lg==/split_lib_dependencies_apk.apk (deleted) (android.support.v4.app.FragmentController.dispatchResume+8)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #129 pc 0000000000255e68  /system/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2088410233+496)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #144 pc 000000000052d758  /system/lib64/libart.so (MterpInvokeDirect+296)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #148 pc 000000000025b9e8  /system/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+216)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #156 pc 000000000052c418  /system/lib64/libart.so (MterpInvokeVirtual+584)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #158 pc 0000000000ae5862  /system/framework/boot-framework.vdex (android.os.Handler.dispatchMessage+42)
2019-05-20 15:59:10.363 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/.augmentedimag: runtime.cc:566]   native: #186 pc 0000000000c0d966  /system/framework/boot-framework.vdex (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22)
2019-05-20 15:59:10.364 26135-26135/com.google.ar.sceneform.samples.augmentedimage A/libc: Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 26135 (.augmentedimage), pid 26135 (.augmentedimage)
siranjeevi-aximsoft commented 5 years ago

Hi mzsanford Thanks for arise this issue. Me too face this issue.. Please share if you found any solution.

cvetelinast commented 5 years ago

I have the same issue with the same environment.

kstpr commented 5 years ago

We are experiencing the same error on a Pixel 2 device with the same ArCore version.

bedfordd commented 5 years ago

I am also experiencing the same error on a Pixel 2 XL device, Android 8.1.0, AR Core 1.9.190422066.

josh-burton commented 5 years ago

This started happening for me as well since yesterday. I need to clear the data of the ARCore apk before launching the app.

ausanova commented 5 years ago

Same issue here, Pixel 2. It started crashing after ARCore updated to version 1.9.190422066. My workaround is to uninstall ARCore from Google play, and manually install version 1.9.190422056 on the device

EngineerKunle commented 5 years ago

@ausanova

I am having the same issue and where did you find the older apk ?

ausanova commented 5 years ago

@EngineerKunle here you can find older ones https://arcore.en.uptodown.com/android/old Then just type "adb install arcore-1-9-190422056.apk" from the terminal when your device is connected

EngineerKunle commented 5 years ago

thanks @ausanova I got it working once I uninstalled ARCore and reinstalled the sample app then through the sample app updated ARCore and first run it works then after the crash happens again.

This is really bad update and needs a fix, if the app is in production this would be annoying

JohnGilbertson commented 5 years ago

I'm having the same issue with an in development App. I have to uninstall and reinstall ARCore in between each AR session, even if the app does not close fully.

nixone commented 5 years ago

Also having the same issue on Pixel 2, ARCore version 1.9.190422066

StijnPaladin commented 5 years ago

Facing the same problem. But only while using a specific Iron Source network provider: "UnityAds" in conjunction with a Pixel 2 or Pixel 2XL, ARCore version 1.9.190422066.

zombiekick commented 5 years ago

Same issue. Pixel 2 XL. Specifically using Unity's AR Foundation.

mzsanford commented 5 years ago

Workaround

I downgraded ARCore to 1.9.19042205 (uninstalled via the Play Store app, pulled the earlier version from apkmirror.com and installed that). Now my app is able to launch repeatedly unblocking my development. Not a long term solution but it seems to support the notion that there is an issue in ARCore 1.9.190422066.

hsiaoer commented 5 years ago

+1. I'm also getting this issue on 1.9.190422066.

TobiasPott commented 5 years ago

+1 This issue affects me too (Google Pixel 2 XL and ARCore 1.9.190422066 installed).

Edit: The problem still occurs on my Pixel 2 XL using the previous 1.9 version (1.9.19042205(6)). I needed to go back to 1.8 for older applications to startup at all (e.g. Microsofts Azure Spatial Anchors example), which, of course, breaks compat with the new model-viewer introduced with ARCore 1.9 to viewl .glb files.

brookman commented 5 years ago

We encounter the problem on our Pixel 2 XL test devices as well. I have found an additional workaround (needs root):

RandomCouch commented 5 years ago

Having same issue on all our Pixel 2 XL devices. Unfortunately do not have these devices rooted and that type of solution can't be suggested to users running our app. What is weird though is that this ARCore update was 4 days ago, but our app started crashing for us today... Yesterday and 4 days ago it was running just fine, now it crashes on startup load, what could possibly have triggered this change?

We are using Vuforia with ARCore in this Unity app, it is obvious that the implementation of both together is now having issues, but these issues were not present before today and we did not make a new build of the app.

Any help/update/announcement on this from the ARCore team would be greatly appreciated.

this-kirke commented 5 years ago

Same issue here, Google Pixel 2 running ARCore 1.9. Downgrading to 1.9.19042205(6) did not work for me. - Initial launch after installing ARCore is successful, but subsequent launches of any ARCore application always fail with the above-mentioned error.

I've now downgraded both my ARCore application and my ARCore SDK to version 1.8, which solved the problem - no more crashes, repeated launches of ARCore applications work as expected. I am missing a few 1.9 API calls, but I can work around those until this is sorted.

jinglebiscuitsHL commented 5 years ago

https://github.com/google-ar/sceneform-android-sdk and https://github.com/google-ar/arcore-android-sdk/tree/master/samples/hello_ar_java have the same bug for me. Somehow, IKEA Place works fine.

tomthecarrot commented 5 years ago

I'm having the same issue today on a Google Pixel 2 XL.

diav79 commented 5 years ago

Having same issue on Pixel 2XL with specified version of ARCore

danfs commented 5 years ago

Same issue on a Pixel 2 and Samsung S8.. work around seems to work for development, but obviously not suitable for production


From: Utsav Shah notifications@github.com Sent: Monday, May 27, 2019 5:24:58 AM To: google-ar/arcore-android-sdk Cc: Dan Foster-Smith; Manual Subject: Re: [google-ar/arcore-android-sdk] JNI DETECTED ERROR IN APPLICATION: com.google.ar.core.services.FeatureClient.getFeatureExtractionInfoClass (#789)

Having same issue on Pixel 2XL with specified version of ARCore

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/google-ar/arcore-android-sdk/issues/789?email_source=notifications&email_token=AAHJGVGYDBP7ZW6KW6XOVJTPXNPBVA5CNFSM4HOGEL7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWIXRKI#issuecomment-496072873, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAHJGVEX7Z5BOSBCYBRZGV3PXNPBVANCNFSM4HOGEL7A.

brookman commented 5 years ago

Additional info: We have discovered that the crash only happens with a debug build (gradle command packageDebug) but not with a release build (packageRelease).

fredsa commented 5 years ago

This appears to be an issue when CheckJNI is enabled, which happens when the android:debuggable is set in the manifest.

fredsa commented 5 years ago

We're rolling out a server side configuration change that should fix this issue. More details to follow.

RandomCouch commented 5 years ago

My app has not been crashing today, can't speak for others but whatever you guys did fixed my problem, thank you!

fredsa commented 5 years ago

For affected devices, we expect the configuration fix to reach your device in a matter of hours. If you are still seeing issues >24 hours from now, check that your device has a working internet connection, so that it is able to retrieve the configuration change.

There's not currently an easy way to force your device to get the new configuration. However, uninstalling/reinstalling ARCore (or simply wiping app data) should reset the configuration to the default, which is to not be affected by this issue.

fredsa commented 5 years ago

Should you need the latest (or previous versions) of the ARCore APK for testing purposes, or to use in an Android Emulator, they are available to download from the releases pages: https://github.com/google-ar/arcore-android-sdk/releases