Xamarin Android Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 3745 (GLThread 995)

3680
7
Jump to solution
11-21-2018 08:58 AM
NathanWestfall1
New Contributor III

I have an Xamarin Android app that crashes when it tries to load the map on a specific device (Samsung S4).  I get the following crash just when the fragment is about to display (some of my elements even display over where the map should be).

The log is below (raw logs too, I didn't out any logs that our app prints) and I'm currently trying to build a sample app to reproduce.  The only helpful information I can see is the part of the logs in bold.  Any ideas in the meantime?

[Mono] DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
[Mono] Searching for 'CoreRT_Insets_create'.
[Mono] Probing 'CoreRT_Insets_create'.
[Mono] Found as 'CoreRT_Insets_create'.
[Mono] DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
[Mono] Searching for 'CoreRT_MapView_setViewInsets'.
[Mono] Probing 'CoreRT_MapView_setViewInsets'.
[Mono] Found as 'CoreRT_MapView_setViewInsets'.
[Adreno-EGL] <qeglDrvAPI_eglGetConfigAttrib:612>: EGL_BAD_ATTRIBUTE
Thread started:  #68
[Mono] DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
[Mono] Searching for 'CoreRT_GeoView_isPaused'.
[Mono] Probing 'CoreRT_GeoView_isPaused'.
[Mono] Found as 'CoreRT_GeoView_isPaused'.
[Mono] DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
[Mono] Searching for 'CoreRT_GeoView_resume'.
[Mono] Probing 'CoreRT_GeoView_resume'.
[Mono] Found as 'CoreRT_GeoView_resume'.
[Mono] DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
[Mono] Searching for 'CoreRT_GeoView_getWidth'.
[Mono] Probing 'CoreRT_GeoView_getWidth'.
[Mono] Found as 'CoreRT_GeoView_getWidth'.
[Mono] DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
[Mono] Searching for 'CoreRT_GeoView_getHeight'.
[Mono] Probing 'CoreRT_GeoView_getHeight'.
[Mono] Found as 'CoreRT_GeoView_getHeight'.
[Mono] DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
[Mono] Searching for 'CoreRT_GeoView_setScreenScale'.
[Mono] Probing 'CoreRT_GeoView_setScreenScale'.
[Mono] Found as 'CoreRT_GeoView_setScreenScale'.
[Mono] DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
[Mono] Searching for 'CoreRT_GeoView_resize'.
[Mono] Probing 'CoreRT_GeoView_resize'.
[Mono] Found as 'CoreRT_GeoView_resize'.
[Mono] DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
[Mono] Searching for 'CoreRT_GeoView_draw'.
[Mono] Probing 'CoreRT_GeoView_draw'.
[Mono] Found as 'CoreRT_GeoView_draw'.
[mono-rt] Stacktrace: FATAL 11 LOG STARTS (can provide if helpful)

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
NathanWestfall1
New Contributor III

One of our apps was still on 100.2.1.  I got to checking 100.4.0 this morning after updating and it appears to have fixed the issue!   I checked all the release notes for 100.3.0 and 100.4.0 and didn't see this, but thanks for fixing it!

View solution in original post

0 Kudos
7 Replies
NathanWestfall1
New Contributor III

Morten Nielsen‌ does the Xamarin Android version support "Adreno" renderers?

I dug through all the devices I could find around me and while I still can't find what line of code, they all have the same logs above when they crash.  The common factor is they have "Adreno" as the renderer when I looked at the GLES 1.x settings.  (I'm using OpenGL-ES Info - Apps on Google Play)

Here are the list of renderers I found and highlighted are the ones that fail to load the map.

 - Mali-T720

 - Mali-T760

 - Mali-T830

 - Intel HD Graphics for Atom(TM) x5/x7

 - Adreno (TM) 308

 - Adreno (TM) 540

This is really putting a roadblock in the hardware we want to support.

0 Kudos
dotMorten_esri
Esri Notable Contributor

I know it works on Galaxy S8 which appear to have the 540 GPU (I don't have a 308 device at hand). Could you share some more information about the devices you're using, make, OS Version, etc.

Also could you monitor the device and the app process in LogCat and share any information about the crash from the devices? (sometime that has more info than the debug window)

0 Kudos
NathanWestfall1
New Contributor III

Samsung Tab A 8 - Android 8.1.0

Samsung S4 - Android 8.1.0

I'll run it again this afternoon and pull the full logs for you.  Always happens at the same point in the application.  I also don't know if this would change how it works, but we also use local maps not ESRI online.

0 Kudos
NathanWestfall1
New Contributor III

Morten Nielsen‌ here are the logs from a Tab A 8 device

Mono D Assembly Ref addref MyApp.Navigation[0x8ede31e0] -> System[0x8ede4680]: 24
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_SimpleMarkerSymbol_createWith'.
D Probing 'CoreRT_SimpleMarkerSymbol_createWith'.
D Found as 'CoreRT_SimpleMarkerSymbol_createWith'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_LocationDataSource_create'.
D Probing 'CoreRT_LocationDataSource_create'.
D Found as 'CoreRT_LocationDataSource_create'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_LocationDataSource_setLocationDataSourceStartCallback'.
D Probing 'CoreRT_LocationDataSource_setLocationDataSourceStartCallback'.
D Found as 'CoreRT_LocationDataSource_setLocationDataSourceStartCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_LocationDataSource_setLocationDataSourceStopCallback'.
D Probing 'CoreRT_LocationDataSource_setLocationDataSourceStopCallback'.
D Found as 'CoreRT_LocationDataSource_setLocationDataSourceStopCallback'.
D Assembly Ref addref MyApp.Navigation[0x8ede31e0] -> Xamarin.Android.Support.Fragment[0x8ede3720]: 6
D DllImport searching in: '__Internal' ('(null)').
D Searching for 'java_interop_jnienv_get_long_field'.
D Probing 'java_interop_jnienv_get_long_field'.
D Found as 'java_interop_jnienv_get_long_field'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_PictureMarkerSymbol_createWithImage'.
D Probing 'CoreRT_PictureMarkerSymbol_createWithImage'.
D Found as 'CoreRT_PictureMarkerSymbol_createWithImage'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_PictureMarkerSymbol_setDoneLoadingCallback'.
D Probing 'CoreRT_PictureMarkerSymbol_setDoneLoadingCallback'.
D Found as 'CoreRT_PictureMarkerSymbol_setDoneLoadingCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_PictureMarkerSymbol_getLoadStatus'.
D Probing 'CoreRT_PictureMarkerSymbol_getLoadStatus'.
D Found as 'CoreRT_PictureMarkerSymbol_getLoadStatus'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_PictureMarkerSymbol_setLoadStatusChangedCallback'.
D Probing 'CoreRT_PictureMarkerSymbol_setLoadStatusChangedCallback'.
D Found as 'CoreRT_PictureMarkerSymbol_setLoadStatusChangedCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_PictureMarkerSymbol_getLoadError'.
D Probing 'CoreRT_PictureMarkerSymbol_getLoadError'.
D Found as 'CoreRT_PictureMarkerSymbol_getLoadError'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_PictureMarkerSymbol_setRequestRequiredCallback'.
D Probing 'CoreRT_PictureMarkerSymbol_setRequestRequiredCallback'.
D Found as 'CoreRT_PictureMarkerSymbol_setRequestRequiredCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Basemap_streetsVector'.
D Probing 'CoreRT_Basemap_streetsVector'.
D Found as 'CoreRT_Basemap_streetsVector'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Basemap_getBaseLayers'.
D Probing 'CoreRT_Basemap_getBaseLayers'.
D Found as 'CoreRT_Basemap_getBaseLayers'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Vector_at'.
D Probing 'CoreRT_Vector_at'.
D Found as 'CoreRT_Vector_at'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Element_getValueAsLayer'.
D Probing 'CoreRT_Element_getValueAsLayer'.
D Found as 'CoreRT_Element_getValueAsLayer'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Layer_getObjectType'.
D Probing 'CoreRT_Layer_getObjectType'.
D Found as 'CoreRT_Layer_getObjectType'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Layer_getInstanceId'.
D Probing 'CoreRT_Layer_getInstanceId'.
D Found as 'CoreRT_Layer_getInstanceId'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Layer_setDoneLoadingCallback'.
D Probing 'CoreRT_Layer_setDoneLoadingCallback'.
D Found as 'CoreRT_Layer_setDoneLoadingCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Layer_setLoadStatusChangedCallback'.
D Probing 'CoreRT_Layer_setLoadStatusChangedCallback'.
D Found as 'CoreRT_Layer_setLoadStatusChangedCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Layer_getLoadError'.
D Probing 'CoreRT_Layer_getLoadError'.
D Found as 'CoreRT_Layer_getLoadError'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Layer_getLoadStatus'.
D Probing 'CoreRT_Layer_getLoadStatus'.
D Found as 'CoreRT_Layer_getLoadStatus'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Layer_setRequestRequiredCallback'.
D Probing 'CoreRT_Layer_setRequestRequiredCallback'.
D Found as 'CoreRT_Layer_setRequestRequiredCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_ArcGISVectorTiledLayer_getSourceInfo'.
D Probing 'CoreRT_ArcGISVectorTiledLayer_getSourceInfo'.
D Found as 'CoreRT_ArcGISVectorTiledLayer_getSourceInfo'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Basemap_getReferenceLayers'.
D Probing 'CoreRT_Basemap_getReferenceLayers'.
D Found as 'CoreRT_Basemap_getReferenceLayers'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Basemap_setRequestRequiredCallback'.
D Probing 'CoreRT_Basemap_setRequestRequiredCallback'.
D Found as 'CoreRT_Basemap_setRequestRequiredCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Basemap_setDoneLoadingCallback'.
D Probing 'CoreRT_Basemap_setDoneLoadingCallback'.
D Found as 'CoreRT_Basemap_setDoneLoadingCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Basemap_getLoadStatus'.
D Probing 'CoreRT_Basemap_getLoadStatus'.
D Found as 'CoreRT_Basemap_getLoadStatus'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Basemap_setLoadStatusChangedCallback'.
D Probing 'CoreRT_Basemap_setLoadStatusChangedCallback'.
D Found as 'CoreRT_Basemap_setLoadStatusChangedCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Basemap_getLoadError'.
D Probing 'CoreRT_Basemap_getLoadError'.
D Found as 'CoreRT_Basemap_getLoadError'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Map_createWithBasemap'.
D Probing 'CoreRT_Map_createWithBasemap'.
D Found as 'CoreRT_Map_createWithBasemap'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Map_getOperationalLayers'.
D Probing 'CoreRT_Map_getOperationalLayers'.
D Found as 'CoreRT_Map_getOperationalLayers'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Map_setBasemapChangedCallback'.
D Probing 'CoreRT_Map_setBasemapChangedCallback'.
D Found as 'CoreRT_Map_setBasemapChangedCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Map_getBookmarks'.
D Probing 'CoreRT_Map_getBookmarks'.
D Found as 'CoreRT_Map_getBookmarks'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Map_getTables'.
D Probing 'CoreRT_Map_getTables'.
D Found as 'CoreRT_Map_getTables'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Map_setRequestRequiredCallback'.
D Probing 'CoreRT_Map_setRequestRequiredCallback'.
D Found as 'CoreRT_Map_setRequestRequiredCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Map_setDoneLoadingCallback'.
D Probing 'CoreRT_Map_setDoneLoadingCallback'.
D Found as 'CoreRT_Map_setDoneLoadingCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Map_setLoadStatusChangedCallback'.
D Probing 'CoreRT_Map_setLoadStatusChangedCallback'.
D Found as 'CoreRT_Map_setLoadStatusChangedCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Map_getLoadError'.
D Probing 'CoreRT_Map_getLoadError'.
D Found as 'CoreRT_Map_getLoadError'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Map_getSpatialReference'.
D Probing 'CoreRT_Map_getSpatialReference'.
D Found as 'CoreRT_Map_getSpatialReference'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Map_getLoadStatus'.
D Probing 'CoreRT_Map_getLoadStatus'.
memtrack E Couldn't load memtrack module
Mono D Found as 'CoreRT_Map_getLoadStatus'.
android.os.Debug W failed to get memory consumption info: -1
Mono D Assembly Ref addref MyApp.Navigation[0x8ede31e0] -> GalaSoft.MvvmLight[0x9e3e8aa0]: 7
D DllImport searching in: '__Internal' ('(null)').
D Searching for 'java_interop_jnienv_get_boolean_field'.
D Probing 'java_interop_jnienv_get_boolean_field'.
D Found as 'java_interop_jnienv_get_boolean_field'.
zygote W JNI RegisterNativeMethods: attempt to register 0 native methods for md56bd1af1d804c299a2116530540a9a32d.NavigationToolsView
W JNI RegisterNativeMethods: attempt to register 0 native methods for md56bd1af1d804c299a2116530540a9a32d.LayerToggleView
I Do partial code cache collection, code=501KB, data=359KB
I After code cache collection, code=501KB, data=359KB
I Increasing code cache capacity to 2MB
W JNI RegisterNativeMethods: attempt to register 0 native methods for md56bd1af1d804c299a2116530540a9a32d.NavigationStatsView
memtrack E Couldn't load memtrack module
android.os.Debug W failed to get memory consumption info: -1
TrackMemory I [TrackMemory] Memory Available: 862mb; Percent Available: 46.61%; Called From mono.java.lang.RunnableImplementor.run (30)
I [TrackMemory] Memory Available: 861mb; Percent Available: 46.61%; Called From mono.java.lang.RunnableImplementor.run (30)
zygote W JNI RegisterNativeMethods: attempt to register 0 native methods for md5891d08603700b80e42471b32aaecbb61.NavigationStartDrivingView
W JNI RegisterNativeMethods: attempt to register 0 native methods for md5891d08603700b80e42471b32aaecbb61.NavigationNextStopView
W JNI RegisterNativeMethods: attempt to register 0 native methods for md56bd1af1d804c299a2116530540a9a32d.NavigationDiagnosticView
W JNI RegisterNativeMethods: attempt to register 0 native methods for md55a474381520d674d048d1dc1dc646011.StudentStopListView
memtrack E Couldn't load memtrack module
android.os.Debug W failed to get memory consumption info: -1

(System.Collections.Generic.Dictionary`2[System.String,System.String])(System.Collections.Generic.Dictionary`2[System.String,Ja
va.Lang.Double])
TrackMemory I [TrackMemory] Memory Available: 861mb; Percent Available: 46.55%; Called From mono.java.lang.RunnableImplementor.run (30)
SurfaceView D onWindowVisibilityChanged(0) true f92a78a of ViewRootImpl@afea016[RunActivity]
LogManager I LogManager.TrackEvent - RunActivity.Navigation
Choreographer I Skipped 83 frames! The application may be doing too much work on its main thread.
Surface V sf_framedrop debug : 0x4f4c, game : false, logging : 0
pl@afea016[RunActivity] D Relayout returned: old=[0,0][1280,800] new=[0,0][1280,800] result=0x7 surface={valid=true 1820028928} changed=true
Mono D DllImport searching in: '__Internal' ('(null)').
D Searching for 'java_interop_jnienv_new_int_array'.
D Probing 'java_interop_jnienv_new_int_array'.
D Found as 'java_interop_jnienv_new_int_array'.
memtrack E Couldn't load memtrack module
android.os.Debug W failed to get memory consumption info: -1
TrackMemory I [TrackMemory] Memory Available: 860mb; Percent Available: 46.53%; Called From mono.java.lang.RunnableImplementor.run (30)
Mono D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Insets_create'.
D Probing 'CoreRT_Insets_create'.
D Found as 'CoreRT_Insets_create'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_MapView_setViewInsets'.
D Probing 'CoreRT_MapView_setViewInsets'.
D Found as 'CoreRT_MapView_setViewInsets'.
SurfaceView D BG show() Surface(name=Background for - SurfaceView - myapp/md5b260d616bdac7599148d39185bb76daf.RunActivity@f92a78a@0) md580c0c595af36e290ae80283596c6764a.Ma
pGLSurfaceView{f92a78a VFE...C.. ......ID 0,0-1280,511}
Surface V sf_framedrop debug : 0x4f4c, game : false, logging : 0
V sf_framedrop debug : 0x4f4c, game : false, logging : 0
SurfaceView D surfaceCreated 1 #8 md580c0c595af36e290ae80283596c6764a.MapGLSurfaceView{f92a78a VFE...C.. ......ID 0,0-1280,511}
D surfaceChanged (1280,511) 1 #8 md580c0c595af36e290ae80283596c6764a.MapGLSurfaceView{f92a78a VFE...C.. ......ID 0,0-1280,511}
Adreno-EGL I <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 07/03/18, a5c6c12, Ieac6d80345
zygote I android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
Adreno-EGL W <qeglDrvAPI_eglGetConfigAttrib:612>: EGL_BAD_ATTRIBUTE
Mono D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_GeoView_isPaused'.
D Probing 'CoreRT_GeoView_isPaused'.
D Found as 'CoreRT_GeoView_isPaused'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_GeoView_resume'.
D Probing 'CoreRT_GeoView_resume'.
D Found as 'CoreRT_GeoView_resume'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_GeoView_getWidth'.
D Probing 'CoreRT_GeoView_getWidth'.
D Found as 'CoreRT_GeoView_getWidth'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_GeoView_getHeight'.
D Probing 'CoreRT_GeoView_getHeight'.
D Found as 'CoreRT_GeoView_getHeight'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_GeoView_setScreenScale'.
D Probing 'CoreRT_GeoView_setScreenScale'.
D Found as 'CoreRT_GeoView_setScreenScale'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_GeoView_resize'.
D Probing 'CoreRT_GeoView_resize'.
D Found as 'CoreRT_GeoView_resize'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_MapView_setMap'.
D Probing 'CoreRT_MapView_setMap'.
D Found as 'CoreRT_MapView_setMap'.
mono-stdout I **************************
I *
I *
I Loading
I *
I *
I **************************
Mono D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Request_getObjectType'.
D Probing 'CoreRT_Request_getObjectType'.
D Found as 'CoreRT_Request_getObjectType'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_GeoView_draw'.
D Probing 'CoreRT_GeoView_draw'.
D Found as 'CoreRT_GeoView_draw'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Request_setCancelRequestCallback'.
D Probing 'CoreRT_Request_setCancelRequestCallback'.
D Found as 'CoreRT_Request_setCancelRequestCallback'.
D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Request_getURI'.
D Probing 'CoreRT_Request_getURI'.
D Found as 'CoreRT_Request_getURI'.
mono-rt E Stacktrace:
E /proc/self/maps:
E 12c00000-13740000 rw-p 00000000 00:01 17858 /dev/ashmem/dalvik-main space (region space)_632_632 (deleted)
E 13740000-148c0000 ---p 00b40000 00:01 17858 /dev/ashmem/dalvik-main space (region space)_632_632 (deleted)
E 148c0000-52c00000 rw-p 01cc0000 00:01 17858 /dev/ashmem/dalvik-main space (region space)_632_632 (deleted)
E 65a55000-65d00000 rw-p 00000000 00:00 0
E 65e00000-66500000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 66500000-66600000 rw-p 00000000 00:00 0
E 66700000-67900000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 67900000-67a00000 rw-p 00000000 00:00 0
E 67b00000-67c00000 rw-p 00000000 00:00 0
E 67c80000-67f00000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 68080000-68180000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 68300000-68400000 rw-p 00000000 00:00 0
E 68500000-68580000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 685d9000-685da000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 685da000-685db000 ---p 00000000 00:00 0
E 685db000-686e6000 rw-p 00000000 00:00 0 [stack:31148]
E 68800000-68900000 rw-p 00000000 00:00 0
E 68a00000-68b00000 rw-p 00000000 00:00 0
E 68b78000-68bf8000 rw-p 00000000 00:00 0
E 68bfb000-68bfc000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 68bfc000-68bfd000 ---p 00000000 00:00 0
E 68bfd000-68d00000 rw-p 00000000 00:00 0 [stack:31117]
E 68d00000-68d80000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 68dee000-68def000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 68def000-68df0000 ---p 00000000 00:00 0
E 68df0000-68ef3000 rw-p 00000000 00:00 0 [stack:31116]
E 68ef3000-68ef4000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 68ef4000-68ef5000 ---p 00000000 00:00 0
E 68ef5000-68ff8000 rw-p 00000000 00:00 0 [stack:31115]
E 68ff8000-69078000 rw-p 00000000 00:00 0
E 6907c000-690fc000 rw-p 00000000 00:00 0
E 69100000-69200000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 6926c000-692ec000 rw-p 00000000 00:00 0
E 692f0000-69370000 rw-p 00000000 00:00 0
Mono D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Request_getParameters'.
D Probing 'CoreRT_Request_getParameters'.
mono-rt E 69374000-693f4000 rw-p 00000000 00:00 0
Mono D Found as 'CoreRT_Request_getParameters'.
mono-rt E 693f8000-69478000 rw-p 00000000 00:00 0
E 6947c000-694fc000 rw-p 00000000 00:00 0
E 69655000-69800000 rw-p 00000000 00:00 0
E 6987b000-6987c000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6987c000-6987d000 ---p 00000000 00:00 0
E 6987d000-6997c000 rw-p 00000000 00:00 0 [stack:31238]
E 6997c000-699fc000 rw-p 00000000 00:00 0
E 699ff000-69a00000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 69a00000-69a01000 ---p 00000000 00:00 0
E 69a01000-69b00000 rw-p 00000000 00:00 0 [stack:31237]
E 69b00000-69c00000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 69c00000-69d00000 rw-p 00000000 00:00 0
E 69d7c000-69dfc000 rw-p 00000000 00:00 0
E 69e7b000-69e7c000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 69e7c000-69e7d000 ---p 00000000 00:00 0
E 69e7d000-69f7c000 rw-p 00000000 00:00 0 [stack:31228]
E 69f7c000-69ffc000 rw-p 00000000 00:00 0
E 6a000000-6a100000 rw-p 00000000 00:00 0
E 6a17c000-6a1fc000 rw-p 00000000 00:00 0
E 6a200000-6a300000 rw-p 00000000 00:00 0
E 6a308000-6a388000 rw-p 00000000 00:00 0
E 6a38c000-6a40c000 rw-p 00000000 00:00 0
E 6a410000-6a490000 rw-p 00000000 00:00 0
E 6a494000-6a514000 rw-p 00000000 00:00 0
E 6a518000-6a598000 rw-p 00000000 00:00 0
E 6a59c000-6a61c000 rw-p 00000000 00:00 0
E 6a620000-6a6a0000 rw-p 00000000 00:00 0
E 6a6a4000-6a724000 rw-p 00000000 00:00 0
E 6a728000-6a7a8000 rw-p 00000000 00:00 0
E 6a7ac000-6a7fc000 rw-p 00000000 00:00 0
E 6a800000-6a900000 rw-p 00000000 00:00 0
E 6a97c000-6a9fc000 rw-p 00000000 00:00 0
E 6ad02000-6b103000 rw-s 00000000 00:09 10030 anon_inode:dmabuf
E 6b103000-6b104000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6b104000-6b200000 rw-p 00000000 00:00 0 [stack:31280]
E 6b200000-6b400000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 6b471000-6b472000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6b472000-6b473000 ---p 00000000 00:00 0
E 6b473000-6b572000 rw-p 00000000 00:00 0 [stack:31227]
E 6b572000-6b573000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6b573000-6b574000 ---p 00000000 00:00 0
E 6b574000-6b673000 rw-p 00000000 00:00 0 [stack:31226]
E 6b673000-6b674000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6b674000-6b675000 ---p 00000000 00:00 0
E 6b675000-6b774000 rw-p 00000000 00:00 0 [stack:31219]
E 6b774000-6b775000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6b775000-6b776000 ---p 00000000 00:00 0
E 6b776000-6b875000 rw-p 00000000 00:00 0 [stack:31218]
E 6b8ff000-6bd00000 rw-s 00000000 00:09 10030 anon_inode:dmabuf
E 6bd00000-6be00000 rw-p 00000000 00:00 0
E 6be58000-6be61000 r-xp 00000000 fe:02 553 /vendor/lib/egl/eglsubAndroid.so
E 6be61000-6be62000 r--p 00009000 fe:02 553 /vendor/lib/egl/eglsubAndroid.so
E 6be62000-6be63000 rw-p 0000a000 fe:02 553 /vendor/lib/egl/eglsubAndroid.so
E 6be80000-6cb00000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 6cb00000-6cd00000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 6cd7b000-6cd7c000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6cd7c000-6cd7d000 ---p 00000000 00:00 0
E 6cd7d000-6ce78000 rw-p 00000000 00:00 0 [stack:30515]
E 6ce78000-6ced8000 rw-p 00000000 00:00 0
E 6cee8000-6cef8000 rw-p 00000000 00:00 0
E 6cefc000-6cf04000 rw-p 00000000 00:00 0
E 6cf54000-6cf68000 rw-p 00000000 00:00 0
E 6cf78000-6cf7c000 rw-p 00000000 00:00 0
E 6cf7d000-6cf7e000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6cf7e000-6cf7f000 ---p 00000000 00:00 0
E 6cf7f000-6d07e000 rw-p 00000000 00:00 0 [stack:30511]
E 6d07e000-6d07f000 ---p 00000000 00:00 0 [anon:thread stack guard page]
Mono D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
mono-rt E 6d07f000-6d080000 ---p 00000000 00:00 0
Mono D Searching for 'CoreRT_StringDictionary_getSize'.
D Probing 'CoreRT_StringDictionary_getSize'.
mono-rt E 6d080000-6d17f000 rw-p 00000000 00:00 0 [stack:30510]
E 6d17f000-6d180000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6d180000-6d181000 ---p 00000000 00:00 0
Mono D Found as 'CoreRT_StringDictionary_getSize'.
mono-rt E 6d181000-6d280000 rw-p 00000000 00:00 0 [stack:30509]
E 6d280000-6d33d000 r-xp 00000000 fe:03 395239 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libmono-btls-shared.so
E 6d33d000-6d347000 r--p 000bc000 fe:03 395239 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libmono-btls-shared.so
E 6d347000-6d349000 rw-p 000c6000 fe:03 395239 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libmono-btls-shared.so
E 6d36d000-6d3ae000 rw-s 0001c000 00:0e 10972 /dev/kgsl-3d0
E 6d3ae000-6d3af000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6d3af000-6d3b0000 ---p 00000000 00:00 0
E 6d3b0000-6d4af000 rw-p 00000000 00:00 0 [stack:30505]
E 6d4af000-6d4b0000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6d4b0000-6d4b1000 ---p 00000000 00:00 0
E 6d4b1000-6d5b4000 rw-p 00000000 00:00 0 [stack:30504]
E 6d5b4000-6d634000 rw-p 00000000 00:00 0
E 6d638000-6d6b8000 rw-p 00000000 00:00 0
E 6d6bf000-6d700000 rw-s 0001b000 00:0e 10972 /dev/kgsl-3d0
E 6d700000-6d800000 rw-p 00000000 00:00 0
E 6d80e000-6d80f000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6d80f000-6d810000 ---p 00000000 00:00 0
E 6d810000-6d90f000 rw-p 00000000 00:00 0 [stack:31217]
E 6d90f000-6daba000 rw-p 00000000 00:00 0
E 6daba000-6dabb000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6dabb000-6dbb7000 rw-p 00000000 00:00 0 [stack:30499]
E 6dbb7000-6dbbb000 r-xp 00000000 fe:02 1085 /vendor/lib/libqdMetaData.so
E 6dbbb000-6dbbc000 r--p 00003000 fe:02 1085 /vendor/lib/libqdMetaData.so
E 6dbbc000-6dbbd000 rw-p 00004000 fe:02 1085 /vendor/lib/libqdMetaData.so
E 6dbfa000-6dcf8000 r--p 00000000 00:0e 300 /dev/hwbinder
E 6dd18000-6dd38000 rw-p 00000000 00:00 0
E 6dd48000-6dd5c000 rw-p 00000000 00:00 0
E 6dd6c000-6dd78000 rw-p 00000000 00:00 0
E 6dd8c000-6dd98000 rw-p 00000000 00:00 0
E 6ddb8000-6ddc8000 rw-p 00000000 00:00 0
E 6ddd8000-6dde0000 rw-p 00000000 00:00 0
E 6ddf0000-6ddfc000 rw-p 00000000 00:00 0
E 6de00000-6df00000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 6df3a000-6df7b000 rw-s 0001a000 00:0e 10972 /dev/kgsl-3d0
E 6df7b000-6df7c000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6df7c000-6df7d000 ---p 00000000 00:00 0
E 6df7d000-6e078000 rw-p 00000000 00:00 0 [stack:30495]
E 6e078000-6e088000 rw-p 00000000 00:00 0
E 6e0c8000-6e0d8000 rw-p 00000000 00:00 0
E 6e0ff000-6e100000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6e100000-6e101000 ---p 00000000 00:00 0
E 6e101000-6e200000 rw-p 00000000 00:00 0 [stack:31216]
E 6e200000-6e300000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 6e33d000-6e37e000 rw-s 00019000 00:0e 10972 /dev/kgsl-3d0
E 6e37e000-6e37f000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6e37f000-6e380000 ---p 00000000 00:00 0
E 6e380000-6e483000 rw-p 00000000 00:00 0 [stack:30475]
E 6e483000-6e484000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6e484000-6e580000 rw-p 00000000 00:00 0 [stack:30474]
E 6e580000-6e600000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 6e633000-6e674000 rw-s 00018000 00:0e 10972 /dev/kgsl-3d0
Mono D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_StringDictionary_getKeys'.
D Probing 'CoreRT_StringDictionary_getKeys'.
mono-rt E 6e674000-6e6f4000 rw-p 00000000 00:00 0
E 6e6f8000-6e778000 rw-p 00000000 00:00 0
E 6e77b000-6e77c000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6e77c000-6e77d000 ---p 00000000 00:00 0
E 6e77d000-6e880000 rw-p 00000000 00:00 0
E 6e880000-6ea80000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 6ea8b000-6ea8c000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6ea8c000-6eb88000 rw-p 00000000 00:00 0 [stack:30472]
E 6eb88000-6eb89000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 6eb89000-6eb8a000 ---p 00000000 00:00 0
Mono D Found as 'CoreRT_StringDictionary_getKeys'.
mono-rt E 6eb8a000-6ec89000 rw-p 00000000 00:00 0 [stack:30471]
E 6ec89000-6f527000 r-xp 00000000 fe:03 395237 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libopencv_java3.so
E 6f527000-6f528000 ---p 00000000 00:00 0
E 6f528000-6f53e000 r--p 0089e000 fe:03 395237 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libopencv_java3.so
E 6f53e000-6f547000 rw-p 008b4000 fe:03 395237 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libopencv_java3.so
E 6f547000-6f5f0000 rw-p 00000000 00:00 0 [anon:.bss]
E 6f600000-6f780000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 6f780000-6fa00000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 6fa07000-6fa48000 rw-s 00017000 00:0e 10972 /dev/kgsl-3d0
E 6fa48000-6fac8000 rw-p 00000000 00:00 0
E 6faca000-6fb53000 r-xp 00000000 fe:03 395240 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libe_sqlite3.so
E 6fb53000-6fb54000 ---p 00000000 00:00 0
E 6fb54000-6fb56000 r--p 00089000 fe:03 395240 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libe_sqlite3.so
E 6fb56000-6fb57000 rw-p 0008b000 fe:03 395240 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libe_sqlite3.so
E 6fb57000-6fb58000 rw-p 00000000 00:00 0 [anon:.bss]
E 6fb80000-6ff80000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 6ff9a000-6ffa8000 r-xp 00000000 fe:02 594 /vendor/lib/hw/gralloc.msm8937.so
E 6ffa8000-6ffa9000 ---p 00000000 00:00 0
E 6ffa9000-6ffaa000 r--p 0000e000 fe:02 594 /vendor/lib/hw/gralloc.msm8937.so
E 6ffaa000-6ffab000 rw-p 0000f000 fe:02 594 /vendor/lib/hw/gralloc.msm8937.so
E 6ffbe000-6ffff000 rw-s 00016000 00:0e 10972 /dev/kgsl-3d0
E 6ffff000-70000000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 70000000-70001000 ---p 00000000 00:00 0
E 70001000-70100000 rw-p 00000000 00:00 0 [stack:30437]
E 70100000-70200000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 7021a000-7022b000 rw-s 00020000 00:0e 10972 /dev/kgsl-3d0
E 7022b000-70230000 r-xp 00000000 fe:02 901 /vendor/lib/libgrallocutils.so
E 70230000-70231000 r--p 00004000 fe:02 901 /vendor/lib/libgrallocutils.so
E 70231000-70232000 rw-p 00005000 fe:02 901 /vendor/lib/libgrallocutils.so
E 7023b000-7024c000 rw-s 0001f000 00:0e 10972 /dev/kgsl-3d0
E 7024c000-7025d000 rw-s 0001e000 00:0e 10972 /dev/kgsl-3d0
E 7025d000-7026e000 rw-s 0001d000 00:0e 10972 /dev/kgsl-3d0
E 7026e000-7027f000 rw-s 0000e000 00:0e 10972 /dev/kgsl-3d0
E 7027f000-70280000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 70280000-70281000 ---p 00000000 00:00 0
E 70281000-70380000 rw-p 00000000 00:00 0 [stack:30436]
Mono D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
D Searching for 'CoreRT_Array_getObjectType'.
D Probing 'CoreRT_Array_getObjectType'.
mono-rt E 70380000-70400000 rw-p 00000000 00:00 0 [anon:libc_malloc]
E 7040b000-7044c000 rw-s 00006000 00:0e 10972 /dev/kgsl-3d0
E 7044c000-7045d000 rw-s 00004000 00:0e 10972 /dev/kgsl-3d0
Mono D Found as 'CoreRT_Array_getObjectType'.
mono-rt E 7045d000-7046e000 rw-s 00003000 00:0e 10972 /dev/kgsl-3d0
E 7046e000-7046f000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 7046f000-7056b000 rw-p 00000000 00:00 0 [stack:30432]
E 7056b000-7056c000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 7056c000-70668000 rw-p 00000000 00:00 0 [stack:30431]
E 70668000-70669000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 70669000-70765000 rw-p 00000000 00:00 0 [stack:30430]
E 70765000-70766000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 70766000-70862000 rw-p 00000000 00:00 0 [stack:30429]
E 70862000-70863000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 70863000-7095f000 rw-p 00000000 00:00 0 [stack:30428]
E 7095f000-70960000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 70960000-70a5c000 rw-p 00000000 00:00 0 [stack:30427]
E 70a5c000-70a5d000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 70a5d000-70b59000 rw-p 00000000 00:00 0 [stack:30426]
E 70b59000-70b5a000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 70b5a000-70c56000 rw-p 00000000 00:00 0 [stack:30425]
E 70c56000-70c57000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 70c57000-70d53000 rw-p 00000000 00:00 0 [stack:30424]
E 70d53000-70d54000 ---p 00000000 00:00 0 [anon:thread stack guard page]
E 70d54000-70e50000 rw-p 00000000 00:00 0 [stack:30423]
E 70e50000-70e5c000 rw-p 00000000 fe:03 578 /data/dalvik-cache/arm/system@framework@boot.art
E 70e5c000-71001000 rw-p 00000000 fe:03 579 /data/dalvik-cache/arm/system@framework@boot-core-oj.art
E 71001000-7109d000 rw-p 00000000 fe:03 580 /data/dalvik-cache/arm/system@framework@boot-core-libart.art
E 7109d000-710dd000 rw-p 00000000 fe:03 581 /data/dalvik-cache/arm/system@framework@boot-conscrypt.art
E 710dd000-71101000 rw-p 00000000 fe:03 582 /data/dalvik-cache/arm/system@framework@boot-okhttp.art
E 71101000-7112b000 rw-p 00000000 fe:03 583 /data/dalvik-cache/arm/system@framework@boot-bouncycastle.art
E 7112b000-71137000 rw-p 00000000 fe:03 584 /data/dalvik-cache/arm/system@framework@boot-apache-xml.art
E 71137000-7113b000 rw-p 00000000 fe:03 585 /data/dalvik-cache/arm/system@framework@boot-legacy-test.art
E 7113b000-71161000 rw-p 00000000 fe:03 586 /data/dalvik-cache/arm/system@framework@boot-ext.art
E 71161000-71692000 rw-p 00000000 fe:03 587 /data/dalvik-cache/arm/system@framework@boot-framework.art
E 71692000-716ff000 rw-p 00000000 fe:03 588 /data/dalvik-cache/arm/system@framework@boot-telephony-common.art
E 716ff000-71707000 rw-p 00000000 fe:03 589 /data/dalvik-cache/arm/system@framework@boot-voip-common.art
E 71707000-7170f000 rw-p 00000000 fe:03 590 /data/dalvik-cache/arm/system@framework@boot-ims-common.art
E 7170f000-7172f000 rw-p 00000000 fe:03 591 /data/dalvik-cache/arm/system@framework@boot-org.apache.http.legacy.boot.art
E 7172f000-71734000 rw-p 00000000 fe:03 592 /data/dalvik-cache/arm/system@framework@boot-smartbondingservice.art
E 71734000-7173a000 rw-p 00000000 fe:03 593 /data/dalvik-cache/arm/system@framework@boot-sprengine.art
E 7173a000-7173b000 rw-p 00000000 fe:03 594 /data/dalvik-cache/arm/system@framework@boot-android.hidl.base-V1.0-java.art
E 7173b000-7173e000 rw-p 00000000 fe:03 595 /data/dalvik-cache/arm/system@framework@boot-android.hidl.manager-V1.0-java.art
E 7173e000-71745000 rw-p 00000000 fe:03 596 /data/dalvik-cache/arm/system@framework@boot-timakeystore.art
E 71745000-7174c000 rw-p 00000000 fe:03 597 /data/dalvik-cache/arm/system@framework@boot-fipstimakeystore.art
E 7174c000-7174d000 rw-p 00000000 fe:03 598 /data/dalvik-cache/arm/system@framework@boot-ucmopensslenginehelper.art
E 7174d000-7174e000 rw-p 00000000 fe:03 599 /data/dalvik-cache/arm/system@framework@boot-SemAudioThumbnail.art
E 7174e000-71759000 rw-p 00000000 fe:03 600 /data/dalvik-cache/arm/system@framework@boot-knoxsdk.art
E 71759000-71764000 rw-p 00000000 fe:03 601 /data/dalvik-cache/arm/system@framework@boot-sec_edm.art
E 73dcc000-73dcd000 r--p 00007000 fe:01 1584 /system/framework/arm/boot-sec_edm.oat
E 73dcd000-73dce000 rw-p 00008000 fe:01 1584 /system/framework/arm/boot-sec_edm.oat
E 73dce000-73dd2000 r--p 00000000 fe:01 1581 /system/framework/arm/boot-sagearpolicymanager.oat
E 73dd2000-73dd3000 r-xp 00004000 fe:01 1581 /system/framework/arm/boot-sagearpolicymanager.oat
E 73dd3000-73dd4000 r--p 00005000 fe:01 1581 /system/framework/arm/boot-sagearpolicymanager.oat
E 73dd4000-73dd5000 rw-p 00006000 fe:01 1581 /system/framework/arm/boot-sagearpolicymanager.oat
E 73dd5000-73dd9000 r--p 00000000 fe:01 1557 /system/framework/arm/boot-knoxanalyticssdk.oat
E 73dd9000-73dda000 r-xp 00004000 fe:01 1557 /system/framework/arm/boot-knoxanalyticssdk.oat
E 73dda000-73ddb000 r--p 00005000 fe:01 1557 /system/framework/arm/boot-knoxanalyticssdk.oat
E 73ddb000-73ddc000 rw-p 00006000 fe:01 1557 /system/framework/arm/boot-knoxanalyticssdk.oat
E 73ddc000-73de0000 r--p 00000000 fe:01 1590 /system/framework/arm/boot-sec_sdp_sdk.oat
E 73de0000-73de1000 r-xp 00004000 fe:01 1590 /system/framework/arm/boot-sec_sdp_sdk.oat
E 73de1000-73de2000 r--p 00005000 fe:01 1590 /system/framework/arm/boot-sec_sdp_sdk.oat
E 73de2000-73de3000 rw-p 00006000 fe:01 1590 /system/framework/arm/boot-sec_sdp_sdk.oat
E 73de3000-73de7000 r--p 00000000 fe:01 1587 /system/framework/arm/boot-sec_sdp_hidden_sdk.oat
E 73de7000-73de8000 r-xp 00004000 fe:01 1587 /system/framework/arm/boot-sec_sdp_hidden_sdk.oat
E 73de8000-73de9000 r--p 00005000 fe:01 1587 /system/framework/arm/boot-sec_sdp_hidden_sdk.oat
E 73de9000-73dea000 rw-p 00006000 fe:01 1587 /system/framework/arm/boot-sec_sdp_hidden_sdk.oat
E 73dea000-73dee000 r--p 00000000 fe:01 1563 /system/framework/arm/boot-knoxvpnuidtag.oat
E 73dee000-73def000 r-xp 00004000 fe:01 1563 /system/framework/arm/boot-knoxvpnuidtag.oat
E 73def000-73df0000 r--p 00005000 fe:01 1563 /system/framework/arm/boot-knoxvpnuidtag.oat
E 73df0000-73df1000 rw-p 00006000 fe:01 1563 /system/framework/arm/boot-knoxvpnuidtag.oat
E 73df1000-73df5000 r--p 00000000 fe:01 1578 /system/framework/arm/boot-qcom.fmradio.oat
E 73df5000-73df6000 r-xp 00004000 fe:01 1578 /system/framework/arm/boot-qcom.fmradio.oat
E 73df6000-73df7000 r--p 00005000 fe:01 1578 /system/framework/arm/boot-qcom.fmradio.oat
E 73df7000-73df8000 rw-p 00006000 fe:01 1578 /system/framework/arm/boot-qcom.fmradio.oat
E 73df8000-73dfc000 r--p 00000000 fe:01 1521 /system/framework/arm/boot-WfdCommon.oat
E 73dfc000-73dfd000 r-xp 00004000 fe:01 1521 /system/framework/arm/boot-WfdCommon.oat
E 73dfd000-73dfe000 r--p 00005000 fe:01 1521 /system/framework/arm/boot-WfdCommon.oat
E 73dfe000-73dff000 rw-p 00006000 fe:01 1521 /system/framework/arm/boot-WfdCommon.oat
Mono D DllImport searching in: 'libRuntimeCoreNet' ('./libRuntimeCoreNet.so').
mono-rt E 73dff000-73e03000 r--p 00000000 fe:01 1569 /system/framework/arm/boot-oem-services.oat
Mono D Searching for 'CoreRT_StringDictionary_destroy'.
mono-rt E 73e03000-73e04000 r-xp 00004000 fe:01 1569 /system/framework/arm/boot-oem-services.oat
Mono D Probing 'CoreRT_StringDictionary_destroy'.
mono-rt E 9ad17000-9ad45000 r--p 0088b000 fe:02 1142 /vendor/lib/libsc-a3xx.so
E 9ad45000-9ad47000 rw-p 008b9000 fe:02 1142 /vendor/lib/libsc-a3xx.so
E 9ad47000-9ad56000 rw-p 00000000 00:00 0 [anon:.bss]
E 9ad58000-9ad60000 r--s f8001000 00:0e 10972 /dev/kgsl-3d0
E 9ad60000-9ad70000 rwxp 00000000 00:00 0
E 9ad70000-9ad90000 rw-p 00000000 00:01 401726 /dev/ashmem/dalvik-CompilerMetadata_30226_30232 (deleted)
E 9ad90000-9add2000 r-xp 00000000 fe:02 562 /vendor/lib/egl/libRBGLESv1_CM_adreno.so
E 9add4000-9add5000 rw-p 00000000 00:00 0 [anon:.bss]
E 9aea5000-9aea7000 rw-s 00014000 00:0e 10972 /dev/kgsl-3d0
E 9aea7000-9aea9000 rw-s 00013000 00:0e 10972 /dev/kgsl-3d0
E aa425000-aa426000 rw-p 00020000 fe:01 2390 /system/lib/libm.so
E aa426000-aa427000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E aa427000-aa42b000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E aa42b000-aa42c000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E aa42c000-aa42f000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E aa42f000-aa430000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E aa430000-aa440000 rwxp 00000000 00:00 0
E aa440000-aa455000 r-xp 00000000 fe:01 2264 /system/lib/libexpat.so
E aa455000-aa457000 r--p 00014000 fe:01 2264 /system/lib/libexpat.so
E aa457000-aa458000 rw-p 00016000 fe:01 2264 /system/lib/libexpat.so
E aa45a000-aa45c000 rw-p 00000000 00:01 399235 /dev/ashmem/dalvik-indirect ref table_30226_30436 (deleted)
E aa45c000-aa45e000 rw-p 00000000 00:01 401523 /dev/ashmem/dalvik-indirect ref table_30226_30226 (deleted)
E aa45e000-aa45f000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E aa45f000-aa463000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E aa463000-aa483000 rwxp 00000000 00:00 0
E aa483000-aa492000 r-xp 00000000 fe:01 2097 /system/lib/libGLESv1_CM.so
E aa492000-aa493000 r--p 0000e000 fe:01 2097 /system/lib/libGLESv1_CM.so
E aa493000-aa494000 rw-p 0000f000 fe:01 2097 /system/lib/libGLESv1_CM.so
E aa494000-aa495000 r--s 00000000 00:01 23759 /dev/ashmem/572829c8-ff33-4efa-afe4-db52fd3178df_1263_1263 (deleted)
E aa495000-aa496000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E aa496000-aa499000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E aa499000-aa49a000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E aa49a000-aa4ef000 r--s 00000000 fe:01 1375 /system/fonts/Roboto-LightItalic.ttf
E aa4ef000-aa4f9000 r-xp 00000000 fe:01 2714 /system/lib/libziparchive.so
E aa4f9000-aa4fa000 ---p 00000000 00:00 0
E aa4fa000-aa4fb000 r--p 0000a000 fe:01 2714 /system/lib/libziparchive.so
E aa4fb000-aa4fc000 rw-p 0000b000 fe:01 2714 /system/lib/libziparchive.so
E aa4fc000-aa539000 r--s 00000000 fe:01 1367 /system/fonts/NotoSerif-Italic.ttf
E aa539000-aa53d000 r-xp 00000000 fe:01 2091 /system/lib/libETC1.so
E aa53d000-aa53e000 r--p 00003000 fe:01 2091 /system/lib/libETC1.so
E aa53e000-aa53f000 rw-p 00004000 fe:01 2091 /system/lib/libETC1.so
E aa53f000-aa540000 r--s 00000000 00:01 23759 /dev/ashmem/572829c8-ff33-4efa-afe4-db52fd3178df_1263_1263 (deleted)
E aa540000-aa550000 rwxp 00000000 00:00 0
E aa550000-aa5a5000 r-xp 00000000 fe:01 2592 /system/lib/libsonivox.so
E aa5a5000-aa5a6000 r--p 00054000 fe:01 2592 /system/lib/libsonivox.so
E aa5a6000-aa5a7000 rw-p 00055000 fe:01 2592 /system/lib/libsonivox.so
E aa5a7000-aa5ac000 rw-p 00000000 00:00 0 [anon:.bss]
E aa5ac000-aa5ad000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E aaa06000-aaa2a000 r--s 00000000 fe:01 3550 /system/usr/hyphen-data/hyph-nb.hyb
E aaa2a000-aaa2d000 r-xp 00000000 fe:01 2224 /system/lib/libdl.so
E aaa2d000-aaa2e000 r--p 00002000 fe:01 2224 /system/lib/libdl.so
E aaa30000-aaa35000 r--p 00000000 00:00 0 [anon:atexit handlers]
E aaa35000-aaa36000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E aaa36000-aaa3a000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E aaa3a000-aaa4a000 rwxp 00000000 00:00 0
E aaa4a000-aaa57000 r-xp 00000000 fe:01 2326 /system/lib/libimg_utils.so
E aaa57000-aaa58000 ---p 00000000 00:00 0
E aaa58000-aaa5a000 r--p 0000d000 fe:01 2326 /system/lib/libimg_utils.so
E aaa5a000-aaa5b000 rw-p 0000f000 fe:01 2326 /system/lib/libimg_utils.so
E aaa5b000-aaa5d000 r--p 00000000 00:00 0 [anon:atexit handlers]
E aaa5d000-aaa6d000 rwxp 00000000 00:00 0
E aaa6d000-aaa76000 r--s 00000000 fe:01 3530 /system/usr/hyphen-data/hyph-ga.hyb
E aaa76000-aaa85000 r--s 00000000 fe:01 3520 /system/usr/hyphen-data/hyph-en-us.hyb
E aaa85000-aaaa3000 r-xp 00000000 fe:01 2693 /system/lib/libvorbisidec.so
E aaaa3000-aaaa4000 ---p 00000000 00:00 0
E aaaa4000-aaaa5000 r--p 0001e000 fe:01 2693 /system/lib/libvorbisidec.so
E aaac6000-aaae0000 r--s 00000000 fe:01 3514 /system/usr/hyphen-data/hyph-de-1996.hyb
E aaae0000-aaae5000 r-xp 00000000 fe:01 2614 /system/lib/libstagefright_omx_utils.so
E aaae5000-aaae6000 r--p 00004000 fe:01 2614 /system/lib/libstagefright_omx_utils.so
E aaae6000-aaae7000 rw-p 00005000 fe:01 2614 /system/lib/libstagefright_omx_utils.so
E aaae7000-aaaee000 r--p 00000000 00:00 0 [anon:atexit handlers]
E aaaee000-aaafa000 r--s 00000000 fe:01 3518 /system/usr/hyphen-data/hyph-en-gb.hyb
E aaafa000-aab15000 r--s 00000000 fe:01 3512 /system/usr/hyphen-data/hyph-de-1901.hyb
E aab15000-aab22000 r--s 00000000 fe:01 3506 /system/usr/hyphen-data/hyph-cu.hyb
E aaba2000-aaba3000 rw-p 0007f000 fe:01 2088 /system/lib/libAstcEnc.so
E aaba3000-aabba000 rw-p 00000000 00:00 0 [anon:.bss]
E aabba000-aabbf000 r--p 00000000 00:00 0 [anon:atexit handlers]
E aabbf000-aabc5000 r--s 00000000 fe:01 3524 /system/usr/hyphen-data/hyph-et.hyb
E aabc5000-aabc6000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E aae60000-aae64000 r--s 00000000 fe:01 1361 /system/fonts/NotoSansTifinagh-Regular.ttf
E aae64000-aae70000 r--s 00000000 fe:01 1343 /system/fonts/NotoSansTaiTham-Regular.ttf
E aae70000-aae89000 r--s 00000000 fe:01 1294 /system/fonts/NotoSansLepcha-Regular.ttf
E aae89000-aae8f000 r-xp 00000000 fe:01 2428 /system/lib/libnativehelper.so
E aae8f000-aae90000 r--p 00005000 fe:01 2428 /system/lib/libnativehelper.so
E aae90000-aae91000 rw-p 00006000 fe:01 2428 /system/lib/libnativehelper.so
E aae91000-aaea0000 r--s 00000000 fe:01 1296 /system/fonts/NotoSansLinearB-Regular.ttf
E aaea0000-aaeaf000 r--s 00000000 fe:01 1280 /system/fonts/NotoSansKaithi-Regular.ttf
E aaeaf000-aaed0000 r--s 00000000 fe:01 1235 /system/fonts/NotoSansBamum-Regular.ttf
E aaed0000-aaed6000 r-xp 00000000 fe:01 2032 /system/lib/android.hardware.media@1.0.so
E aaed6000-aaed7000 r--p 00005000 fe:01 2032 /system/lib/android.hardware.media@1.0.so
E aaed7000-aaed8000 rw-p 00006000 fe:01 2032 /system/lib/android.hardware.media@1.0.so
E aaed8000-aaed9000 r--p 00000000 00:00 0 [anon:atexit handlers]
E aaed9000-aaedb000 r--s 00000000 fe:01 1453 /system/fonts/SamsungNeoNumCond-3T.ttf
E aaedb000-aaedf000 r--s 00000000 fe:01 1344 /system/fonts/NotoSansTaiViet-Regular.ttf
E aaedf000-aaf06000 r--s 00000000 fe:01 1447 /system/fonts/SamsungMyanmarUI-Regular.ttf
E aaf06000-aaf0c000 r-xp 00000000 fe:01 2215 /system/lib/libdebuggerd_client.so
E aaf0c000-aaf0d000 r--p 00005000 fe:01 2215 /system/lib/libdebuggerd_client.so
E aaf0d000-aaf0e000 rw-p 00006000 fe:01 2215 /system/lib/libdebuggerd_client.so
E aaf60000-aafa7000 r-xp 00000000 fe:01 2310 /system/lib/libhidltransport.so
E aafa7000-aafa8000 ---p 00000000 00:00 0
E aafa8000-aafac000 r--p 00047000 fe:01 2310 /system/lib/libhidltransport.so
E aafac000-aafad000 rw-p 0004b000 fe:01 2310 /system/lib/libhidltransport.so
E aafad000-aafae000 r--p 00000000 00:00 0 [anon:atexit handlers]
E aafae000-aafc9000 r--s 00000000 fe:01 1307 /system/fonts/NotoSansMyanmar-Bold.ttf
E aafc9000-ab02b000 r-xp 00000000 fe:01 2294 /system/lib/libgui.so
E ab02b000-ab035000 r--p 00061000 fe:01 2294 /system/lib/libgui.so
E ab035000-ab036000 rw-p 0006b000 fe:01 2294 /system/lib/libgui.so
E ab036000-ab038000 r--s 00000000 fe:01 1362 /system/fonts/NotoSansUgaritic-Regular.ttf
E ab038000-ab03a000 r--s 00000000 fe:01 1341 /system/fonts/NotoSansTagbanwa-Regular.ttf
E ab03a000-ab055000 r--s 00000000 fe:01 1308 /system/fonts/NotoSansMyanmar-Regular.ttf
E ab055000-ab058000 r-xp 00000000 fe:01 2611 /system/lib/libstagefright_http_support.so
E ab058000-ab059000 r--p 00002000 fe:01 2611 /system/lib/libstagefright_http_support.so
E ab059000-ab05a000 rw-p 00003000 fe:01 2611 /system/lib/libstagefright_http_support.so
E ab05a000-ab05b000 r--p 00000000 00:00 0 [anon:atexit handlers]
E ab05b000-ab068000 r--s 00000000 fe:01 1339 /system/fonts/NotoSansSyriacWestern-Regular.ttf
E ab068000-ab08c000 r--s 00000000 fe:01 1287 /system/fonts/NotoSansKhmer-VF.ttf
E ab08c000-ab0b6000 r-xp 00000000 fe:01 2698 /system/lib/libvulkan.so
E ab0b6000-ab0b7000 ---p 00000000 00:00 0
E ab0b7000-ab0b8000 r--p 0002a000 fe:01 2698 /system/lib/libvulkan.so
E ab0b8000-ab0b9000 rw-p 0002b000 fe:01 2698 /system/lib/libvulkan.so
E ab0b9000-ab0c6000 r--s 00000000 fe:01 1337 /system/fonts/NotoSansSyriacEastern-Regular.ttf
E ab0c6000-ab151000 r-xp 00000000 fe:01 2189 /system/lib/libc++.so
E ab151000-ab152000 ---p 00000000 00:00 0
E ab152000-ab156000 r--p 0008b000 fe:01 2189 /system/lib/libc++.so
E ab156000-ab157000 rw-p 0008f000 fe:01 2189 /system/lib/libc++.so
E ab157000-ab158000 rw-p 00000000 00:00 0 [anon:.bss]
E ab158000-ab159000 r--p 00000000 00:00 0 [anon:atexit handlers]
E ab159000-ab1a8000 r--s 00000000 fe:01 1376 /system/fonts/Roboto-Medium.ttf
E ab1a8000-ab1b1000 r-xp 00000000 fe:01 2265 /system/lib/libext2_blkid.so
E ab1b1000-ab1b2000 r--p 00008000 fe:01 2265 /system/lib/libext2_blkid.so
E ab1b2000-ab1b3000 rw-p 00009000 fe:01 2265 /system/lib/libext2_blkid.so
E ab1b3000-ab1b5000 r--s 00000000 fe:01 1340 /system/fonts/NotoSansTagalog-Regular.ttf
E ab1b5000-ab1c1000 r--s 00000000 fe:01 1338 /system/fonts/NotoSansSyriacEstrangela-Regular.ttf
E ab1c1000-ab1e7000 r--s 00000000 fe:01 1331 /system/fonts/NotoSansSinhala-Bold.ttf
E ab1e7000-ab1f9000 r-xp 00000000 fe:01 2384 /system/lib/liblog.so
E ab1f9000-ab1fa000 r--p 00011000 fe:01 2384 /system/lib/liblog.so
E ab1fa000-ab1fb000 rw-p 00012000 fe:01 2384 /system/lib/liblog.so
E ab1fb000-ab1ff000 r--s 00000000 fe:01 1334 /system/fonts/NotoSansSylotiNagri-Regular.ttf
E ab1ff000-ab202000 r--s 00000000 fe:01 1333 /system/fonts/NotoSansSundanese-Regular.ttf
E ab204000-ab209000 r--s 00000000 fe:01 1329 /system/fonts/NotoSansSaurashtra-Regular.ttf
E ab209000-ab20c000 r-xp 00000000 fe:01 2651 /system/lib/libsync.so
E ab20c000-ab20d000 r--p 00002000 fe:01 2651 /system/lib/libsync.so
E ab20d000-ab20e000 rw-p 00003000 fe:01 2651 /system/lib/libsync.so
E ab20e000-ab212000 r--s 00000000 fe:01 1316 /system/fonts/NotoSansOldPersian-Regular.ttf
E ab212000-ab261000 r--s 00000000 fe:01 1378 /system/fonts/Roboto-Regular.ttf
E ab261000-ab274000 r-xp 00000000 fe:01 2062 /system/lib/android.hidl.token@1.0.so
E ab274000-ab275000 ---p 00000000 00:00 0
E ab275000-ab276000 r--p 00013000 fe:01 2062 /system/lib/android.hidl.token@1.0.so
E ab276000-ab277000 rw-p 00014000 fe:01 2062 /system/lib/android.hidl.token@1.0.so
E ab277000-ab278000 r--p 00000000 00:00 0 [anon:atexit handlers]
E ab278000-ab282000 r--s 00000000 fe:01 1279 /system/fonts/NotoSansJavanese-Regular.ttf
E ab282000-ab291000 r--s 00000000 fe:01 1249 /system/fonts/NotoSansCherokee-Regular.ttf
E ab2aa000-ab2ab000 r--p 00018000 fe:01 2680 /system/lib/libui.so
E ab2ab000-ab2ac000 rw-p 00019000 fe:01 2680 /system/lib/libui.so
E ab2ac000-ab2af000 r--s 00000000 fe:01 1328 /system/fonts/NotoSansSamaritan-Regular.ttf
E ab2af000-ab2c5000 r--s 00000000 fe:01 1441 /system/fonts/SamsungKhmerUI-Bold.ttf
E ab2c5000-ab2c9000 r-xp 00000000 fe:01 2061 /system/lib/android.hidl.token@1.0-utils.so
E ab2c9000-ab2ca000 r--p 00003000 fe:01 2061 /system/lib/android.hidl.token@1.0-utils.so
E ab2ca000-ab2cb000 rw-p 00004000 fe:01 2061 /system/lib/android.hidl.token@1.0-utils.so
E ab2cb000-ab2d1000 r--s 00000000 fe:01 1286 /system/fonts/NotoSansKharoshthi-Regular.ttf
E ab2d1000-ab2e8000 r--s 00000000 fe:01 1442 /system/fonts/SamsungKhmerUI-Regular.ttf
E ab2e8000-ab310000 r--s 00000000 fe:01 1332 /system/fonts/NotoSansSinhala-Regular.ttf
E ab310000-ab315000 r-xp 00000000 fe:01 2457 /system/lib/libpersona.so
E ab315000-ab316000 r--p 00004000 fe:01 2457 /system/lib/libpersona.so
E ab316000-ab317000 rw-p 00005000 fe:01 2457 /system/lib/libpersona.so
E ab317000-ab31c000 r--s 00000000 fe:01 1311 /system/fonts/NotoSansNKo-Regular.ttf
E ab31c000-ab330000 r--s 00000000 fe:01 1321 /system/fonts/NotoSansOriyaUI-Bold.ttf
E ab330000-ab344000 r--s 00000000 fe:01 1322 /system/fonts/NotoSansOriyaUI-Regular.ttf
E ab344000-ab359000 r--s 00000000 fe:01 1319 /system/fonts/NotoSansOriya-Bold.ttf
E ab359000-ab367000 r-xp 00000000 fe:01 2176 /system/lib/libaudioutils.so
E ab367000-ab368000 r--p 0000d000 fe:01 2176 /system/lib/libaudioutils.so
E ab368000-ab369000 rw-p 0000e000 fe:01 2176 /system/lib/libaudioutils.so
E ab369000-ab36a000 r--p 00000000 00:00 0 [anon:atexit handlers]
E ab36a000-ab381000 r--s 00000000 fe:01 1414 /system/fonts/SECKannadaUI-Regular.ttf
E ab381000-ab39b000 r-xp 00000000 fe:01 2090 /system/lib/libEGL.so
E ab39b000-ab39c000 ---p 00000000 00:00 0
E ab39c000-ab39e000 r--p 0001a000 fe:01 2090 /system/lib/libEGL.so
E ab39e000-ab39f000 rw-p 0001c000 fe:01 2090 /system/lib/libEGL.so
E ab39f000-ab3a2000 rw-p 00000000 00:00 0 [anon:.bss]
E ab3a2000-ab3a5000 r--s 00000000 fe:01 1327 /system/fonts/NotoSansRunic-Regular.ttf
E ab3a5000-ab3b1000 r--s 00000000 fe:01 1245 /system/fonts/NotoSansCanadianAboriginal-Regular.ttf
E ab3b1000-ab3c8000 r--s 00000000 fe:01 1411 /system/fonts/SECKannada-Bold.ttf
E ab3c8000-ab3e2000 r-xp 00000000 fe:01 2016 /system/lib/android.hardware.configstore@1.0.so
E ab3e2000-ab3e3000 ---p 00000000 00:00 0
E ab3e3000-ab3e5000 r--p 0001a000 fe:01 2016 /system/lib/android.hardware.configstore@1.0.so
E ab3e5000-ab3e6000 rw-p 0001c000 fe:01 2016 /system/lib/android.hardware.configstore@1.0.so
E ab3e6000-ab3e7000 r--p 00000000 00:00 0 [anon:atexit handlers]
E ab3e7000-ab3ed000 r--s 00000000 fe:01 1250 /system/fonts/NotoSansCoptic-Regular.ttf
E ab3ed000-ab404000 r--s 00000000 fe:01 1412 /system/fonts/SECKannada-Regular.ttf
E ab404000-ab45e000 r-xp 00000000 fe:01 2500 /system/lib/libsavscmn.so
E ab45e000-ab45f000 ---p 00000000 00:00 0
E ab45f000-ab460000 r--p 0005a000 fe:01 2500 /system/lib/libsavscmn.so
E ab460000-ab461000 rw-p 0005b000 fe:01 2500 /system/lib/libsavscmn.so
E ab461000-ab467000 r--s 00000000 fe:01 1241 /system/fonts/NotoSansBrahmi-Regular.ttf
E ab467000-ab46f000 r--s 00000000 fe:01 1234 /system/fonts/NotoSansBalinese-Regular.ttf
E ab46f000-ab48b000 r--s 00000000 fe:01 1436 /system/fonts/SECTeluguUI-Bold.ttf
E ab48b000-ab4ac000 r-xp 00000000 fe:02 665 /vendor/lib/libSEF.so
E ab4ac000-ab4ad000 r--p 00020000 fe:02 665 /vendor/lib/libSEF.so
E ab4ad000-ab4ae000 rw-p 00021000 fe:02 665 /vendor/lib/libSEF.so
E ab4ae000-ab4af000 r--p 00000000 00:00 0 [anon:atexit handlers]
E ab4af000-ab4c4000 r--s 00000000 fe:01 1320 /system/fonts/NotoSansOriya-Regular.ttf
E ab4c4000-ab4e0000 r--s 00000000 fe:01 1437 /system/fonts/SECTeluguUI-Regular.ttf
E ab4e0000-ab4f5000 r-xp 00000000 fe:01 2033 /system/lib/android.hardware.memtrack@1.0.so
E ab4f5000-ab4f7000 r--p 00014000 fe:01 2033 /system/lib/android.hardware.memtrack@1.0.so
E ab974000-ab978000 r--s 00000000 fe:01 1305 /system/fonts/NotoSansMeeteiMayek-Regular.ttf
E ab978000-ab980000 r--s 00000000 fe:01 1417 /system/fonts/SECLaoUI-Bold.ttf
E ab9df000-ab9e0000 ---p 00000000 00:00 0
E ab9e0000-ab9e8000 r--p 0005f000 fe:01 2183 /system/lib/libbinder.so
E ab9e8000-ab9e9000 rw-p 00067000 fe:01 2183 /system/lib/libbinder.so
E ab9e9000-ab9ed000 r--s 00000000 fe:01 1304 /system/fonts/NotoSansMandaic-Regular.ttf
E ab9ed000-ab9f5000 r--s 00000000 fe:01 1418 /system/fonts/SECLaoUI-Regular.ttf
E ab9f5000-aba11000 r--s 00000000 fe:01 1405 /system/fonts/SECGujaratiUI-Bold.ttf
E aba11000-aba50000 r-xp 00000000 fe:01 2136 /system/lib/libandroidfw.so
E aba50000-aba52000 r--p 0003e000 fe:01 2136 /system/lib/libandroidfw.so
E aba52000-aba53000 rw-p 00040000 fe:01 2136 /system/lib/libandroidfw.so
E aba53000-aba54000 r--p 00000000 00:00 0 [anon:atexit handlers]
E aba54000-aba56000 r--s 00000000 fe:01 1325 /system/fonts/NotoSansPhoenician-Regular.ttf
E aba56000-aba5e000 r--s 00000000 fe:01 1415 /system/fonts/SECLao-Bold.ttf
E aba5e000-aba83000 r--s 00000000 fe:01 1400 /system/fonts/SECDevanagariUI-Bold.ttf
E aba83000-aba8d000 r-xp 00000000 fe:01 2663 /system/lib/libtinyxml2.so
E aba8d000-aba8e000 r--p 00009000 fe:01 2663 /system/lib/libtinyxml2.so
E aba8e000-aba8f000 rw-p 0000a000 fe:01 2663 /system/lib/libtinyxml2.so
E aba8f000-abaa5000 r--s 00000000 fe:01 1413 /system/fonts/SECKannadaUI-Bold.ttf
E abaa5000-abaf4000 r--s 00000000 fe:01 1374 /system/fonts/Roboto-Light.ttf
E abaf4000-abc74000 r-xp 00000000 fe:01 2322 /system/lib/libicui18n.so
E abc7f000-abc80000 r--p 00000000 00:00 0 [anon:atexit handlers]
E abc80000-abc82000 r--s 00000000 fe:01 1323 /system/fonts/NotoSansOsmanya-Regular.ttf
E abc82000-abd33000 r-xp 00000000 fe:01 2210 /system/lib/libcrypto.so
E abd33000-abd3e000 r--p 000b0000 fe:01 2210 /system/lib/libcrypto.so
E abd3e000-abd3f000 rw-p 000bb000 fe:01 2210 /system/lib/libcrypto.so
E abd3f000-abd40000 r--p 00000000 00:00 0 [anon:atexit handlers]
E abd40000-abd46000 r--s 00000000 fe:01 1248 /system/fonts/NotoSansCham-Regular.ttf
E abd46000-abd54000 r--s 00000000 fe:01 1421 /system/fonts/SECMalayalamUI-Bold.ttf
E abd54000-abd59000 r-xp 00000000 fe:01 2599 /system/lib/libspeexresampler.so
E abd59000-abd5a000 r--p 00004000 fe:01 2599 /system/lib/libspeexresampler.so
E abd5a000-abd5b000 rw-p 00005000 fe:01 2599 /system/lib/libspeexresampler.so
E abd5b000-abd5c000 r--p 00000000 00:00 0 [anon:atexit handlers]
E abd5c000-abd5e000 r--s 00000000 fe:01 1318 /system/fonts/NotoSansOldTurkic-Regular.ttf
E abd5e000-abd66000 r--s 00000000 fe:01 1416 /system/fonts/SECLao-Regular.ttf
E abd66000-abd8c000 r--s 00000000 fe:01 1401 /system/fonts/SECDevanagariUI-Regular.ttf
E abd8c000-abda5000 r-xp 00000000 fe:01 2228 /system/lib/libdrmframework.so
E abda5000-abda8000 r--p 00018000 fe:01 2228 /system/lib/libdrmframework.so
E abda8000-abda9000 rw-p 0001b000 fe:01 2228 /system/lib/libdrmframework.so
E abda9000-abdaa000 r--p 00000000 00:00 0 [anon:atexit handlers]
E abdaa000-abdae000 r--s 00000000 fe:01 1263 /system/fonts/NotoSansGlagolitic-Regular.ttf
E abdae000-abdcb000 r--s 00000000 fe:01 1406 /system/fonts/SECGujaratiUI-Regular.ttf
E abdcb000-abdec000 r--s 00000000 fe:01 1398 /system/fonts/SECDevanagari-Bold.ttf
E abdec000-abdef000 r-xp 00000000 fe:01 2692 /system/lib/libvndksupport.so
E abdef000-abdf0000 r--p 00002000 fe:01 2692 /system/lib/libvndksupport.so
E abdf0000-abdf1000 rw-p 00003000 fe:01 2692 /system/lib/libvndksupport.so
E abdf1000-abdf3000 r--s 00000000 fe:01 1317 /system/fonts/NotoSansOldSouthArabian-Regular.ttf
E abdf3000-abe01000 r--s 00000000 fe:01 1422 /system/fonts/SECMalayalamUI-Regular.ttf
E abe01000-abe23000 r--s 00000000 fe:01 1399 /system/fonts/SECDevanagari-Regular.ttf
E abe23000-abe30000 r-xp 00000000 fe:01 2214 /system/lib/libcutils.so
E abe30000-abe31000 ---p 00000000 00:00 0
E abe31000-abe32000 r--p 0000d000 fe:01 2214 /system/lib/libcutils.so
E abe32000-abe33000 rw-p 0000e000 fe:01 2214 /system/lib/libcutils.so
E abe33000-abe35000 r--s 00000000 fe:01 1315 /system/fonts/NotoSansOldItalic-Regular.ttf
E abe35000-abe43000 r--s 00000000 fe:01 1419 /system/fonts/SECMalayalam-Bold.ttf
E abe43000-abe63000 r-xp 00000000 fe:01 2328 /system/lib/libinput.so
E abe63000-abe67000 r--p 0001f000 fe:01 2328 /system/lib/libinput.so
E abe67000-abe68000 rw-p 00023000 fe:01 2328 /system/lib/libinput.so
E abe68000-abe6a000 r--s 00000000 fe:01 1314 /system/fonts/NotoSansOlChiki-Regular.ttf
E abe6a000-abe78000 r--s 00000000 fe:01 1420 /system/fonts/SECMalayalam-Regular.ttf
E abe78000-abe81000 r--s 00000000 fe:01 1432 /system/fonts/SECTamilUI-Bold.ttf
E abe81000-abe84000 r-xp 00000000 fe:01 2292 /system/lib/libgraphicsenv.so
E abe84000-abe85000 r--p 00002000 fe:01 2292 /system/lib/libgraphicsenv.so
E abe85000-abe86000 rw-p 00003000 fe:01 2292 /system/lib/libgraphicsenv.so
E abe86000-abe8f000 r--s 00000000 fe:01 1433 /system/fonts/SECTamilUI-Regular.ttf
E abe8f000-abee4000 r--s 00000000 fe:01 1380 /system/fonts/Roboto-ThinItalic.ttf
E abee4000-abee7000 r-xp 00000000 fe:01 2296 /system/lib/libhardware.so
E abee7000-abee8000 r--p 00002000 fe:01 2296 /system/lib/libhardware.so
E abee8000-abee9000 rw-p 00003000 fe:01 2296 /system/lib/libhardware.so
E abee9000-abeea000 r--p 00000000 00:00 0 [anon:atexit handlers]
E abeea000-abeee000 r--s 00000000 fe:01 1236 /system/fonts/NotoSansBatak-Regular.ttf
E abeee000-abef7000 r--s 00000000 fe:01 1430 /system/fonts/SECTamil-Bold.ttf
E abef7000-abf1b000 r--s 00000000 fe:01 1259 /system/fonts/NotoSansEthiopic-Bold.ttf
E abf1b000-abf2c000 r-xp 00000000 fe:01 2537 /system/lib/libsensor.so
E abf2c000-abf2e000 r--p 00010000 fe:01 2537 /system/lib/libsensor.so
E abf2e000-abf2f000 rw-p 00012000 fe:01 2537 /system/lib/libsensor.so
E abf2f000-abf30000 r--s 00000000 fe:01 3568 /system/usr/hyphen-data/hyph-und-ethi.hyb
E abf30000-abf4e000 r--s 00000000 fe:01 1404 /system/fonts/SECGujarati-Regular.ttf
E abf4e000-abf55000 r-xp 00000000 fe:01 2254 /system/lib/libedmnativehelper.so
E abf55000-abf56000 ---p 00000000 00:00 0
E abf56000-abf57000 r--p 00007000 fe:01 2254 /system/lib/libedmnativehelper.so
E abf57000-abf58000 rw-p 00008000 fe:01 2254 /system/lib/libedmnativehelper.so
E abf58000-abf5a000 r--s 00000000 fe:01 1313 /system/fonts/NotoSansOgham-Regular.ttf
E abf5a000-abf5e000 r--s 00000000 fe:01 1353 /system/fonts/NotoSansThaana-Bold.ttf
E abf5e000-abf67000 r--s 00000000 fe:01 1431 /system/fonts/SECTamil-Regular.ttf
E abf67000-abf71000 r--s 00000000 fe:01 1409 /system/fonts/SECGurmukhiUI-Bold.ttf
E abf71000-abf94000 r--s 00000000 fe:01 1260 /system/fonts/NotoSansEthiopic-Regular.ttf
E abf94000-abfb6000 r-xp 00000000 fe:01 2402 /system/lib/libmediadrm.so
E abfb6000-abfba000 r--p 00021000 fe:01 2402 /system/lib/libmediadrm.so
E abfba000-abfbb000 rw-p 00025000 fe:01 2402 /system/lib/libmediadrm.so
E abfbb000-abfbd000 r--s 00000000 fe:01 1299 /system/fonts/NotoSansLydian-Regular.ttf
E abfbd000-abfc7000 r--s 00000000 fe:01 1410 /system/fonts/SECGurmukhiUI-Regular.ttf
E abfc7000-ac03f000 r-xp 00000000 fe:01 2395 /system/lib/libmedia.so
E ac03f000-ac040000 ---p 00000000 00:00 0
E ac040000-ac052000 r--p 00078000 fe:01 2395 /system/lib/libmedia.so
E ac052000-ac053000 rw-p 0008a000 fe:01 2395 /system/lib/libmedia.so
E ac053000-ac054000 rw-p 00000000 00:00 0 [anon:.bss]
E ac054000-ac071000 r--s 00000000 fe:01 1403 /system/fonts/SECGujarati-Bold.ttf
E ac071000-ac0a1000 r--s 00000000 00:0e 10835 /dev/__properties__/u:object_r:persist_debug_prop:s0
E ac0a1000-ac0a5000 r-xp 00000000 fe:01 2410 /system/lib/libmemtrack.so
E ac0a5000-ac0a6000 r--p 00003000 fe:01 2410 /system/lib/libmemtrack.so
E ac0a6000-ac0a7000 rw-p 00004000 fe:01 2410 /system/lib/libmemtrack.so
E ac0a7000-ac0a8000 r--s 00000000 fe:01 3566 /system/usr/hyphen-data/hyph-tk.hyb
E ac0a8000-ac0c6000 r--s 00000000 fe:01 1228 /system/fonts/NotoNaskhArabicUI-Bold.ttf
E ac0c6000-ac0d9000 r-xp 00000000 fe:01 2058 /system/lib/android.hidl.allocator@1.0.so
E ac0d9000-ac0da000 ---p 00000000 00:00 0
E ac0da000-ac0db000 r--p 00013000 fe:01 2058 /system/lib/android.hidl.allocator@1.0.so
E ac0db000-ac0dc000 rw-p 00014000 fe:01 2058 /system/lib/android.hidl.allocator@1.0.so
E ac0dc000-ac0dd000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ac0dd000-ac0e7000 r--s 00000000 fe:01 1407 /system/fonts/SECGurmukhi-Bold.ttf
E ac0e7000-ac105000 r--s 00000000 fe:01 1229 /system/fonts/NotoNaskhArabicUI-Regular.ttf
E ac105000-ac120000 r-xp 00000000 fe:01 2318 /system/lib/libhwbinder.so
E ac120000-ac122000 r--p 0001a000 fe:01 2318 /system/lib/libhwbinder.so
E ac122000-ac123000 rw-p 0001c000 fe:01 2318 /system/lib/libhwbinder.so
E ac123000-ac127000 r--s 00000000 fe:01 1354 /system/fonts/NotoSansThaana-Regular.ttf
E ac127000-ac131000 r--s 00000000 fe:01 1408 /system/fonts/SECGurmukhi-Regular.ttf
E ac131000-ac14e000 r--s 00000000 fe:01 1226 /system/fonts/NotoNaskhArabic-Bold.ttf
E ac14e000-ac152000 r-xp 00000000 fe:01 2640 /system/lib/libstdc++.so
E ac152000-ac153000 r--p 00003000 fe:01 2640 /system/lib/libstdc++.so
E ac153000-ac154000 rw-p 00004000 fe:01 2640 /system/lib/libstdc++.so
E ac154000-ac155000 r--s 00000000 fe:01 3564 /system/usr/hyphen-data/hyph-te.hyb
E ac155000-ac157000 r--s 00000000 fe:01 1298 /system/fonts/NotoSansLycian-Regular.ttf
E ac157000-ac1a6000 r--s 00000000 fe:01 1379 /system/fonts/Roboto-Thin.ttf
E ac1a6000-ac1b5000 r-xp 00000000 fe:01 2179 /system/lib/libbase.so
E ac1b5000-ac1b6000 r--p 0000e000 fe:01 2179 /system/lib/libbase.so
E ac1b6000-ac1b7000 rw-p 0000f000 fe:01 2179 /system/lib/libbase.so
E ac1b7000-ac1b8000 r--s 00000000 fe:01 3562 /system/usr/hyphen-data/hyph-ta.hyb
E ac1b8000-ac1bd000 r--s 00000000 fe:01 1261 /system/fonts/NotoSansGeorgian-Bold.ttf
E ac1bd000-ac1da000 r--s 00000000 fe:01 1227 /system/fonts/NotoNaskhArabic-Regular.ttf
E ac1da000-ac1dd000 r-xp 00000000 fe:01 2297 /system/lib/libhardware_legacy.so
E ac1dd000-ac1de000 r--p 00002000 fe:01 2297 /system/lib/libhardware_legacy.so
E ac1de000-ac1df000 rw-p 00003000 fe:01 2297 /system/lib/libhardware_legacy.so
E ac1df000-ac1e0000 r--s 00000000 fe:01 3558 /system/usr/hyphen-data/hyph-pt.hyb
E ac1e0000-ac210000 r--s 00000000 00:0e 10756 /dev/__properties__/u:object_r:sf_lcd_density_prop:s0
E ac210000-ac224000 r-xp 00000000 fe:01 2682 /system/lib/libunwind.so
E ac224000-ac225000 ---p 00000000 00:00 0
E ac225000-ac226000 r--p 00014000 fe:01 2682 /system/lib/libunwind.so
E ac226000-ac227000 rw-p 00015000 fe:01 2682 /system/lib/libunwind.so
E ac227000-ac26d000 rw-p 00000000 00:00 0 [anon:.bss]
E ac26d000-ac270000 r--s 00000000 fe:01 1295 /system/fonts/NotoSansLimbu-Regular.ttf
E ac270000-ac275000 r--s 00000000 fe:01 1262 /system/fonts/NotoSansGeorgian-Regular.ttf
E ac275000-ac279000 r--s 00000000 fe:01 1231 /system/fonts/NotoSansArmenian-Bold.ttf
E ac279000-ac297000 r--s 00000000 fe:01 1425 /system/fonts/SECNaskhArabicUI-Bold.ttf
E ac297000-ac2a2000 r-xp 00000000 fe:01 2308 /system/lib/libhidlbase.so
E ac2a2000-ac2a3000 ---p 00000000 00:00 0
E ac2a3000-ac2a4000 r--p 0000b000 fe:01 2308 /system/lib/libhidlbase.so
E ac2a4000-ac2a5000 rw-p 0000c000 fe:01 2308 /system/lib/libhidlbase.so
E ac2a5000-ac2a6000 r--s 00000000 fe:01 3556 /system/usr/hyphen-data/hyph-pa.hyb
E ac2a6000-ac2aa000 r--s 00000000 fe:01 1232 /system/fonts/NotoSansArmenian-Regular.ttf
E ac2aa000-ac2b0000 r--s 00000000 fe:01 1454 /system/fonts/SamsungThaiUI-Regular.ttf
E ac2b0000-ac2ce000 r--s 00000000 fe:01 1426 /system/fonts/SECNaskhArabicUI-Regular.ttf
E ac2ce000-ac2d6000 r-xp 00000000 fe:01 2206 /system/lib/libcodecsolution.so
E ac2d6000-ac2d7000 ---p 00000000 00:00 0
E ac2d7000-ac2d8000 r--p 00008000 fe:01 2206 /system/lib/libcodecsolution.so
E ac2d8000-ac2d9000 rw-p 00009000 fe:01 2206 /system/lib/libcodecsolution.so
E ac2d9000-ac2de000 r--s 00000000 fe:01 1355 /system/fonts/NotoSansThai-Bold.ttf
E ac2de000-ac2e4000 r--s 00000000 fe:01 1356 /system/fonts/NotoSansThai-Regular.ttf
E ac2e4000-ac2e9000 r--s 00000000 fe:01 1274 /system/fonts/NotoSansHebrew-Bold.ttf
E ac2e9000-ac306000 r--s 00000000 fe:01 1423 /system/fonts/SECNaskhArabic-Bold.ttf
E ac306000-ac336000 r--s 00000000 00:0e 10809 /dev/__properties__/u:object_r:csc_prop:s0
E ac336000-ac33c000 r-xp 00000000 fe:01 2429 /system/lib/libnativeloader.so
E ac33c000-ac33d000 r--p 00005000 fe:01 2429 /system/lib/libnativeloader.so
E ac33d000-ac33e000 rw-p 00006000 fe:01 2429 /system/lib/libnativeloader.so
E ac33e000-ac35e000 rw-p 00000000 00:01 18780 /dev/ashmem/dalvik-LinearAlloc_632_1133 (deleted)
E ac35e000-ac3e2000 r-xp 00000000 fe:01 2227 /system/lib/libdng_sdk.so
E ac3e2000-ac3e6000 r--p 00083000 fe:01 2227 /system/lib/libdng_sdk.so
E ac3e6000-ac3e7000 rw-p 00087000 fe:01 2227 /system/lib/libdng_sdk.so
E ac3e7000-ac3e8000 r--s 00000000 fe:01 3554 /system/usr/hyphen-data/hyph-or.hyb
E ac3e8000-ac405000 r--s 00000000 fe:01 1424 /system/fonts/SECNaskhArabic-Regular.ttf
E ac405000-ac411000 r-xp 00000000 fe:01 2409 /system/lib/libmediautils.so
E ac411000-ac412000 r--p 0000b000 fe:01 2409 /system/lib/libmediautils.so
E ac412000-ac413000 rw-p 0000c000 fe:01 2409 /system/lib/libmediautils.so
E ac413000-ac415000 r--s 00000000 fe:01 1297 /system/fonts/NotoSansLisu-Regular.ttf
E ac415000-ac41a000 rw-p 00000000 00:01 17337 /dev/ashmem/dalvik-large object space allocation_632_632 (deleted)
E ac41a000-ac41e000 r--p 00000000 00:00 0 [anon:atexit handlers]
E ac41e000-ac41f000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E ac41f000-ac423000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E ac423000-ac440000 r--s 00196000 fe:01 1654 /system/framework/ext.jar
E ac440000-ac535000 r-xp 00000000 fe:01 2601 /system/lib/libsqlite.so
E ac535000-ac537000 r--p 000f4000 fe:01 2601 /system/lib/libsqlite.so
E ac537000-ac538000 rw-p 000f6000 fe:01 2601 /system/lib/libsqlite.so
E ac538000-ac53c000 rw-p 00000000 00:01 18801 /dev/ashmem/dalvik-large object space allocation_632_1133 (deleted)
E ac53c000-ac540000 r--p 00000000 00:00 0 [anon:atexit handlers]
E ac540000-ac541000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E ac541000-ac544000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E ac544000-ac545000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E ac545000-ac546000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E ac546000-ac54a000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E ac54a000-ac54b000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E ac54b000-ac54e000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E ac54e000-ac54f000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E ac54f000-ac550000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E ac550000-ac554000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E ac554000-acb50000 r-xp 00000000 fe:01 2560 /system/lib/libskia.so
E acb50000-acb76000 r--p 005fb000 fe:01 2560 /system/lib/libskia.so
E acb76000-acb7a000 rw-p 00621000 fe:01 2560 /system/lib/libskia.so
E acb7a000-acb7d000 rw-p 00000000 00:00 0 [anon:.bss]
E acb7d000-acb80000 r--p 00000000 00:00 0 [anon:atexit handlers]
E acb80000-acb81000 rw-p 00000000 00:00 0
E acb81000-acba9000 r-xp 00000000 fe:01 2398 /system/lib/libmedia_omx.so
E acba9000-acbaa000 ---p 00000000 00:00 0
E acbaa000-acbb1000 r--p 00028000 fe:01 2398 /system/lib/libmedia_omx.so
E acbb1000-acbb2000 rw-p 0002f000 fe:01 2398 /system/lib/libmedia_omx.so
E acbb2000-acbb3000 rw-p 00000000 00:00 0
E acbb3000-acbb5000 rw-p 00000000 00:01 399676 /dev/ashmem/dalvik-indirect ref table_30226_30260 (deleted)
E acbb5000-acbb6000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E acbb6000-acbb9000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E acbb9000-acbba000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E acbba000-acbbb000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E acbbb000-acbbf000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E acbbf000-acbc0000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E acbc0000-acbc4000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E acbc4000-acbc5000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E acbc5000-acbc9000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E acbc9000-acbca000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E acbca000-acbce000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E acbce000-acc1f000 r-xp 00000000 fe:01 2031 /system/lib/android.hardware.media.omx@1.0.so
E acc1f000-acc24000 r--p 00050000 fe:01 2031 /system/lib/android.hardware.media.omx@1.0.so
E acc24000-acc25000 rw-p 00055000 fe:01 2031 /system/lib/android.hardware.media.omx@1.0.so
E acc25000-acc26000 r--s 00000000 fe:01 3548 /system/usr/hyphen-data/hyph-mr.hyb
E acc26000-acc28000 r--s 00000000 fe:01 1285 /system/fonts/NotoSansKayahLi-Regular.ttf
E acc28000-acc58000 r--s 00000000 00:0e 10842 /dev/__properties__/u:object_r:log_tag_prop:s0
E acc58000-acc6f000 r-xp 00000000 fe:01 2454 /system/lib/libpcre2.so
E acc6f000-acc70000 r--p 00016000 fe:01 2454 /system/lib/libpcre2.so
E acc70000-acc71000 rw-p 00017000 fe:01 2454 /system/lib/libpcre2.so
E acc71000-acc72000 r--p 00000000 00:00 0 [anon:linker_alloc]
E acc72000-acc74000 r--s 00000000 fe:01 1278 /system/fonts/NotoSansInscriptionalParthian-Regular.ttf
E acc74000-acc82000 rw-p 00000000 00:01 18782 /dev/ashmem/dalvik-large object space allocation_632_1133 (deleted)
E acc82000-acc8d000 rw-p 00000000 00:01 18781 /dev/ashmem/dalvik-large object space allocation_632_1133 (deleted)
E acc8d000-acca1000 r-xp 00000000 fe:01 2178 /system/lib/libbacktrace.so
E acca1000-acca2000 r--p 00013000 fe:01 2178 /system/lib/libbacktrace.so
E acca2000-acca3000 rw-p 00014000 fe:01 2178 /system/lib/libbacktrace.so
E acca3000-acca4000 r--s 00000000 fe:01 3544 /system/usr/hyphen-data/hyph-ml.hyb
E acca4000-acca6000 r--s 00000000 fe:01 1277 /system/fonts/NotoSansInscriptionalPahlavi-Regular.ttf
E acca6000-accaa000 rw-p 00000000 00:00 0
E accaa000-accab000 r--s 00000000 fe:01 3542 /system/usr/hyphen-data/hyph-kn.hyb
E accab000-accac000 r--s 00000000 fe:01 3540 /system/usr/hyphen-data/hyph-hy.hyb
E accac000-accb5000 r--s 00000000 fe:01 3508 /system/usr/hyphen-data/hyph-cy.hyb
E accb5000-accb7000 rw-p 00000000 00:00 0
E accb7000-accb9000 rw-p 00000000 00:01 398907 /dev/ashmem/dalvik-indirect ref table_30226_30246 (deleted)
E accb9000-accc3000 rw-p 00000000 00:01 18779 /dev/ashmem/dalvik-large object space allocation_632_1133 (deleted)
E accc3000-accd4000 r-xp 00000000 fe:01 2396 /system/lib/libmedia_helper.so
E accd4000-accd5000 r--p 00010000 fe:01 2396 /system/lib/libmedia_helper.so
E accd5000-accd6000 rw-p 00011000 fe:01 2396 /system/lib/libmedia_helper.so
E accd6000-accd8000 r--s 00000000 fe:01 1276 /system/fonts/NotoSansImperialAramaic-Regular.ttf
E accd8000-accdf000 rw-p 00000000 00:01 18783 /dev/ashmem/dalvik-large object space allocation_632_1133 (deleted)
E accdf000-acce0000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E acce0000-acce4000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E acce4000-acce5000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E acce5000-acce8000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E acce8000-acce9000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E acce9000-accee000 rw-p 00000000 00:01 18194 /dev/ashmem/dalvik-large object space allocation_632_632 (deleted)
E accee000-accf3000 rw-p 00000000 00:01 18193 /dev/ashmem/dalvik-large object space allocation_632_632 (deleted)
E accf3000-accf7000 rw-p 00000000 00:01 18192 /dev/ashmem/dalvik-large object space allocation_632_632 (deleted)
E accf7000-accfb000 rw-p 00000000 00:01 18191 /dev/ashmem/dalvik-large object space allocation_632_632 (deleted)
E accfb000-accfc000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E accfc000-accff000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E accff000-acd00000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E acd00000-acd22000 r-xp 00000000 fe:01 2460 /system/lib/libpng.so
E acd22000-acd23000 ---p 00000000 00:00 0
E acd23000-acd24000 r--p 00022000 fe:01 2460 /system/lib/libpng.so
E acd24000-acd25000 rw-p 00023000 fe:01 2460 /system/lib/libpng.so
E acd25000-acd27000 r--s 00000000 fe:01 1273 /system/fonts/NotoSansHanunoo-Regular.ttf
E acd27000-acd28000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E acd28000-acd2b000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E acd2b000-acd2c000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E acd2c000-acd2d000 r--s 00000000 fe:01 3536 /system/usr/hyphen-data/hyph-hr.hyb
E acd2d000-acd31000 r--s 00000000 fe:01 3522 /system/usr/hyphen-data/hyph-es.hyb
E acd31000-acd61000 r--s 00000000 00:0e 10833 /dev/__properties__/u:object_r:logd_prop:s0
E acd61000-acd72000 r-xp 00000000 fe:01 2458 /system/lib/libpiex.so
E acd72000-acd73000 r--p 00010000 fe:01 2458 /system/lib/libpiex.so
E acd73000-acd74000 rw-p 00011000 fe:01 2458 /system/lib/libpiex.so
E acd74000-acd78000 rw-p 00000000 00:01 18190 /dev/ashmem/dalvik-large object space allocation_632_632 (deleted)
E acd78000-acd79000 r--p 00000000 00:00 0 [anon:linker_alloc]
E acd79000-acd7b000 rw-p 00000000 00:01 399604 /dev/ashmem/dalvik-indirect ref table_30226_30240 (deleted)
E acd7b000-acd7d000 rw-p 00000000 00:01 399601 /dev/ashmem/dalvik-indirect ref table_30226_30239 (deleted)
E acd7d000-acdad000 r--s 00000000 00:0e 10824 /dev/__properties__/u:object_r:vold_prop:s0
E acdad000-acdec000 r-xp 00000000 fe:01 2689 /system/lib/libvintf.so
E acdec000-acdee000 r--p 0003e000 fe:01 2689 /system/lib/libvintf.so
E acdee000-acdef000 rw-p 00040000 fe:01 2689 /system/lib/libvintf.so
E acdef000-acdf0000 r--s 00000000 fe:01 3534 /system/usr/hyphen-data/hyph-hi.hyb
E acdf0000-acdf5000 r--s 00000000 fe:01 1275 /system/fonts/NotoSansHebrew-Regular.ttf
E acdf5000-ace15000 rw-p 00000000 00:01 18173 /dev/ashmem/dalvik-LinearAlloc_632_632 (deleted)
E ace15000-ace2b000 r-xp 00000000 fe:01 2608 /system/lib/libstagefright_flacdec.so
E ace2b000-ace2c000 r--p 00015000 fe:01 2608 /system/lib/libstagefright_flacdec.so
E ace2c000-ace2d000 rw-p 00016000 fe:01 2608 /system/lib/libstagefright_flacdec.so
E ace2d000-ace2e000 rw-p 00000000 00:00 0
E ace2e000-ace30000 rw-p 00000000 00:01 399597 /dev/ashmem/dalvik-indirect ref table_30226_30226 (deleted)
E ace30000-ace32000 rw-p 00000000 00:01 399596 /dev/ashmem/dalvik-indirect ref table_30226_30226 (deleted)
E ace32000-ace62000 r--s 00000000 00:0e 10850 /dev/__properties__/u:object_r:system_prop:s0
E ace62000-ace69000 r-xp 00000000 fe:01 2549 /system/lib/libsfextcp.so
E ace69000-ace6a000 r--p 00006000 fe:01 2549 /system/lib/libsfextcp.so
E ace6a000-ace6b000 rw-p 00007000 fe:01 2549 /system/lib/libsfextcp.so
E ace6b000-ace6e000 r--s 00000000 fe:01 1253 /system/fonts/NotoSansDeseret-Regular.ttf
E ace6e000-ace6f000 r--s 00000000 fe:01 3532 /system/usr/hyphen-data/hyph-gu.hyb
E ace6f000-ace71000 r--s 00000000 fe:01 3528 /system/usr/hyphen-data/hyph-fr.hyb
E ace71000-ace73000 r--s 00000000 fe:01 3510 /system/usr/hyphen-data/hyph-da.hyb
E ace73000-ace74000 rw-p 00000000 00:00 0 [anon:linker_alloc_small_objects]
E ace74000-ace78000 rw-p 00000000 00:01 18777 /dev/ashmem/dalvik-large object space allocation_632_1133 (deleted)
E ace78000-ace79000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E ace79000-ace7c000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E ace7c000-ace7e000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E ace7e000-ace81000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E ace81000-ace82000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E ace82000-ace86000 r-xp 00000000 fe:01 2683 /system/lib/libusbhost.so
E ace86000-ace87000 r--p 00003000 fe:01 2683 /system/lib/libusbhost.so
E ace87000-ace88000 rw-p 00004000 fe:01 2683 /system/lib/libusbhost.so
E ace88000-ace8c000 rw-p 00000000 00:01 18189 /dev/ashmem/dalvik-large object space allocation_632_632 (deleted)
E ace8c000-acebc000 r--s 00000000 00:0e 10815 /dev/__properties__/u:object_r:default_prop:s0
E acebc000-aceec000 r--s 00000000 00:0e 10856 /dev/__properties__/properties_serial
E aceec000-acef2000 r-xp 00000000 fe:01 2509 /system/lib/libsdp_crypto.so
E acef2000-acef3000 r--p 00005000 fe:01 2509 /system/lib/libsdp_crypto.so
E acef3000-acef4000 rw-p 00006000 fe:01 2509 /system/lib/libsdp_crypto.so
E acef4000-acef5000 r--p 00000000 00:00 0 [anon:linker_alloc]
E acef5000-acef6000 ---p 00000000 00:00 0
E acef6000-acef8000 rw-p 00000000 00:01 399595 /dev/ashmem/dalvik-indirect ref table_30226_30226 (deleted)
E acef8000-acefa000 rw-p 00000000 00:01 399594 /dev/ashmem/dalvik-indirect ref table_30226_30226 (deleted)
E acefa000-acefb000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E acefb000-aceff000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E aceff000-acf00000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E acf00000-acf03000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E acf03000-acf04000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E ad524000-ad528000 rw-p 00000000 00:01 18067 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad528000-ad52c000 rw-p 00000000 00:01 18066 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad52c000-ad52d000 rw-p 00000000 00:00 0 [anon:linker_alloc_vector]
E ad52d000-ad531000 rw-p 00000000 00:01 18065 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad531000-ad535000 rw-p 00000000 00:01 18064 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad535000-ad536000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad536000-ad537000 r--s 00000000 fe:01 1976 /system/framework/tcmiface.jar
E ad537000-ad538000 r--s 00000000 fe:01 1937 /system/framework/oem-services.jar
E ad538000-ad539000 r--s 00000000 fe:01 1942 /system/framework/qcom.fmradio.jar
E ad539000-ad53d000 rw-p 00000000 00:01 18063 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad53d000-ad541000 rw-p 00000000 00:01 18062 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad541000-ad545000 rw-p 00000000 00:01 18061 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad549000-ad54d000 rw-p 00000000 00:01 18059 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad54d000-ad551000 rw-p 00000000 00:01 18058 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad551000-ad553000 r--p 00000000 00:00 0 [anon:atexit handlers]
E ad553000-ad554000 rw-p 00000000 00:00 0 [anon:arc4random data]
E ad554000-ad555000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E ad555000-ad559000 rw-p 00000000 00:01 18057 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad559000-ad55d000 rw-p 00000000 00:01 18056 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad55d000-ad561000 rw-p 00000000 00:01 18055 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad561000-ad565000 rw-p 00000000 00:01 18054 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad565000-ad569000 rw-p 00000000 00:01 18053 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad569000-ad56d000 rw-p 00000000 00:01 18052 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad56d000-ad56e000 rw-p 00000000 00:00 0 [anon:linker_alloc_small_objects]
E ad56e000-ad56f000 r--s 00000000 fe:01 1673 /system/framework/knoxvpnuidtag.jar
E ad56f000-ad573000 rw-p 00000000 00:01 18051 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad573000-ad577000 rw-p 00000000 00:01 18050 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad577000-ad57b000 rw-p 00000000 00:01 18049 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad57b000-ad57f000 rw-p 00000000 00:01 18048 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad57f000-ad583000 rw-p 00000000 00:01 18047 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad583000-ad587000 rw-p 00000000 00:01 18046 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad587000-ad58b000 rw-p 00000000 00:01 18045 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad58b000-ad58f000 rw-p 00000000 00:01 18044 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad58f000-ad593000 rw-p 00000000 00:01 18043 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad593000-ad597000 rw-p 00000000 00:01 18042 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad597000-ad59b000 rw-p 00000000 00:01 18041 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad59b000-ad59d000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad59d000-ad59e000 r--s 00000000 fe:01 1957 /system/framework/sec_sdp_hidden_sdk.jar
E ad59e000-ad5a2000 rw-p 00000000 00:01 18040 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5a2000-ad5a6000 rw-p 00000000 00:01 18039 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5a6000-ad5aa000 rw-p 00000000 00:01 18038 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5aa000-ad5ae000 rw-p 00000000 00:01 18037 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5ae000-ad5af000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad5af000-ad5b3000 rw-p 00000000 00:01 18036 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5b3000-ad5b7000 rw-p 00000000 00:01 18035 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5b7000-ad5bb000 rw-p 00000000 00:01 18034 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5bb000-ad5bf000 rw-p 00000000 00:01 18033 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5bf000-ad5c3000 rw-p 00000000 00:01 18032 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5c3000-ad5c7000 rw-p 00000000 00:01 18031 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5c7000-ad5cb000 rw-p 00000000 00:01 18030 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5cb000-ad5cf000 rw-p 00000000 00:01 18029 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5cf000-ad5d3000 rw-p 00000000 00:01 18028 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5d3000-ad5d7000 rw-p 00000000 00:01 18027 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5d7000-ad5db000 rw-p 00000000 00:01 18026 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5db000-ad5dc000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E ad5dc000-ad5e0000 rw-p 00000000 00:01 18025 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5e0000-ad5e4000 rw-p 00000000 00:01 18024 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5e4000-ad5e8000 rw-p 00000000 00:01 18023 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5e8000-ad5ec000 rw-p 00000000 00:01 18022 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5ec000-ad5f0000 rw-p 00000000 00:01 18021 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5f0000-ad5f1000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad5f1000-ad5f2000 r--s 00000000 fe:01 1958 /system/framework/sec_sdp_sdk.jar
E ad5f2000-ad5f6000 rw-p 00000000 00:01 18020 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5f6000-ad5fa000 rw-p 00000000 00:01 18019 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5fa000-ad5fe000 rw-p 00000000 00:01 18018 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad5fe000-ad602000 rw-p 00000000 00:01 18017 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad602000-ad606000 rw-p 00000000 00:01 18016 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad606000-ad607000 r--s 00000000 fe:01 3500 /system/usr/hyphen-data/hyph-as.hyb
E ad607000-ad609000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad609000-ad60d000 rw-p 00000000 00:01 18015 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad60d000-ad611000 rw-p 00000000 00:01 18014 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad611000-ad615000 rw-p 00000000 00:01 18013 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad615000-ad619000 rw-p 00000000 00:01 18012 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad619000-ad61d000 rw-p 00000000 00:01 18011 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad61d000-ad621000 rw-p 00000000 00:01 18010 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad621000-ad625000 rw-p 00000000 00:01 18009 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad625000-ad629000 rw-p 00000000 00:01 18008 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad629000-ad62d000 rw-p 00000000 00:01 18007 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad62d000-ad631000 rw-p 00000000 00:01 18006 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad631000-ad635000 rw-p 00000000 00:01 18005 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad635000-ad639000 rw-p 00000000 00:01 18004 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad639000-ad63d000 rw-p 00000000 00:01 18003 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad63d000-ad641000 rw-p 00000000 00:01 18002 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad641000-ad645000 rw-p 00000000 00:01 18001 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad645000-ad649000 rw-p 00000000 00:01 18000 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad649000-ad64d000 rw-p 00000000 00:01 17999 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad64d000-ad651000 rw-p 00000000 00:01 17998 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad651000-ad655000 rw-p 00000000 00:01 17997 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad655000-ad659000 rw-p 00000000 00:01 17996 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad659000-ad65d000 rw-p 00000000 00:01 17995 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad65d000-ad661000 rw-p 00000000 00:01 17994 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad661000-ad665000 rw-p 00000000 00:01 17993 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad665000-ad669000 rw-p 00000000 00:01 17992 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad669000-ad66d000 rw-p 00000000 00:01 17991 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad66d000-ad671000 rw-p 00000000 00:01 17990 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad671000-ad675000 rw-p 00000000 00:01 17989 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad675000-ad676000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad676000-ad677000 r--s 00000000 fe:01 1671 /system/framework/knoxanalyticssdk.jar
E ad677000-ad678000 r--s 00000000 fe:01 1949 /system/framework/sagearpolicymanager.jar
E ad678000-ad67c000 rw-p 00000000 00:01 17988 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad67c000-ad680000 rw-p 00000000 00:01 17987 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad680000-ad684000 rw-p 00000000 00:01 17986 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad684000-ad688000 rw-p 00000000 00:01 17985 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad688000-ad68c000 rw-p 00000000 00:01 17984 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad68c000-ad690000 rw-p 00000000 00:01 17983 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad690000-ad694000 rw-p 00000000 00:01 17982 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad694000-ad698000 rw-p 00000000 00:01 17981 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad698000-ad69c000 rw-p 00000000 00:01 17980 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad69c000-ad6a0000 rw-p 00000000 00:01 17979 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6a0000-ad6a4000 rw-p 00000000 00:01 17978 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6a4000-ad6a8000 rw-p 00000000 00:01 17977 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6a8000-ad6a9000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E ad6a9000-ad6aa000 r--s 00000000 fe:01 1954 /system/framework/sec_edm.jar
E ad6aa000-ad6ab000 r--s 00000000 fe:01 1672 /system/framework/knoxsdk.jar
E ad6ab000-ad6af000 rw-p 00000000 00:01 17976 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6af000-ad6b3000 rw-p 00000000 00:01 17975 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6b3000-ad6b7000 rw-p 00000000 00:01 17974 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6b7000-ad6bb000 rw-p 00000000 00:01 17973 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6bb000-ad6bf000 rw-p 00000000 00:01 17972 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6bf000-ad6c3000 rw-p 00000000 00:01 17971 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6c3000-ad6c7000 rw-p 00000000 00:01 17970 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6c7000-ad6cb000 rw-p 00000000 00:01 17969 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6cb000-ad6cf000 rw-p 00000000 00:01 17968 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6cf000-ad6d3000 rw-p 00000000 00:01 17967 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6d3000-ad6d7000 rw-p 00000000 00:01 17966 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6d7000-ad6d8000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad6d8000-ad6d9000 r--s 00000000 fe:01 1506 /system/framework/SemAudioThumbnail.jar
E ad6d9000-ad6dd000 rw-p 00000000 00:01 17965 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6dd000-ad6e1000 rw-p 00000000 00:01 17964 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6e1000-ad6e5000 rw-p 00000000 00:01 17963 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6e5000-ad6e6000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad6e6000-ad6e7000 r--s 00000000 fe:01 1981 /system/framework/ucmopensslenginehelper.jar
E ad6e7000-ad6e8000 r--s 00000000 fe:01 1655 /system/framework/fipstimakeystore.jar
E ad6e8000-ad6ec000 rw-p 00000000 00:01 17962 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6ec000-ad6f0000 rw-p 00000000 00:01 17961 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6f0000-ad6f4000 rw-p 00000000 00:01 17960 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6f4000-ad6f8000 rw-p 00000000 00:01 17959 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6f8000-ad6fc000 rw-p 00000000 00:01 17958 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad6fc000-ad700000 rw-p 00000000 00:01 17957 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad700000-ad701000 rw-p 00000000 00:00 0 [anon:linker_alloc_vector]
E ad701000-ad702000 rw-p 00000000 00:00 0 [anon:linker_alloc_small_objects]
E ad702000-ad703000 r--s 00000000 fe:01 1980 /system/framework/timakeystore.jar
E ad703000-ad704000 r--s 00000000 fe:01 1511 /system/framework/android.hidl.manager-V1.0-java.jar
E ad704000-ad705000 r--s 00000000 fe:01 1510 /system/framework/android.hidl.base-V1.0-java.jar
E ad705000-ad709000 rw-p 00000000 00:01 17956 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad709000-ad70a000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E ad70a000-ad70b000 r--s 00000000 fe:01 1971 /system/framework/sprengine.jar
E ad70b000-ad70f000 rw-p 00000000 00:01 17955 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad70f000-ad713000 rw-p 00000000 00:01 17954 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad713000-ad717000 rw-p 00000000 00:01 17953 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad717000-ad71b000 rw-p 00000000 00:01 17952 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad71b000-ad71f000 rw-p 00000000 00:01 17951 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad71f000-ad723000 rw-p 00000000 00:01 17950 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad723000-ad727000 rw-p 00000000 00:01 17949 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad727000-ad72b000 rw-p 00000000 00:01 17948 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad72b000-ad72f000 rw-p 00000000 00:01 17947 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad72f000-ad733000 rw-p 00000000 00:01 17946 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad733000-ad737000 rw-p 00000000 00:01 17945 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad737000-ad73b000 rw-p 00000000 00:01 17944 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad73b000-ad73f000 rw-p 00000000 00:01 17943 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad73f000-ad743000 rw-p 00000000 00:01 17942 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad743000-ad747000 rw-p 00000000 00:01 17941 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad747000-ad74b000 rw-p 00000000 00:01 17940 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad74b000-ad74c000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad74c000-ad750000 rw-p 00000000 00:01 17939 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad750000-ad754000 rw-p 00000000 00:01 17938 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad754000-ad758000 rw-p 00000000 00:01 17937 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad758000-ad75c000 rw-p 00000000 00:01 17936 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad75c000-ad760000 rw-p 00000000 00:01 17935 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad760000-ad761000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E ad761000-ad762000 r--s 00000000 fe:01 1970 /system/framework/smartbondingservice.jar
E ad762000-ad763000 r--s 00000000 fe:01 1939 /system/framework/org.apache.http.legacy.boot.jar
E ad763000-ad764000 r--s 00000000 fe:01 1664 /system/framework/ims-common.jar
E ad764000-ad768000 rw-p 00000000 00:01 17934 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad768000-ad76c000 rw-p 00000000 00:01 17933 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad76c000-ad770000 rw-p 00000000 00:01 17932 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad770000-ad774000 rw-p 00000000 00:01 17931 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad774000-ad778000 rw-p 00000000 00:01 17930 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad778000-ad77c000 rw-p 00000000 00:01 17929 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad77c000-ad780000 rw-p 00000000 00:01 17928 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad784000-ad788000 rw-p 00000000 00:01 17926 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad788000-ad78c000 rw-p 00000000 00:01 17925 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad78c000-ad790000 rw-p 00000000 00:01 17924 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad790000-ad794000 rw-p 00000000 00:01 17923 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad794000-ad798000 rw-p 00000000 00:01 17922 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad798000-ad79c000 rw-p 00000000 00:01 17921 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad79c000-ad7a0000 rw-p 00000000 00:01 17920 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7a0000-ad7a4000 rw-p 00000000 00:01 17919 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7a4000-ad7a8000 rw-p 00000000 00:01 17918 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7a8000-ad7ac000 rw-p 00000000 00:01 17917 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7c6000-ad7c7000 r--s 00000000 fe:01 1978 /system/framework/telephony-common.jar
E ad7c7000-ad7c8000 r--s 00000000 fe:01 1657 /system/framework/framework.jar
E ad7c8000-ad7cc000 rw-p 00000000 00:01 17910 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7cc000-ad7d0000 rw-p 00000000 00:01 17909 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7d0000-ad7d4000 rw-p 00000000 00:01 17908 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7d4000-ad7d8000 rw-p 00000000 00:01 17907 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7d8000-ad7dc000 rw-p 00000000 00:01 17906 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7dc000-ad7e0000 rw-p 00000000 00:01 17905 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7e0000-ad7e1000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad7e1000-ad7e2000 r--s 00000000 fe:01 1674 /system/framework/legacy-test.jar
E ad7e2000-ad7e3000 r--s 00004000 fe:01 1514 /system/framework/apache-xml.jar
E ad7e3000-ad7e4000 r--s 00000000 fe:01 1621 /system/framework/bouncycastle.jar
E ad7e4000-ad7e8000 rw-p 00000000 00:01 17904 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7e8000-ad7ec000 rw-p 00000000 00:01 17903 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7ec000-ad7f0000 rw-p 00000000 00:01 17902 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7f0000-ad7f4000 rw-p 00000000 00:01 17901 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7f4000-ad7f5000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E ad7f5000-ad7f6000 r--s 00000000 fe:01 1938 /system/framework/okhttp.jar
E ad7f6000-ad7f7000 r--s 00000000 fe:01 1644 /system/framework/conscrypt.jar
E ad7f7000-ad7fb000 rw-p 00000000 00:01 17900 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7fb000-ad7ff000 rw-p 00000000 00:01 17899 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad7ff000-ad803000 rw-p 00000000 00:01 17898 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad803000-ad807000 rw-p 00000000 00:01 17897 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad807000-ad847000 rw-p 00000000 00:01 17863 /dev/ashmem/dalvik-mark stack_632_632 (deleted)
E ad847000-ad867000 rw-p 00000000 00:01 17861 /dev/ashmem/dalvik-large marked objects_632_632 (deleted)
E ad867000-ad868000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad868000-ad86a000 rw-p 00000000 00:01 399593 /dev/ashmem/dalvik-indirect ref table_30226_30234 (deleted)
E ad86a000-ad86e000 rw-p 00000000 00:01 17896 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad86e000-ad872000 rw-p 00000000 00:01 17895 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad872000-ad876000 rw-p 00000000 00:01 17894 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad876000-ad87a000 rw-p 00000000 00:01 17893 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad87a000-ad87e000 rw-p 00000000 00:01 17892 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad87e000-ad87f000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E ad87f000-ad880000 r--s 00004000 fe:01 1646 /system/framework/core-libart.jar
E ad880000-ad882000 rw-p 00000000 00:01 399591 /dev/ashmem/dalvik-indirect ref table_30226_30233 (deleted)
E ad882000-ad886000 rw-p 00000000 00:01 17891 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad886000-ad88a000 rw-p 00000000 00:01 17890 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad88a000-ad88e000 rw-p 00000000 00:01 17889 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad88e000-ad892000 rw-p 00000000 00:01 17888 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad892000-ad8b2000 rw-p 00000000 00:01 17860 /dev/ashmem/dalvik-large live objects_632_632 (deleted)
E ad8b2000-ad8d2000 r--s 00000000 fe:01 1591 /system/framework/arm/boot-sec_sdp_sdk.vdex
E ad8d2000-ad8f9000 r--s 00000000 fe:01 1549 /system/framework/arm/boot-fipstimakeystore.vdex
E ad8f9000-ad8fa000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad8fa000-ad8fb000 r--s 0001e000 fe:01 1647 /system/framework/core-oj.jar
E ad8fb000-ad8ff000 rw-p 00000000 00:01 17887 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad8ff000-ad903000 rw-p 00000000 00:01 17886 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad903000-ad907000 rw-p 00000000 00:01 17885 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad907000-ad90b000 rw-p 00000000 00:01 17884 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad90b000-ad90f000 rw-p 00000000 00:01 17883 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad90f000-ad913000 rw-p 00000000 00:01 17882 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad913000-ad917000 rw-p 00000000 00:01 17881 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad917000-ad918000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E ad918000-ad91a000 rw-p 00000000 00:01 399590 /dev/ashmem/dalvik-indirect ref table_30226_30232 (deleted)
E ad91a000-ad91e000 rw-p 00000000 00:01 17880 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad91e000-ad922000 rw-p 00000000 00:01 17879 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad922000-ad926000 rw-p 00000000 00:01 17878 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad926000-ad92a000 rw-p 00000000 00:01 17877 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad92a000-ad92e000 rw-p 00000000 00:01 17876 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad92e000-ad932000 rw-p 00000000 00:01 17875 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad932000-ad95f000 r--s 00000000 fe:01 1609 /system/framework/arm/boot-timakeystore.vdex
E ad95f000-ad980000 r--s 00000000 fe:01 1597 /system/framework/arm/boot-sprengine.vdex
E ad980000-ad981000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad981000-ad982000 r--s 00000000 fe:01 1457 /system/framework/QPerformance.jar
E ad982000-ad983000 r--p 00000000 00:00 0
E ad983000-ad984000 rw-p 00000000 00:01 19961 /dev/ashmem/dalvik-mod union bitmap_632_632 (deleted)
E ad984000-ad988000 rw-p 00000000 00:01 17874 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad988000-ad98c000 rw-p 00000000 00:01 17873 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad98c000-ad990000 rw-p 00000000 00:01 17872 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad990000-ad994000 rw-p 00000000 00:01 17871 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad994000-ad998000 rw-p 00000000 00:01 17870 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad998000-ad999000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E ad999000-ad99b000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad99b000-ad99c000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad99c000-ad9b4000 r--s 00000000 fe:01 1522 /system/framework/arm/boot-WfdCommon.vdex
E ad9b4000-ad9d6000 r--s 00000000 fe:01 1555 /system/framework/arm/boot-ims-common.vdex
E ad9d6000-ad9e4000 r-xp 00000000 fe:01 2388 /system/lib/liblz4.so
E ad9e4000-ad9e5000 r--p 0000d000 fe:01 2388 /system/lib/liblz4.so
E ad9e5000-ad9e6000 rw-p 0000e000 fe:01 2388 /system/lib/liblz4.so
E ad9e6000-ad9e7000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E ad9e7000-ad9e8000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ad9e8000-ad9ec000 rw-p 00000000 00:01 17869 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E ad9ec000-ada03000 r--s 00000000 fe:01 1579 /system/framework/arm/boot-qcom.fmradio.vdex
E ada03000-ada69000 r--s 00000000 fe:01 1537 /system/framework/arm/boot-conscrypt.vdex
E ada69000-ada99000 r--s 00000000 00:0e 10825 /dev/__properties__/u:object_r:fingerprint_prop:s0
E ada99000-ada9a000 r--p 00000000 00:00 0 [anon:linker_alloc]
E ada9a000-ada9c000 rw-p 00000000 00:01 18128 /dev/ashmem/dalvik-indirect ref table_632_632 (deleted)
E ada9c000-adaa0000 rw-p 00000000 00:01 17868 /dev/ashmem/dalvik-thread local mark stack_632_632 (deleted)
E adaa0000-adaa5000 r--s 00000000 fe:01 1606 /system/framework/arm/boot-telephony-ext.vdex
E adaa5000-adaa6000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E adaa6000-adaa7000 r--p 00001000 fe:03 611 /data/dalvik-cache/arm/system@framework@boot-telephony-ext.art
E adaa7000-adaa8000 r--s 00000000 fe:01 1600 /system/framework/arm/boot-tcmiface.vdex
E adaa8000-adaa9000 r--p 00001000 fe:03 610 /data/dalvik-cache/arm/system@framework@boot-tcmiface.art
E adaa9000-adaaa000 r--s 00000000 fe:01 1570 /system/framework/arm/boot-oem-services.vdex
E adaaa000-adaab000 r--p 00001000 fe:03 609 /data/dalvik-cache/arm/system@framework@boot-oem-services.art
E adaab000-adaac000 r--p 00005000 fe:03 608 /data/dalvik-cache/arm/system@framework@boot-WfdCommon.art
E adaac000-adaad000 r--p 00005000 fe:03 607 /data/dalvik-cache/arm/system@framework@boot-qcom.fmradio.art
E adaad000-adaaf000 r--s 00000000 fe:01 1564 /system/framework/arm/boot-knoxvpnuidtag.vdex
E adaaf000-adab0000 r--p 00001000 fe:03 606 /data/dalvik-cache/arm/system@framework@boot-knoxvpnuidtag.art
E adab0000-adab1000 r--p 00000000 00:00 0 [anon:linker_alloc]
E adab1000-adab4000 r--s 00000000 fe:01 1588 /system/framework/arm/boot-sec_sdp_hidden_sdk.vdex
E adab4000-adab7000 r--s 00000000 fe:01 1558 /system/framework/arm/boot-knoxanalyticssdk.vdex
E adab7000-adae7000 r--s 00000000 00:0e 10845 /dev/__properties__/u:object_r:radio_prop:s0
E adae7000-adb17000 r--s 00000000 00:0e 10854 /dev/__properties__/u:object_r:config_prop:s0
E adb17000-adb18000 r--p 00000000 00:00 0 [anon:linker_alloc]
E adb18000-adb19000 r--p 00001000 fe:03 605 /data/dalvik-cache/arm/system@framework@boot-sec_sdp_hidden_sdk.art
E adb19000-adb1a000 r--p 00006000 fe:03 604 /data/dalvik-cache/arm/system@framework@boot-sec_sdp_sdk.art
E adb1a000-adb1e000 r--s 00000000 fe:01 1582 /system/framework/arm/boot-sagearpolicymanager.vdex
E adb1e000-adb1f000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E adb1f000-adb20000 r--p 00001000 fe:03 603 /data/dalvik-cache/arm/system@framework@boot-knoxanalyticssdk.art
E adb20000-adb21000 r--p 00001000 fe:03 602 /data/dalvik-cache/arm/system@framework@boot-sagearpolicymanager.art
E adb21000-adb22000 r--p 0000b000 fe:03 601 /data/dalvik-cache/arm/system@framework@boot-sec_edm.art
E adb22000-adb3e000 r--s 00000000 fe:01 1594 /system/framework/arm/boot-smartbondingservice.vdex
E adb3e000-adb6e000 r--s 00000000 00:0e 10853 /dev/__properties__/u:object_r:dalvik_prop:s0
E adb6e000-adb6f000 rw-p 00000000 00:00 0 [anon:linker_alloc_vector]
E adb6f000-adb70000 r--p 0000b000 fe:03 600 /data/dalvik-cache/arm/system@framework@boot-knoxsdk.art
E adb70000-adb72000 r--s 00000000 fe:01 1519 /system/framework/arm/boot-SemAudioThumbnail.vdex
E adb72000-adb73000 r--p 00001000 fe:03 599 /data/dalvik-cache/arm/system@framework@boot-SemAudioThumbnail.art
E adb73000-adb74000 r--s 00000000 fe:01 1612 /system/framework/arm/boot-ucmopensslenginehelper.vdex
E adb74000-adb7a000 r--s 00000000 fe:01 1528 /system/framework/arm/boot-android.hidl.manager-V1.0-java.vdex
E adb7a000-adb7b000 r--p 00000000 00:00 0 [anon:linker_alloc]
E adb7b000-adb7c000 r--p 00001000 fe:03 598 /data/dalvik-cache/arm/system@framework@boot-ucmopensslenginehelper.art
E adb7c000-adb7d000 r--p 00007000 fe:03 597 /data/dalvik-cache/arm/system@framework@boot-fipstimakeystore.art
E adb7d000-adb7e000 r--p 00000000 00:00 0 [anon:linker_alloc]
E adb7e000-adb7f000 r--p 00007000 fe:03 596 /data/dalvik-cache/arm/system@framework@boot-timakeystore.art
E adb7f000-adba8000 r--s 00000000 fe:01 1615 /system/framework/arm/boot-voip-common.vdex
E adba8000-adba9000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E adba9000-adbaa000 r--p 00003000 fe:03 595 /data/dalvik-cache/arm/system@framework@boot-android.hidl.manager-V1.0-java.art
E adbaa000-adbad000 r--s 00000000 fe:01 1525 /system/framework/arm/boot-android.hidl.base-V1.0-java.vdex
E adbad000-adbae000 r--p 00001000 fe:03 594 /data/dalvik-cache/arm/system@framework@boot-android.hidl.base-V1.0-java.art
E adbae000-adbaf000 r--p 00006000 fe:03 593 /data/dalvik-cache/arm/system@framework@boot-sprengine.art
E adbaf000-adbb0000 r--p 00005000 fe:03 592 /data/dalvik-cache/arm/system@framework@boot-smartbondingservice.art
E adbb0000-adbb1000 r--p 00020000 fe:03 591 /data/dalvik-cache/arm/system@framework@boot-org.apache.http.legacy.boot.art
E adbb1000-adbb2000 r--p 00008000 fe:03 590 /data/dalvik-cache/arm/system@framework@boot-ims-common.art
E adbb2000-adbb3000 r--p 00008000 fe:03 589 /data/dalvik-cache/arm/system@framework@boot-voip-common.art
E adbb3000-adbb5000 r--p 0006d000 fe:03 588 /data/dalvik-cache/arm/system@framework@boot-telephony-common.art
E adbb5000-adbb6000 r--p 00000000 00:00 0 [anon:linker_alloc]
E adbb6000-adbc0000 r--p 00531000 fe:03 587 /data/dalvik-cache/arm/system@framework@boot-framework.art
E adbc0000-adbc1000 r--p 00026000 fe:03 586 /data/dalvik-cache/arm/system@framework@boot-ext.art
E adbc1000-adbca000 r--s 00000000 fe:01 1567 /system/framework/arm/boot-legacy-test.vdex
E adbca000-adbcb000 r--p 00004000 fe:03 585 /data/dalvik-cache/arm/system@framework@boot-legacy-test.art
E adbcb000-adbcc000 r--p 0000c000 fe:03 584 /data/dalvik-cache/arm/system@framework@boot-apache-xml.art
E adbcc000-adbcd000 r--p 0002a000 fe:03 583 /data/dalvik-cache/arm/system@framework@boot-bouncycastle.art
E adbcd000-adbce000 r--p 00024000 fe:03 582 /data/dalvik-cache/arm/system@framework@boot-okhttp.art
E adbce000-adbcf000 r--p 00040000 fe:03 581 /data/dalvik-cache/arm/system@framework@boot-conscrypt.art
E adbcf000-adbd1000 r--p 0009c000 fe:03 580 /data/dalvik-cache/arm/system@framework@boot-core-libart.art
E adbd1000-adbd5000 r--p 001a5000 fe:03 579 /data/dalvik-cache/arm/system@framework@boot-core-oj.art
E adbd5000-adbd6000 r--p 00000000 00:00 0 [anon:linker_alloc]
E adbd6000-adbd7000 r--s 00000000 fe:01 1618 /system/framework/arm/boot.vdex
E adbd7000-adc07000 r--s 00000000 00:0e 10851 /dev/__properties__/u:object_r:debug_prop:s0
E adc07000-adc08000 rw-p 00000000 00:00 0 [anon:linker_alloc_small_objects]
E adc08000-adc09000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E adc09000-adc0c000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E adc0c000-adc0d000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E adc0d000-adc0e000 rw-p 00000000 00:00 0 [anon:linker_alloc]
E adc0e000-adc3e000 r--s 00000000 00:0e 10815 /dev/__properties__/u:object_r:default_prop:s0
E adc3e000-adc3f000 rw-p 00000000 00:00 0 [anon:linker_alloc_vector]
E adc3f000-adc40000 rw-p 00000000 00:00 0 [anon:linker_alloc_small_objects]
E adc40000-adc41000 rw-p 00000000 00:00 0 [anon:linker_alloc_vector]
E adc41000-adc42000 rw-p 00000000 00:00 0 [anon:linker_alloc_small_objects]
E adc42000-adc43000 r--p 00000000 00:00 0 [anon:linker_alloc]
E adc43000-adc45000 rw-p 00000000 00:00 0 [anon:linker_alloc_small_objects]
E adc45000-adc46000 r--p 0000c000 fe:03 578 /data/dalvik-cache/arm/system@framework@boot.art
E adc46000-adc47000 rw-p 00000000 00:00 0 [anon:linker_alloc_small_objects]
E adc47000-adc48000 rw-p 00000000 00:00 0 [anon:linker_alloc_vector]
E adc48000-adc49000 rw-p 00000000 00:00 0 [anon:linker_alloc_small_objects]
E adc49000-adc79000 r--s 00000000 00:0e 10851 /dev/__properties__/u:object_r:debug_prop:s0
E adc79000-adca9000 r--s 00000000 00:0e 10856 /dev/__properties__/properties_serial
E adca9000-adcaa000 r--p 00000000 00:00 0 [anon:linker_alloc]
E adcaa000-adcab000 r--p 00000000 00:00 0 [anon:linker_alloc]
E adcab000-adcac000 r--p 00000000 00:00 0 [anon:linker_alloc]
E adcac000-adcaf000 rw-p 00000000 00:00 0 [anon:linker_alloc_small_objects]
E adcaf000-adcb0000 rw-p 00000000 00:00 0 [anon:linker_alloc_vector]
E adcb0000-adcb1000 ---p 00000000 00:00 0
E adcb1000-adcb2000 rw-p 00000000 00:00 0
E adcb2000-adcb3000 ---p 00000000 00:00 0
E adcb3000-adcb4000 rw-p 00000000 00:00 0 [anon:linker_alloc_lob]
E adcb4000-adcb5000 r--p 00000000 00:00 0 [anon:linker_alloc]
E adcb5000-adcb9000 rw-p 00000000 00:00 0 [anon:linker_alloc_small_objects]
E adcb9000-adcba000 r--p 00000000 00:00 0 [anon:atexit handlers]
E adcba000-adcbb000 ---p 00000000 00:00 0 [anon:thread signal stack guard page]
E adcbb000-adcbf000 rw-p 00000000 00:00 0 [anon:thread signal stack]
E adcbf000-adcc0000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E adcc0000-adcc3000 rw-p 00000000 00:00 0 [anon:bionic TLS]
E adcc3000-adcc4000 ---p 00000000 00:00 0 [anon:bionic TLS guard]
E adcc4000-add4d000 r-xp 00000000 fe:01 443 /system/bin/linker
E add4d000-add4e000 rw-p 00000000 00:00 0 [anon:arc4random data]
E add4e000-add50000 r--p 00089000 fe:01 443 /system/bin/linker
E add50000-add51000 rw-p 0008b000 fe:01 443 /system/bin/linker
E add51000-add99000 rw-p 00000000 00:00 0
E add99000-add9a000 r--p 00000000 00:00 0
E add9a000-adda0000 rw-p 00000000 00:00 0
E be6fc000-be6fd000 ---p 00000000 00:00 0
E be6fd000-beefc000 rw-p 00000000 00:00 0 [stack]
E beff6000-beff7000 r-xp 00000000 00:00 0 [sigpage]
E ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]
E No native Android stacktrace (see debuggerd output).
E =================================================================
E Got a SIGSEGV while executing native code. This usually indicates
E a fatal error in the mono runtime or one of the native libraries
E used by your application.
E =================================================================
libc F Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 30473 (GLThread 2592), pid 30226 (myapp)
InputTransport D Input channel constructed: fd=103
pl@191a79f[RunActivity] D setView = DecorView@1496ccb[RunActivity] TM=true MM=false
D dispatchAttachedToWindow
Surface V sf_framedrop debug : 0x4f4c, game : false, logging : 0
pl@191a79f[RunActivity] D Relayout returned: old=[0,0][0,0] new=[0,0][1280,800] result=0x27 surface={valid=true 1736001536} changed=true
DEBUG F #00 pc 00000000 <unknown>
F #01 pc 011ead09 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libruntimecore.so
F #02 pc 011f6603 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libruntimecore.so
F #03 pc 011e0e81 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libruntimecore.so
F #04 pc 011e2259 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libruntimecore.so
F #05 pc 00f5b307 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libruntimecore.so
F #06 pc 009a9855 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libruntimecore.so
F #07 pc 007632ab /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libruntimecore.so (RT_GeoView_draw+26)
F #08 pc 000d5463 /data/app/myapp-aMwNX6CP0Z5HsuX8RDewfg==/lib/arm/libRuntimeCoreNet.so (CoreRT_GeoView_draw+34)
F #09 pc 000083e4 <anonymous:78170000>

RichZwaap
Occasional Contributor III

I've run some automated tests on a Samsung Galaxy Tab A and Samsung Galaxy Tab S4 with 8.1.0, and did not run into any problems.  I was also able to run an app with a MapView displaying an ArcGISTiledLayer interactively on a Samsung Galaxy Tab S4 with 8.1.0 and a Samsung Galaxy Tab A with 7.1.1, and likewise did not encounter any issues.  I assume you mean the Samsung Galaxy Tab S4 and not the Samsung Galaxy S4, as the latter is not upgradable beyond Lollipop (i.e. Android 5.x).

Could you describe the contents of your map?  It could be that there's an issue with a particular type of layer, symbol, etc.  Or if you could narrow down the issue to something like an app that only displays a map containing a single layer, that would be very helpful in tracking this down. 

0 Kudos
NathanWestfall1
New Contributor III

I've tried recreating the app, but have had no success.

I'll try to explain our set as best as possible.

In an Activity we have a "ViewPager" with 5 fragments.  One of the fragments displays the map.

In the "OnCreateView" callback of the fragment is when we initialize the `MapView`.  We currently shared the `MapView` instance due a memory leak with your implementation so there is a static instance of it somewhere.  At this point, we check if the `MapView?.Map?.LoadStatus` is `Loaded`.  If it's not, we create the `Map` at this point with the following code

Map m = new Map();

ArcGISVectorTiledLayer basemapLayer = new ArcGISVectorTiledLayer();

basemapLayer.Source = new Uri("file://PATH_ON_DEVICE");

m.Basemap.BaseLayers.Add(basemapLayer);

// Then we add streets.  The code below here is done in the background

var streets = Directory.EnumerateFiles("PATH_ON_DEVICE", "*.geodatabases");

if(streets != null && streets.Any())
{

   foreach(var street in streets)

   {

       FeatureLayer fl = null;

       try

       {

            var gdb = await Esri.ArcGISRuntime.Data.Geodatabase.OpenAsync(f).ConfigureAwait(false);

            var gdbFeatureTable = AvailableFeatures.GetStreetFeatureTable(gdb, STREET_SEGMENTS_CONST);

           

            if (gdbFeatureTable?.TableName != null)
            {
               fl.Name = gdbFeatureTable.TableName;
            }
            else
            {
               fl.Name = $"Local Streets {i}";
            }

            Esri.ArcGISRuntime.Symbology.Symbol sym = new SimpleLineSymbol(SimpleLineSymbolStyle.Solid, Color.White, 8);

            CompositeSymbol s = new CompositeSymbol();
            s.Symbols.Add(sym);
            SimpleRenderer sr = new SimpleRenderer(sym);

            fl.Renderer = new SimpleRenderer(sym);
            fl.LabelsEnabled = true;

       }

       catch(Exception) { }

       if(fl != null)

       {

            m.OperationLayers.Add(fl);

       }

   }

}

After this, we start to setup the map.  This for the most part is also backgrounded.

await App.MapView.SetViewpointAsync(new Viewpoint(OUR_POLYLINE)).ConfigureAwait(false);

if (App.MapView.LocationDisplay.IsEnabled)
   App.MapView.LocationDisplay.IsEnabled = false;

await App.MapView.SetViewpointScaleAsync(3500).ConfigureAwait(false);

if(App.MapView.GraphicOverlays == null)

   App.MapView.GraphicOverlays = new GraphicsOverlayCollection();

else

   App.MapView.GraphicOverlays.Clear();

_graphics1 = new GraphicsOverlay();

/* you get the idea */

_graphics6 = new GraphicsOverlay();

App.MapView.GraphicOverlays.Add(_graphics1);

/* you get the idea */

App.MapView.GraphicOverlays.Add(_graphics6);

Color graphics1Color = Color.FromArgb(150, Color.Gray);

_graphics1.Graphics.Add(new Graphic(POLYLINE, new SimpleLineSymbol(Solid, _graphics1Color, 12)));

foreach(var place in places)

{

   Dictionary<string, string> attributes = new Dictionary<string, string>();

   attriubtes.Add("PlaceId", place.ID);

   _graphics5.Graphics.Add(new Graphic(place.MapPoint, attributes, GetPlaceSymbol(place)); 

}

_graphics6.MinScale = 75000;

_graphics5.MaxScale = 1000;

_graphics5.MinScale = 75000;

CompositeSymbol GetPlaceSymbol(Place place)

{

   TextSymbol placeText = new TextSymbol(place.Name, Color.Black, 25, Center, Middle);

   CompositeSymbol cs = new CompositeSymbol();

   cs.Symbols.Add(placeText);

   cs.Symbols.Add(_icon); // Icon is loaded earlier async using `await PictureMarkerSymbol.CreateAsync(ResourceStreamManager.GetResourceStream(place.Icon)).ConfigureAwait(false);`

   return cs;

}

0 Kudos
NathanWestfall1
New Contributor III

One of our apps was still on 100.2.1.  I got to checking 100.4.0 this morning after updating and it appears to have fixed the issue!   I checked all the release notes for 100.3.0 and 100.4.0 and didn't see this, but thanks for fixing it!

0 Kudos