Coder Social home page Coder Social logo

Comments (2)

yuriiurshuliak avatar yuriiurshuliak commented on June 24, 2024

The issue may be related to live updates, which should be fixed now. Please try to completely remove live updates, clear the cache, and then re-enable live updates.
Additionally, it would be helpful if you could provide us with the crash log file or a video showing the crash.

from osmand.

Discostu36 avatar Discostu36 commented on June 24, 2024

I have the same problem, also when live updates are deactivated. It only happens with the OpenGl renderer.

Fairphone 4
Android 13
Osmand~ 4.7.10

Logcat
--------- beginning of main
06-22 10:32:20.736 27178 27178 I libc    : SetHeapTaggingLevel: tag level set to 0
06-22 10:32:20.741 27178 27178 I net.osmand.plus: Using CollectorTypeCC GC.
06-22 10:32:20.744 27178 27178 E net.osmand.plus: Not starting debugger since process cannot load the jdwp agent.
06-22 10:32:20.776 27178 27178 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10386; state: ENABLED
06-22 10:32:21.001 27178 27178 D nativeloader: Configuring clns-4 for other apk /data/app/~~37rouTN7KNdq6OLoZkxQoQ==/net.osmand.plus-Sq3I0BQqjDwgTRnUD1s-bg==/base.apk. target_sdk_version=33, uses_libraries=, library_path=/data/app/~~37rouTN7KNdq6OLoZkxQoQ==/net.osmand.plus-Sq3I0BQqjDwgTRnUD1s-bg==/lib/arm64:/data/app/~~37rouTN7KNdq6OLoZkxQoQ==/net.osmand.plus-Sq3I0BQqjDwgTRnUD1s-bg==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/net.osmand.plus
06-22 10:32:21.292 27178 27178 I Perf    : Connecting to perf service.
06-22 10:32:21.334 27178 27178 V GraphicsEnvironment: ANGLE Developer option for 'net.osmand.plus' set to: 'default'
06-22 10:32:21.335 27178 27178 V GraphicsEnvironment: ANGLE GameManagerService for net.osmand.plus: false
06-22 10:32:21.335 27178 27178 V GraphicsEnvironment: Updatable production driver is not supported on the device.
06-22 10:32:21.344 27178 27178 D NetworkSecurityConfig: No Network Security Config specified, using platform default
06-22 10:32:21.345 27178 27178 D NetworkSecurityConfig: No Network Security Config specified, using platform default
06-22 10:32:21.547 27178 27178 I MultiDex: VM with version 2.1.0 has multidex support
06-22 10:32:21.547 27178 27178 I MultiDex: Installing application
06-22 10:32:21.547 27178 27178 I MultiDex: VM has multidex support, MultiDex support library is disabled.
06-22 10:32:21.547 27178 27178 I MultiDex: Installing application
06-22 10:32:21.548 27178 27178 I MultiDex: VM has multidex support, MultiDex support library is disabled.
06-22 10:32:21.678 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2116)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.content.Context.getSystemService(Context.java:4168)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.widget.ToastPresenter.<init>(ToastPresenter.java:104)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.widget.Toast$TN.<init>(Toast.java:642)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.widget.Toast.<init>(Toast.java:174)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.widget.Toast.<init>(Toast.java:161)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at net.osmand.plus.OsmandApplication.createInUiThread(OsmandApplication.java:285)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:222)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:21.678 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:21.678 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:21.678 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:21.678 27178 27178 D StrictMode: 	... 19 more
06-22 10:32:21.679 27178 27178 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8 WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:21.679 27178 27178 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.content.Context.getSystemService(Context.java:4168)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.widget.ToastPresenter.<init>(ToastPresenter.java:104)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.widget.Toast$TN.<init>(Toast.java:642)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.widget.Toast.<init>(Toast.java:174)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.widget.Toast.<init>(Toast.java:161)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at net.osmand.plus.OsmandApplication.createInUiThread(OsmandApplication.java:285)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:222)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:21.679 27178 27178 E ContextImpl: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:22.406 27178 27178 W System.err: Startup service net.osmand.plus.routing.RoutingHelper took too long 27 ms
06-22 10:32:22.414 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2116)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at net.osmand.plus.render.OsmandRenderer.<init>(OsmandRenderer.java:147)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at net.osmand.plus.render.MapRenderRepositories.<init>(MapRenderRepositories.java:120)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at net.osmand.plus.resources.ResourceManager.<init>(ResourceManager.java:278)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at net.osmand.plus.AppInitializer.onCreateApplication(AppInitializer.java:300)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:241)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:22.414 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:22.414 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:22.414 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:22.414 27178 27178 D StrictMode: 	... 17 more
06-22 10:32:22.414 27178 27178 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8 WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:22.414 27178 27178 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at net.osmand.plus.render.OsmandRenderer.<init>(OsmandRenderer.java:147)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at net.osmand.plus.render.MapRenderRepositories.<init>(MapRenderRepositories.java:120)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at net.osmand.plus.resources.ResourceManager.<init>(ResourceManager.java:278)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at net.osmand.plus.AppInitializer.onCreateApplication(AppInitializer.java:300)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:241)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:22.414 27178 27178 E ContextImpl: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:22.416 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2116)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at net.osmand.plus.resources.ResourceManager.<init>(ResourceManager.java:292)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at net.osmand.plus.AppInitializer.onCreateApplication(AppInitializer.java:300)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:241)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:22.416 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:22.416 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:22.416 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:22.416 27178 27178 D StrictMode: 	... 15 more
06-22 10:32:22.416 27178 27178 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8 WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:22.416 27178 27178 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at net.osmand.plus.resources.ResourceManager.<init>(ResourceManager.java:292)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at net.osmand.plus.AppInitializer.onCreateApplication(AppInitializer.java:300)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:241)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:22.416 27178 27178 E ContextImpl: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:22.429 27178 27178 I net.osmand: ResourceManager Bitmap tiles to load in memory : 180.0 {main}
06-22 10:32:22.429 27178 27178 W System.err: Startup service net.osmand.plus.resources.ResourceManager took too long 23 ms
06-22 10:32:22.664 27178 27726 D MediaCodecList: codecHandlesFormat: no format, so no extra checks
06-22 10:32:22.664 27178 27726 D MediaCodecList: codecHandlesFormat: no format, so no extra checks
06-22 10:32:22.689 27178 27771 D CCodec  : allocate(c2.android.vorbis.decoder)
06-22 10:32:22.692 27178 27771 I Codec2Client: Available Codec2 services: "default" "software"
06-22 10:32:22.715 27178 27771 I CCodec  : setting up 'default' as default (vendor) store
06-22 10:32:22.777 27178 27771 I CCodec  : Created component [c2.android.vorbis.decoder]
06-22 10:32:22.778 27178 27771 D CCodecConfig: read media type: audio/vorbis
06-22 10:32:22.782 27178 27771 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values
06-22 10:32:22.789 27178 27771 D ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values
06-22 10:32:22.789 27178 27771 D ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values
06-22 10:32:22.790 27178 27771 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values
06-22 10:32:22.791 27178 27771 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values
06-22 10:32:22.791 27178 27771 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values
06-22 10:32:22.793 27178 27771 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values
06-22 10:32:22.796 27178 27771 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
06-22 10:32:22.796 27178 27771 D CCodecConfig: c2 config diff is Dict {
06-22 10:32:22.796 27178 27771 D CCodecConfig:   c2::u32 coded.bitrate.value = 64000
06-22 10:32:22.796 27178 27771 D CCodecConfig:   c2::u32 input.buffers.max-size.value = 32768
06-22 10:32:22.796 27178 27771 D CCodecConfig:   c2::u32 input.delay.value = 0
06-22 10:32:22.796 27178 27771 D CCodecConfig:   string input.media-type.value = "audio/vorbis"
06-22 10:32:22.796 27178 27771 D CCodecConfig:   string output.media-type.value = "audio/raw"
06-22 10:32:22.796 27178 27771 D CCodecConfig:   c2::u32 raw.channel-count.value = 1
06-22 10:32:22.796 27178 27771 D CCodecConfig:   c2::u32 raw.sample-rate.value = 48000
06-22 10:32:22.796 27178 27771 D CCodecConfig: }
06-22 10:32:22.797 27178 27771 D MediaCodec: flushMediametrics
06-22 10:32:22.802 27178 27771 D CCodec  : [c2.android.vorbis.decoder] buffers are bound to CCodec for this session
06-22 10:32:22.802 27178 27771 D CCodecConfig: no c2 equivalents for durationUs
06-22 10:32:22.802 27178 27771 D CCodecConfig: no c2 equivalents for track-id
06-22 10:32:22.802 27178 27771 D CCodecConfig: no c2 equivalents for csd-1
06-22 10:32:22.802 27178 27771 D CCodecConfig: no c2 equivalents for language
06-22 10:32:22.802 27178 27771 D CCodecConfig: no c2 equivalents for file-format
06-22 10:32:22.802 27178 27771 D CCodecConfig: no c2 equivalents for flags
06-22 10:32:22.803 27178 27771 D CCodecConfig: config failed => CORRUPTED
06-22 10:32:22.803 27178 27771 D CCodecConfig: c2 config diff is   c2::u32 coded.bitrate.value = 60000
06-22 10:32:22.804 27178 27771 W Codec2Client: query -- param skipped: index = 1107298332.
06-22 10:32:22.804 27178 27771 D CCodec  : encoding statistics level = 0
06-22 10:32:22.805 27178 27771 D CCodec  : setup formats input: AMessage(what = 0x00000000) = {
06-22 10:32:22.805 27178 27771 D CCodec  :   int32_t bitrate = 60000
06-22 10:32:22.805 27178 27771 D CCodec  :   int32_t channel-count = 1
06-22 10:32:22.805 27178 27771 D CCodec  :   int32_t max-input-size = 65307
06-22 10:32:22.805 27178 27771 D CCodec  :   string mime = "audio/vorbis"
06-22 10:32:22.805 27178 27771 D CCodec  :   int32_t sample-rate = 48000
06-22 10:32:22.805 27178 27771 D CCodec  : }
06-22 10:32:22.805 27178 27771 D CCodec  : setup formats output: AMessage(what = 0x00000000) = {
06-22 10:32:22.805 27178 27771 D CCodec  :   int32_t channel-count = 1
06-22 10:32:22.805 27178 27771 D CCodec  :   string mime = "audio/raw"
06-22 10:32:22.805 27178 27771 D CCodec  :   int32_t sample-rate = 48000
06-22 10:32:22.805 27178 27771 D CCodec  :   int32_t android._config-pcm-encoding = 2
06-22 10:32:22.805 27178 27771 D CCodec  : }
06-22 10:32:22.805 27178 27771 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
06-22 10:32:22.807 27178 27771 W Codec2Client: query -- param skipped: index = 1342179345.
06-22 10:32:22.807 27178 27771 W Codec2Client: query -- param skipped: index = 2415921170.
06-22 10:32:22.808 27178 27771 D C2Store : Using ION
06-22 10:32:22.813 27178 27771 D CCodecBufferChannel: [c2.android.vorbis.decoder#239] Created input block pool with allocatorID 16 => poolID 17 - OK (0)
06-22 10:32:22.819 27178 27771 I CCodecBufferChannel: [c2.android.vorbis.decoder#239] Created output block pool with allocatorID 16 => poolID 386 - OK
06-22 10:32:22.819 27178 27771 D CCodecBufferChannel: [c2.android.vorbis.decoder#239] Configured output block pool ids 386 => OK
06-22 10:32:22.820 27178 27771 D CCodecBufferChannel: [c2.android.vorbis.decoder#239] start: updating output delay 0
06-22 10:32:23.076 27178 27178 W System.err: Startup service net.osmand.plus.avoidroads.AvoidRoadsHelper took too long 645 ms
06-22 10:32:23.246 27178 27771 D CCodecBufferChannel: [c2.android.vorbis.decoder#239] MediaCodec discarded an unknown buffer
06-22 10:32:23.247 27178 27771 D CCodecBufferChannel: [c2.android.vorbis.decoder#239] MediaCodec discarded an unknown buffer
06-22 10:32:23.247 27178 27771 D CCodecBufferChannel: [c2.android.vorbis.decoder#239] MediaCodec discarded an unknown buffer
06-22 10:32:23.256 27178 27726 D MediaCodec: flushMediametrics
06-22 10:32:23.259 27178 27925 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
06-22 10:32:23.653 27178 27178 W System.err: Startup service net.osmand.plus.feedback.AnalyticsHelper took too long 575 ms
06-22 10:32:23.701 27178 27178 W System.err: Startup service net.osmand.plus.notifications.NotificationHelper took too long 48 ms
06-22 10:32:23.768 27178 27178 W System.err: Startup service net.osmand.plus.track.helpers.GpxDbHelper took too long 67 ms
06-22 10:32:23.795 27178 27178 W System.err: Startup service net.osmand.plus.helpers.WaypointHelper took too long 27 ms
06-22 10:32:23.843 27178 27178 W System.err: Startup service net.osmand.plus.poi.PoiFiltersHelper took too long 45 ms
06-22 10:32:23.851 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2116)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMap.<init>(OsmandMap.java:63)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at net.osmand.plus.AppInitializer.onCreateApplication(AppInitializer.java:327)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:241)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:23.851 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:23.851 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:23.851 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:23.851 27178 27178 D StrictMode: 	... 15 more
06-22 10:32:23.851 27178 27178 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8 WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:23.851 27178 27178 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at net.osmand.plus.views.OsmandMap.<init>(OsmandMap.java:63)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at net.osmand.plus.AppInitializer.onCreateApplication(AppInitializer.java:327)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:241)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:23.851 27178 27178 E ContextImpl: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:23.866 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2116)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.init(OsmandMapTileView.java:302)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.<init>(OsmandMapTileView.java:260)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMap.<init>(OsmandMap.java:74)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at net.osmand.plus.AppInitializer.onCreateApplication(AppInitializer.java:327)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:241)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:23.866 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:23.866 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:23.866 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:23.866 27178 27178 D StrictMode: 	... 17 more
06-22 10:32:23.867 27178 27178 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8 WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:23.867 27178 27178 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at net.osmand.plus.views.OsmandMapTileView.init(OsmandMapTileView.java:302)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at net.osmand.plus.views.OsmandMapTileView.<init>(OsmandMapTileView.java:260)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at net.osmand.plus.views.OsmandMap.<init>(OsmandMap.java:74)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at net.osmand.plus.AppInitializer.onCreateApplication(AppInitializer.java:327)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:241)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:23.867 27178 27178 E ContextImpl: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:23.868 27178 27178 W System.err: Startup service net.osmand.plus.views.OsmandMap took too long 18 ms
06-22 10:32:23.961 27178 27178 W System.err: Startup service net.osmand.plus.quickaction.MapButtonsHelper took too long 91 ms
06-22 10:32:23.997 27178 27178 W System.err: Startup service net.osmand.plus.myplaces.tracks.filters.SmartFolderHelper took too long 33 ms
06-22 10:32:24.012 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or  createConfigurationContext(Configuration) with a proper configuration.
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.os.StrictMode.assertConfigurationContext(StrictMode.java:2296)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.view.ViewConfiguration.get(ViewConfiguration.java:526)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.view.View.<init>(View.java:5366)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.widget.ImageView.<init>(ImageView.java:182)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at net.osmand.plus.views.layers.ContextMenuLayer.initLayer(ContextMenuLayer.java:152)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:474)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:453)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at net.osmand.plus.views.MapLayers.createLayers(MapLayers.java:113)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:242)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:24.012 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:24.012 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:24.012 27178 27178 D StrictMode: 	at android.os.StrictMode.assertConfigurationContext(StrictMode.java:2295)
06-22 10:32:24.012 27178 27178 D StrictMode: 	... 19 more
06-22 10:32:24.012 27178 27178 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:net.osmand.plus.OsmandApplication@e52ebc8 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or  createConfigurationContext(Configuration) with a proper configuration.
06-22 10:32:24.012 27178 27178 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.os.StrictMode.assertConfigurationContext(StrictMode.java:2295)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.view.ViewConfiguration.get(ViewConfiguration.java:526)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.view.View.<init>(View.java:5366)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.widget.ImageView.<init>(ImageView.java:182)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at net.osmand.plus.views.layers.ContextMenuLayer.initLayer(ContextMenuLayer.java:152)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:474)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:453)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at net.osmand.plus.views.MapLayers.createLayers(MapLayers.java:113)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:242)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:24.012 27178 27178 E StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:24.057 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2116)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at net.osmand.plus.views.layers.DownloadedRegionsLayer.initLayer(DownloadedRegionsLayer.java:177)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:474)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at net.osmand.plus.views.MapLayers.createLayers(MapLayers.java:121)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:242)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:24.057 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:24.057 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:24.057 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:24.057 27178 27178 D StrictMode: 	... 16 more
06-22 10:32:24.057 27178 27178 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8 WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:24.057 27178 27178 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at net.osmand.plus.views.layers.DownloadedRegionsLayer.initLayer(DownloadedRegionsLayer.java:177)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:474)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at net.osmand.plus.views.MapLayers.createLayers(MapLayers.java:121)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:242)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:24.057 27178 27178 E ContextImpl: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:24.551 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2116)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at net.osmand.plus.views.layers.TransportStopsLayer.initLayer(TransportStopsLayer.java:99)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:474)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:453)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at net.osmand.plus.views.MapLayers.createLayers(MapLayers.java:160)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:242)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:24.551 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:24.551 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:24.551 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:24.551 27178 27178 D StrictMode: 	... 17 more
06-22 10:32:24.552 27178 27178 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8 WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:24.552 27178 27178 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at net.osmand.plus.views.layers.TransportStopsLayer.initLayer(TransportStopsLayer.java:99)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:474)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:453)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at net.osmand.plus.views.MapLayers.createLayers(MapLayers.java:160)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:242)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:24.552 27178 27178 E ContextImpl: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:24.816 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or  createConfigurationContext(Configuration) with a proper configuration.
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.os.StrictMode.assertConfigurationContext(StrictMode.java:2296)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.view.ViewConfiguration.get(ViewConfiguration.java:526)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.view.View.<init>(View.java:5366)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.widget.ImageView.<init>(ImageView.java:182)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at net.osmand.plus.views.layers.MapQuickActionLayer.initLayer(MapQuickActionLayer.java:82)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:474)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:453)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at net.osmand.plus.views.MapLayers.createLayers(MapLayers.java:189)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:242)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:24.816 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:24.816 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:24.816 27178 27178 D StrictMode: 	at android.os.StrictMode.assertConfigurationContext(StrictMode.java:2295)
06-22 10:32:24.816 27178 27178 D StrictMode: 	... 19 more
06-22 10:32:24.817 27178 27178 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:net.osmand.plus.OsmandApplication@e52ebc8 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or  createConfigurationContext(Configuration) with a proper configuration.
06-22 10:32:24.817 27178 27178 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.os.StrictMode.assertConfigurationContext(StrictMode.java:2295)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.view.ViewConfiguration.get(ViewConfiguration.java:526)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.view.View.<init>(View.java:5366)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.widget.ImageView.<init>(ImageView.java:182)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at net.osmand.plus.views.layers.MapQuickActionLayer.initLayer(MapQuickActionLayer.java:82)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:474)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at net.osmand.plus.views.OsmandMapTileView.addLayer(OsmandMapTileView.java:453)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at net.osmand.plus.views.MapLayers.createLayers(MapLayers.java:189)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at net.osmand.plus.OsmandApplication.onCreate(OsmandApplication.java:242)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1278)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6792)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2134)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:24.817 27178 27178 E StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:24.864 27178 27178 I System.out: Time to start application 3210 ms. Should be less < 800 ms
06-22 10:32:24.885 27178 27178 I net.osmand: PluginsHelper Package not found: net.osmand.srtmPlugin.paid {main}
06-22 10:32:24.893 27178 27178 I net.osmand: PluginsHelper Package not found: net.osmand.srtmPlugin {main}
06-22 10:32:24.896 27178 27178 I net.osmand: PluginsHelper Package not found: net.osmand.nauticalPlugin {main}
06-22 10:32:24.903 27178 27178 I net.osmand: PluginsHelper Package not found: net.osmand.skimapsPlugin {main}
06-22 10:32:24.943 27178 27178 I net.osmand: PluginsHelper Package not found: net.osmand.parkingPlugin {main}
06-22 10:32:25.133 27178 27178 I QtCore  : Start
06-22 10:32:25.744 27178 28326 D MediaCodecList: codecHandlesFormat: no format, so no extra checks
06-22 10:32:25.745 27178 28326 D MediaCodecList: codecHandlesFormat: no format, so no extra checks
06-22 10:32:25.757 27178 27178 I System.out: Time to init plugins 893 ms. Should be less < 800 ms
06-22 10:32:25.778 27178 28329 D CCodec  : allocate(c2.android.vorbis.decoder)
06-22 10:32:25.782 27178 28329 I CCodec  : setting up 'default' as default (vendor) store
06-22 10:32:25.785 27178 28329 I CCodec  : Created component [c2.android.vorbis.decoder]
06-22 10:32:25.786 27178 28329 D CCodecConfig: read media type: audio/vorbis
06-22 10:32:25.790 27178 28329 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values
06-22 10:32:25.792 27178 28329 D ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values
06-22 10:32:25.793 27178 28329 D ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values
06-22 10:32:25.793 27178 28329 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values
06-22 10:32:25.793 27178 28329 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values
06-22 10:32:25.793 27178 28329 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values
06-22 10:32:25.794 27178 28329 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values
06-22 10:32:25.796 27178 28329 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
06-22 10:32:25.796 27178 28329 D CCodecConfig: c2 config diff is Dict {
06-22 10:32:25.796 27178 28329 D CCodecConfig:   c2::u32 coded.bitrate.value = 64000
06-22 10:32:25.796 27178 28329 D CCodecConfig:   c2::u32 input.buffers.max-size.value = 32768
06-22 10:32:25.796 27178 28329 D CCodecConfig:   c2::u32 input.delay.value = 0
06-22 10:32:25.796 27178 28329 D CCodecConfig:   string input.media-type.value = "audio/vorbis"
06-22 10:32:25.796 27178 28329 D CCodecConfig:   string output.media-type.value = "audio/raw"
06-22 10:32:25.796 27178 28329 D CCodecConfig:   c2::u32 raw.channel-count.value = 1
06-22 10:32:25.796 27178 28329 D CCodecConfig:   c2::u32 raw.sample-rate.value = 48000
06-22 10:32:25.796 27178 28329 D CCodecConfig: }
06-22 10:32:25.801 27178 28329 D MediaCodec: flushMediametrics
06-22 10:32:25.802 27178 28329 D CCodec  : [c2.android.vorbis.decoder] buffers are bound to CCodec for this session
06-22 10:32:25.802 27178 28329 D CCodecConfig: no c2 equivalents for durationUs
06-22 10:32:25.802 27178 28329 D CCodecConfig: no c2 equivalents for track-id
06-22 10:32:25.802 27178 28329 D CCodecConfig: no c2 equivalents for csd-1
06-22 10:32:25.802 27178 28329 D CCodecConfig: no c2 equivalents for language
06-22 10:32:25.802 27178 28329 D CCodecConfig: no c2 equivalents for file-format
06-22 10:32:25.802 27178 28329 D CCodecConfig: no c2 equivalents for flags
06-22 10:32:25.803 27178 28329 D CCodecConfig: config failed => CORRUPTED
06-22 10:32:25.803 27178 28329 D CCodecConfig: c2 config diff is   c2::u32 coded.bitrate.value = 112000
06-22 10:32:25.803 27178 28329 D CCodecConfig:   c2::u32 raw.channel-count.value = 2
06-22 10:32:25.803 27178 28329 D CCodecConfig:   c2::u32 raw.sample-rate.value = 44100
06-22 10:32:25.804 27178 28329 W Codec2Client: query -- param skipped: index = 1107298332.
06-22 10:32:25.805 27178 28329 D CCodec  : encoding statistics level = 0
06-22 10:32:25.805 27178 28329 D CCodec  : setup formats input: AMessage(what = 0x00000000) = {
06-22 10:32:25.805 27178 28329 D CCodec  :   int32_t bitrate = 112000
06-22 10:32:25.805 27178 28329 D CCodec  :   int32_t channel-count = 2
06-22 10:32:25.805 27178 28329 D CCodec  :   int32_t max-input-size = 65307
06-22 10:32:25.805 27178 28329 D CCodec  :   string mime = "audio/vorbis"
06-22 10:32:25.805 27178 28329 D CCodec  :   int32_t sample-rate = 44100
06-22 10:32:25.805 27178 28329 D CCodec  : }
06-22 10:32:25.805 27178 28329 D CCodec  : setup formats output: AMessage(what = 0x00000000) = {
06-22 10:32:25.805 27178 28329 D CCodec  :   int32_t channel-count = 2
06-22 10:32:25.805 27178 28329 D CCodec  :   string mime = "audio/raw"
06-22 10:32:25.805 27178 28329 D CCodec  :   int32_t sample-rate = 44100
06-22 10:32:25.805 27178 28329 D CCodec  :   int32_t android._config-pcm-encoding = 2
06-22 10:32:25.805 27178 28329 D CCodec  : }
06-22 10:32:25.805 27178 28329 I CCodecConfig: query failed after returning 7 values (BAD_INDEX)
06-22 10:32:25.806 27178 28329 W Codec2Client: query -- param skipped: index = 1342179345.
06-22 10:32:25.806 27178 28329 W Codec2Client: query -- param skipped: index = 2415921170.
06-22 10:32:25.808 27178 28329 D CCodecBufferChannel: [c2.android.vorbis.decoder#296] Created input block pool with allocatorID 16 => poolID 18 - OK (0)
06-22 10:32:25.810 27178 28329 I CCodecBufferChannel: [c2.android.vorbis.decoder#296] Created output block pool with allocatorID 16 => poolID 387 - OK
06-22 10:32:25.810 27178 28329 D CCodecBufferChannel: [c2.android.vorbis.decoder#296] Configured output block pool ids 387 => OK
06-22 10:32:25.811 27178 28329 D CCodecBufferChannel: [c2.android.vorbis.decoder#296] start: updating output delay 0
--------- beginning of system
06-22 10:32:25.828 27178 27178 V ActivityThread: handleTrimMemory:net.osmand.plus
06-22 10:32:25.842 27178 27178 I System.out: Initialized ROUTING_CONFIG_INITIALIZED in 916 ms
06-22 10:32:25.948 27178 28329 D CCodecBufferChannel: [c2.android.vorbis.decoder#296] MediaCodec discarded an unknown buffer
06-22 10:32:25.948 27178 28329 D CCodecBufferChannel: [c2.android.vorbis.decoder#296] MediaCodec discarded an unknown buffer
06-22 10:32:25.949 27178 28329 D CCodecBufferChannel: [c2.android.vorbis.decoder#296] MediaCodec discarded an unknown buffer
06-22 10:32:25.956 27178 28329 I hw-BpHwBinder: onLastStrongRef automatically unlinking death recipients
06-22 10:32:25.958 27178 28326 D MediaCodec: flushMediametrics
06-22 10:32:26.015 27178 28259 W net.osmand: RenderingRulesStorage Unknown tag : renderingStyle {Initializing app}
06-22 10:32:26.035 27178 28259 W net.osmand: RenderingRulesStorage Unknown tag : renderingStyle {Initializing app}
06-22 10:32:26.049 27178 28259 W net.osmand: RenderingRulesStorage Unknown tag : renderingStyle {Initializing app}
06-22 10:32:26.122 27178 28259 W net.osmand: RenderingRulesStorage Unknown tag : renderingStyle {Initializing app}
06-22 10:32:26.250 27178 28259 W net.osmand: RenderingRulesStorage Unknown tag : renderingStyle {Initializing app}
06-22 10:32:26.271 27178 28259 W net.osmand: RenderingRulesStorage Unknown tag : renderingStyle {Initializing app}
06-22 10:32:26.277 27178 28259 I System.out: Initialized INIT_RENDERERS in 435 ms
06-22 10:32:26.324 27178 28259 I CoreResourcesFromAndroidAssets: Located own package at '/data/app/~~37rouTN7KNdq6OLoZkxQoQ==/net.osmand.plus-Sq3I0BQqjDwgTRnUD1s-bg==/base.apk'
06-22 10:32:26.343 27178 28259 I CoreResourcesFromAndroidAssets: Application contains 4330 resources
06-22 10:32:27.814 27178 27799 D BufferPoolAccessor2.0: bufferpool2 0x7550844348 : 0(0 size) total buffers - 0(0 size) used buffers - 2/7 (recycle/alloc) - 5/244 (fetch/transfer)
06-22 10:32:27.814 27178 27799 D BufferPoolAccessor2.0: evictor expired: 1, evicted: 1
06-22 10:32:28.348 27178 28474 W         : WARNING: QApplication was not created in the main() thread.
06-22 10:32:28.952 27178 28259 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:28.952 27178 28259 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:28.952 27178 28259 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2116)
06-22 10:32:28.952 27178 28259 D StrictMode: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:28.952 27178 28259 D StrictMode: 	at net.osmand.plus.views.corenative.NativeCoreContext.init(NativeCoreContext.java:61)
06-22 10:32:28.952 27178 28259 D StrictMode: 	at net.osmand.plus.AppInitializer.initOpenGl(AppInitializer.java:639)
06-22 10:32:28.952 27178 28259 D StrictMode: 	at net.osmand.plus.AppInitializer.startApplicationBackground(AppInitializer.java:506)
06-22 10:32:28.952 27178 28259 D StrictMode: 	at net.osmand.plus.AppInitializer.lambda$startApplication$4$net-osmand-plus-AppInitializer(AppInitializer.java:761)
06-22 10:32:28.952 27178 28259 D StrictMode: 	at net.osmand.plus.AppInitializer$$ExternalSyntheticLambda3.run(Unknown Source:2)
06-22 10:32:28.952 27178 28259 D StrictMode: 	at java.lang.Thread.run(Thread.java:1012)
06-22 10:32:28.952 27178 28259 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:28.952 27178 28259 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:28.952 27178 28259 D StrictMode: 	... 7 more
06-22 10:32:28.952 27178 28259 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8 WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:28.952 27178 28259 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:28.952 27178 28259 E ContextImpl: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:28.952 27178 28259 E ContextImpl: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:28.952 27178 28259 E ContextImpl: 	at net.osmand.plus.views.corenative.NativeCoreContext.init(NativeCoreContext.java:61)
06-22 10:32:28.952 27178 28259 E ContextImpl: 	at net.osmand.plus.AppInitializer.initOpenGl(AppInitializer.java:639)
06-22 10:32:28.952 27178 28259 E ContextImpl: 	at net.osmand.plus.AppInitializer.startApplicationBackground(AppInitializer.java:506)
06-22 10:32:28.952 27178 28259 E ContextImpl: 	at net.osmand.plus.AppInitializer.lambda$startApplication$4$net-osmand-plus-AppInitializer(AppInitializer.java:761)
06-22 10:32:28.952 27178 28259 E ContextImpl: 	at net.osmand.plus.AppInitializer$$ExternalSyntheticLambda3.run(Unknown Source:2)
06-22 10:32:28.952 27178 28259 E ContextImpl: 	at java.lang.Thread.run(Thread.java:1012)
06-22 10:32:28.954 27178 28259 W osmand.core: QSocketNotifier: Can only be used with threads started with QThread
06-22 10:32:28.956 27178 28259 W osmand.core: QFileSystemWatcher::addPath: path is empty
06-22 10:32:28.961 27178 28259 W osmand.core: QSocketNotifier: Can only be used with threads started with QThread
06-22 10:32:29.047 27178 28259 D MapRendererContext: Going to pass 'weather.addon.render.xml' style content to native
06-22 10:32:29.050 27178 28259 D MapRendererContext: Going to pass 'contourlines.addon.render.xml' style content to native
06-22 10:32:29.053 27178 28259 D MapRendererContext: Going to pass 'depthcontourlines.addon.render.xml' style content to native
06-22 10:32:29.055 27178 28259 D MapRendererContext: Going to pass 'routes.addon.render.xml' style content to native
06-22 10:32:29.067 27178 28259 D MapRendererContext: Going to pass 'osmassistant.addon.render.xml' style content to native
06-22 10:32:29.070 27178 28259 D MapRendererContext: Going to pass 'publictransportroutes.addon.render.xml' style content to native
06-22 10:32:29.072 27178 28259 D MapRendererContext: Style 'default' not in cache
06-22 10:32:30.098 27178 28259 I System.out: Initialized NATIVE_OPEN_GL_INITIALIZED in 3821 ms
06-22 10:32:30.263 27178 28259 I net.osmand: MapRenderingTypes Time to init poi types 163 {Initializing app}
06-22 10:32:30.266 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: Other {Initializing app}
06-22 10:32:30.270 27178 28259 I System.out: Initialized POI_TYPES_INITIALIZED in 172 ms
06-22 10:32:30.298 27178 28259 I System.out: Initialized ASSETS_COPIED in 28 ms
06-22 10:32:30.398 27178 28511 I net.osmand: CachedOsmandIndexes Initialize cache ind.cache 91 ms {pool-6-thread-1}
06-22 10:32:30.621 27178 27212 D StrictMode: StrictMode policy violation: android.os.strictmode.LeakedClosableViolation: A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks.
06-22 10:32:30.621 27178 27212 D StrictMode: 	at android.os.StrictMode$AndroidCloseGuardReporter.report(StrictMode.java:1986)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at dalvik.system.CloseGuard.warnIfOpen(CloseGuard.java:336)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at java.io.FileInputStream.finalize(FileInputStream.java:508)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:339)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at java.lang.Daemons$FinalizerDaemon.processReference(Daemons.java:324)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:300)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at java.lang.Daemons$Daemon.run(Daemons.java:145)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at java.lang.Thread.run(Thread.java:1012)
06-22 10:32:30.621 27178 27212 D StrictMode: Caused by: java.lang.Throwable: Explicit termination method 'close' not called
06-22 10:32:30.621 27178 27212 D StrictMode: 	at dalvik.system.CloseGuard.openWithCallSite(CloseGuard.java:288)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at dalvik.system.CloseGuard.open(CloseGuard.java:257)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at java.io.FileInputStream.<init>(FileInputStream.java:176)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at net.osmand.plus.render.RendererRegistry.getInputStream(RendererRegistry.java:246)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at net.osmand.plus.render.RendererRegistry.loadRenderer(RendererRegistry.java:198)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at net.osmand.plus.render.RendererRegistry.getRenderer(RendererRegistry.java:114)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at net.osmand.plus.render.RendererRegistry.initRenderers(RendererRegistry.java:289)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at net.osmand.plus.AppInitializer.startApplicationBackground(AppInitializer.java:503)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at net.osmand.plus.AppInitializer.lambda$startApplication$4$net-osmand-plus-AppInitializer(AppInitializer.java:761)
06-22 10:32:30.621 27178 27212 D StrictMode: 	at net.osmand.plus.AppInitializer$$ExternalSyntheticLambda3.run(Unknown Source:2)
06-22 10:32:30.621 27178 27212 D StrictMode: 	... 1 more
06-22 10:32:30.639 27178 28511 D net.osmand: ResourceManager All map files initialized 338 ms {pool-6-thread-1}
06-22 10:32:30.645 27178 28259 I System.out: Initialized MAPS_INITIALIZED in 347 ms
06-22 10:32:30.645 27178 28259 I System.out: Initialized INDEXES_RELOADED in 0 ms
06-22 10:32:30.686 27178 28511 I net.osmand: CachedOsmandIndexes Initialize cache ind.cache 32 ms {pool-6-thread-1}
06-22 10:32:30.814 27178 27799 D BufferPoolAccessor2.0: bufferpool2 0x755084fc48 : 0(0 size) total buffers - 0(0 size) used buffers - 2/7 (recycle/alloc) - 5/68 (fetch/transfer)
06-22 10:32:30.814 27178 27799 D BufferPoolAccessor2.0: evictor expired: 1, evicted: 1
06-22 10:32:30.829 27178 28259 I System.out: Initialized TRAVEL_INITIALIZED in 184 ms
06-22 10:32:30.834 27178 28259 D net.osmand: NativeOsmandLibrary Loading native c++_shared... {Initializing app}
06-22 10:32:30.834 27178 28259 D net.osmand: NativeOsmandLibrary Loading native libraries... {Initializing app}
06-22 10:32:30.867 27178 28259 I net.osmand:native: JNI_OnLoad completed
06-22 10:32:30.867 27178 28259 D net.osmand: NativeOsmandLibrary Creating NativeOsmandLibrary instance... {Initializing app}
06-22 10:32:30.867 27178 28259 D net.osmand: NativeOsmandLibrary Initializing rendering rules storage... {Initializing app}
06-22 10:32:30.868 27178 28259 D net.osmand:native: Init rendering storage OsmAnd 1
06-22 10:32:30.911 27178 28511 D net.osmand: ResourceManager All map files initialized 265 ms {pool-6-thread-1}
06-22 10:32:30.942 27178 28511 I net.osmand: CachedOsmandIndexes Initialize cache ind.cache 18 ms {pool-6-thread-1}
06-22 10:32:31.017 27178 27212 D StrictMode: StrictMode policy violation: android.os.strictmode.LeakedClosableViolation: A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks.
06-22 10:32:31.017 27178 27212 D StrictMode: 	at android.os.StrictMode$AndroidCloseGuardReporter.report(StrictMode.java:1986)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at dalvik.system.CloseGuard.warnIfOpen(CloseGuard.java:336)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at java.io.RandomAccessFile.finalize(RandomAccessFile.java:1238)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:339)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at java.lang.Daemons$FinalizerDaemon.processReference(Daemons.java:324)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:300)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at java.lang.Daemons$Daemon.run(Daemons.java:145)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at java.lang.Thread.run(Thread.java:1012)
06-22 10:32:31.017 27178 27212 D StrictMode: Caused by: java.lang.Throwable: Explicit termination method 'close' not called
06-22 10:32:31.017 27178 27212 D StrictMode: 	at dalvik.system.CloseGuard.openWithCallSite(CloseGuard.java:288)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at dalvik.system.CloseGuard.open(CloseGuard.java:257)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:292)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at net.osmand.plus.resources.ResourceManager$BinaryMapReaderResource.getReader(ResourceManager.java:187)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at net.osmand.plus.resources.AmenityIndexRepositoryBinary.getOpenFile(AmenityIndexRepositoryBinary.java:107)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at net.osmand.plus.resources.AmenityIndexRepositoryBinary.searchPoiSubTypesByPrefix(AmenityIndexRepositoryBinary.java:143)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at net.osmand.plus.resources.ResourceManager.searchPoiSubTypesByPrefix(ResourceManager.java:1218)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at net.osmand.plus.render.TravelRendererHelper.updateRouteTypesVisibility(TravelRendererHelper.java:147)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at net.osmand.plus.render.TravelRendererHelper.updateVisibilityPrefs(TravelRendererHelper.java:111)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at net.osmand.plus.AppInitializer.startApplicationBackground(AppInitializer.java:512)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at net.osmand.plus.AppInitializer.lambda$startApplication$4$net-osmand-plus-AppInitializer(AppInitializer.java:761)
06-22 10:32:31.017 27178 27212 D StrictMode: 	at net.osmand.plus.AppInitializer$$ExternalSyntheticLambda3.run(Unknown Source:2)
06-22 10:32:31.017 27178 27212 D StrictMode: 	... 1 more
06-22 10:32:31.217 27178 28511 D net.osmand: ResourceManager All map files initialized 301 ms {pool-6-thread-1}
06-22 10:32:31.995 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/05_NotoSans-Regular.ttf index 0
06-22 10:32:32.092 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/10_NotoSans-Bold.ttf index 1
06-22 10:32:32.097 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/15_NotoSans-Italic.ttf index 2
06-22 10:32:32.100 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/20_NotoSans-BoldItalic.ttf index 3
06-22 10:32:32.103 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/35_NotoSansSouthAsian-Regular.ttf index 4
06-22 10:32:32.112 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/40_NotoSansSouthAsian-Bold.ttf index 5
06-22 10:32:32.118 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/45_NotoSansSoutheastAsian-Regular.ttf index 6
06-22 10:32:32.122 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/50_NotoSansSoutheastAsian-Bold.ttf index 7
06-22 10:32:32.125 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/55_NotoSansTibetan-Regular.ttf index 8
06-22 10:32:32.130 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/60_NotoSansTibetan-Bold.ttf index 9
06-22 10:32:32.134 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/65_NotoSansNastaliqUrdu-Regular.ttf index 10
06-22 10:32:32.140 27178 28259 I net.osmand:native: Font path /storage/emulated/0/Android/data/net.osmand.plus/files/fonts/DroidSansFallback.ttf index 11
06-22 10:32:32.155 27178 28259 I net.osmand:native: Native Cache file initialized: /storage/emulated/0/Android/data/net.osmand.plus/files/ind.cache 2
06-22 10:32:32.155 27178 28259 I System.out: Initialized NATIVE_INITIALIZED in 1326 ms
06-22 10:32:32.169 27178 27212 D StrictMode: StrictMode policy violation: android.os.strictmode.LeakedClosableViolation: A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks.
06-22 10:32:32.169 27178 27212 D StrictMode: 	at android.os.StrictMode$AndroidCloseGuardReporter.report(StrictMode.java:1986)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at dalvik.system.CloseGuard.warnIfOpen(CloseGuard.java:336)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at java.io.RandomAccessFile.finalize(RandomAccessFile.java:1238)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:339)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at java.lang.Daemons$FinalizerDaemon.processReference(Daemons.java:324)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:300)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at java.lang.Daemons$Daemon.run(Daemons.java:145)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at java.lang.Thread.run(Thread.java:1012)
06-22 10:32:32.169 27178 27212 D StrictMode: Caused by: java.lang.Throwable: Explicit termination method 'close' not called
06-22 10:32:32.169 27178 27212 D StrictMode: 	at dalvik.system.CloseGuard.openWithCallSite(CloseGuard.java:288)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at dalvik.system.CloseGuard.open(CloseGuard.java:257)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:292)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:152)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at net.osmand.binary.CachedOsmandIndexes.getReader(CachedOsmandIndexes.java:214)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at net.osmand.plus.resources.ResourceManager.indexingMaps(ResourceManager.java:979)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at net.osmand.plus.resources.ResourceManager.indexingMaps(ResourceManager.java:899)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at net.osmand.plus.resources.ResourceManager$ReloadIndexesTask.doInBackground(ResourceManager.java:564)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at net.osmand.plus.resources.ResourceManager$ReloadIndexesTask.doInBackground(ResourceManager.java:540)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at android.os.AsyncTask$3.call(AsyncTask.java:394)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
06-22 10:32:32.169 27178 27212 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
06-22 10:32:32.169 27178 27212 D StrictMode: 	... 1 more
06-22 10:32:32.237 27178 28259 I System.out: Initialized FAVORITES_INITIALIZED in 81 ms
06-22 10:32:32.327 27178 28259 I net.osmand: GpxDbHelper Time to loadGpxItems 90 ms items count 40 {Initializing app}
06-22 10:32:32.340 27178 28259 I net.osmand: GpxDbHelper Time to loadGpxDirItems 13 ms items count 38 {Initializing app}
06-22 10:32:32.340 27178 28259 I System.out: Initialized GPX_DB_INITIALIZED in 104 ms
06-22 10:32:32.370 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: cuisine_cafe {Initializing app}
06-22 10:32:32.376 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: cuisine_cafe {Initializing app}
06-22 10:32:32.384 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: cuisine_cafe {Initializing app}
06-22 10:32:32.391 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: cuisine_cafe {Initializing app}
06-22 10:32:32.397 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: cuisine_cafe {Initializing app}
06-22 10:32:32.403 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: cuisine_cafe {Initializing app}
06-22 10:32:32.445 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.450 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.454 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.460 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.464 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.468 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.472 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.475 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.479 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.484 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.488 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.492 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.496 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.500 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.504 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.509 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.513 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.517 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.521 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: healthcare_speciality_nuclear_medicine {Initializing app}
06-22 10:32:32.544 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: seamark_category {Initializing app}
06-22 10:32:32.545 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: seamark_character {Initializing app}
06-22 10:32:32.546 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: seamark_colour {Initializing app}
06-22 10:32:32.547 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: seamark_height {Initializing app}
06-22 10:32:32.549 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: seamark_period {Initializing app}
06-22 10:32:32.550 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: seamark_range {Initializing app}
06-22 10:32:32.551 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: seamark_reference {Initializing app}
06-22 10:32:32.551 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: seamark_shape {Initializing app}
06-22 10:32:32.552 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: seamark_sequence {Initializing app}
06-22 10:32:32.552 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: seamark_system {Initializing app}
06-22 10:32:32.553 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: seamark_topmark {Initializing app}
06-22 10:32:32.556 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: fire_hpressurizedydrant_count {Initializing app}
06-22 10:32:32.558 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: category_sleep {Initializing app}
06-22 10:32:32.559 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: category_see {Initializing app}
06-22 10:32:32.560 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: category_buy {Initializing app}
06-22 10:32:32.561 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: category_do {Initializing app}
06-22 10:32:32.562 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: category_go {Initializing app}
06-22 10:32:32.563 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: category_drink {Initializing app}
06-22 10:32:32.565 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: category_eat {Initializing app}
06-22 10:32:32.566 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: category_other {Initializing app}
06-22 10:32:32.567 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: category_marker {Initializing app}
06-22 10:32:32.568 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: user {Initializing app}
06-22 10:32:32.569 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: date {Initializing app}
06-22 10:32:32.569 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: tag_road_road {Initializing app}
06-22 10:32:32.570 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: time_span {Initializing app}
06-22 10:32:32.571 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: time_span_no_gaps {Initializing app}
06-22 10:32:32.571 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: time_moving {Initializing app}
06-22 10:32:32.572 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: time_moving_no_gaps {Initializing app}
06-22 10:32:32.573 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: avg_ele {Initializing app}
06-22 10:32:32.573 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: min_ele {Initializing app}
06-22 10:32:32.574 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: max_ele {Initializing app}
06-22 10:32:32.575 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: diff_ele_up {Initializing app}
06-22 10:32:32.576 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: diff_ele_down {Initializing app}
06-22 10:32:32.577 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: avg_speed {Initializing app}
06-22 10:32:32.578 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: max_speed {Initializing app}
06-22 10:32:32.579 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: min_speed {Initializing app}
06-22 10:32:32.580 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_water {Initializing app}
06-22 10:32:32.581 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_winter {Initializing app}
06-22 10:32:32.582 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_snowmobile {Initializing app}
06-22 10:32:32.583 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_riding {Initializing app}
06-22 10:32:32.584 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_racing {Initializing app}
06-22 10:32:32.585 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_mountainbike {Initializing app}
06-22 10:32:32.586 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_cycling {Initializing app}
06-22 10:32:32.586 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_hiking {Initializing app}
06-22 10:32:32.587 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_running {Initializing app}
06-22 10:32:32.589 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_walking {Initializing app}
06-22 10:32:32.590 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_offroad {Initializing app}
06-22 10:32:32.591 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_motorbike {Initializing app}
06-22 10:32:32.592 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_activity_type_car {Initializing app}
06-22 10:32:32.593 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: route_radius {Initializing app}
06-22 10:32:32.627 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: board_type_geography {Initializing app}
06-22 10:32:32.644 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: socket_type3a_yes {Initializing app}
06-22 10:32:32.645 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: socket_type3c_yes {Initializing app}
06-22 10:32:32.653 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: socket_type3a_yes {Initializing app}
06-22 10:32:32.654 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: socket_type3c_yes {Initializing app}
06-22 10:32:32.659 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: socket_type2_cable_voltage {Initializing app}
06-22 10:32:32.660 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: socket_type3a {Initializing app}
06-22 10:32:32.662 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: socket_type3c {Initializing app}
06-22 10:32:32.706 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: Picknickplatz, Picknicktisch, Aussichtspunkt {Initializing app}
06-22 10:32:32.709 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: Archäologischer Fundort, Ausgangspunkt eines Wanderwegs, Aussichtspunkt, Burg, Historische Ruine, Historischer Gutshof, Historisches Schiff, Picknickplatz, Picknicktisch, Stadtmauer, Stadttor, Touristische Attraktion {Initializing app}
06-22 10:32:32.711 27178 28259 I net.osmand: MapPoiTypesTranslator No translation: Fast Food {Initializing app}
06-22 10:32:32.750 27178 28259 I System.out: Initialized POI_FILTERS_INITIALIZED in 410 ms
06-22 10:32:34.999 27178 28259 I net.osmand: BinaryMapIndexReader Search is done. Visit 2595 objects. Read 2595 objects. {Initializing app}
06-22 10:32:35.000 27178 28259 I net.osmand: BinaryMapIndexReader Read 68 subtrees. Go through 133 subtrees. {Initializing app}
06-22 10:32:35.018 27178 28259 W net.osmand: OsmandRegions Found orphaned regions: 1 {Initializing app}
06-22 10:32:35.018 27178 28259 W net.osmand: OsmandRegions FullName = World_seamarks parent=null {Initializing app}
06-22 10:32:35.018 27178 28259 I System.out: Initialized INDEX_REGION_BOUNDARIES in 2268 ms
06-22 10:32:35.027 27178 27178 E net.osmand.core:native: Failed to prepare statement from 'SELECT * FROM info LIMIT 1': no such table: info (SQL logic error)
06-22 10:32:35.050 27178 27178 E net.osmand.core:native: Failed to prepare statement from 'SELECT * FROM info LIMIT 1': no such table: info (SQL logic error)
06-22 10:32:35.063 27178 27178 E net.osmand.core:native: Failed to prepare statement from 'SELECT time FROM tiles LIMIT 1': no such column: time (SQL logic error)
06-22 10:32:35.340 27178 28259 I System.out: Initialized LOAD_GPX_TRACKS in 322 ms
06-22 10:32:35.347 27178 28259 I System.out: Initialized SAVE_GPX_TRACKS in 7 ms
06-22 10:32:35.364 27178 28259 I System.out: Initialized MARKERS_GROUPS_SYNCED in 17 ms
06-22 10:32:35.374 27178 28259 I System.out: Initialized SEARCH_UI_CORE_INITIALIZED in 10 ms
06-22 10:32:35.375 27178 28259 I System.out: Initialized LIVE_UPDATES_ALERTS_CHECKED in 1 ms
06-22 10:32:36.026 27178 27178 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found
06-22 10:32:36.051 27178 27178 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10386; state: ENABLED
06-22 10:32:36.139 27178 27178 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10386; state: ENABLED
06-22 10:32:36.178 27178 28259 I System.out: Initialized BROUTER_INITIALIZED in 803 ms
06-22 10:32:36.516 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2116)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at net.osmand.plus.base.MapViewTrackingUtilities.setMapView(MapViewTrackingUtilities.java:137)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at net.osmand.plus.activities.MapActivity.onCreate(MapActivity.java:273)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.Activity.performCreate(Activity.java:8305)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.Activity.performCreate(Activity.java:8284)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1418)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3627)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3783)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2308)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:36.516 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:36.516 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:36.516 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:36.516 27178 27178 D StrictMode: 	... 19 more
06-22 10:32:36.516 27178 27178 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8 WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:36.516 27178 27178 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at net.osmand.plus.base.MapViewTrackingUtilities.setMapView(MapViewTrackingUtilities.java:137)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at net.osmand.plus.activities.MapActivity.onCreate(MapActivity.java:273)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.app.Activity.performCreate(Activity.java:8305)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.app.Activity.performCreate(Activity.java:8284)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1418)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3627)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3783)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2308)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:36.516 27178 27178 E ContextImpl: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:36.518 27178 27178 E net.osmand: MapActivity OnCreate for MapActivity took 485 ms {main}
06-22 10:32:36.518 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2116)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at net.osmand.plus.views.MapViewWithLayers.setupAtlasMapRendererView(MapViewWithLayers.java:117)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at net.osmand.plus.views.MapViewWithLayers.setupRenderingView(MapViewWithLayers.java:83)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at net.osmand.plus.views.MapViewWithLayers$$ExternalSyntheticLambda0.onSetupRenderingView(Unknown Source:2)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMap.setupRenderingView(OsmandMap.java:126)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at net.osmand.plus.activities.MapActivity.checkAppInitialization(MapActivity.java:366)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at net.osmand.plus.activities.MapActivity.onCreate(MapActivity.java:310)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.Activity.performCreate(Activity.java:8305)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.Activity.performCreate(Activity.java:8284)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1418)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3627)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3783)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2308)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:36.518 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:36.518 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:36.518 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:36.518 27178 27178 D StrictMode: 	... 23 more
06-22 10:32:36.518 27178 27178 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8 WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:36.518 27178 27178 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at net.osmand.plus.views.MapViewWithLayers.setupAtlasMapRendererView(MapViewWithLayers.java:117)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at net.osmand.plus.views.MapViewWithLayers.setupRenderingView(MapViewWithLayers.java:83)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at net.osmand.plus.views.MapViewWithLayers$$ExternalSyntheticLambda0.onSetupRenderingView(Unknown Source:2)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at net.osmand.plus.views.OsmandMap.setupRenderingView(OsmandMap.java:126)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at net.osmand.plus.activities.MapActivity.checkAppInitialization(MapActivity.java:366)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at net.osmand.plus.activities.MapActivity.onCreate(MapActivity.java:310)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.app.Activity.performCreate(Activity.java:8305)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.app.Activity.performCreate(Activity.java:8284)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1418)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3627)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3783)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2308)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:36.518 27178 27178 E ContextImpl: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:36.525 27178 27178 D StrictMode: StrictMode policy violation: android.os.strictmode.IncorrectContextUseViolation: WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.os.StrictMode.onIncorrectContextUsed(StrictMode.java:2260)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2116)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at net.osmand.plus.base.MapViewTrackingUtilities.setMapView(MapViewTrackingUtilities.java:137)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at net.osmand.plus.views.MapViewWithLayers.setupRenderingView(MapViewWithLayers.java:85)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at net.osmand.plus.views.MapViewWithLayers$$ExternalSyntheticLambda0.onSetupRenderingView(Unknown Source:2)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at net.osmand.plus.views.OsmandMap.setupRenderingView(OsmandMap.java:126)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at net.osmand.plus.activities.MapActivity.checkAppInitialization(MapActivity.java:366)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at net.osmand.plus.activities.MapActivity.onCreate(MapActivity.java:310)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.Activity.performCreate(Activity.java:8305)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.Activity.performCreate(Activity.java:8284)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1418)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3627)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3783)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2308)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:36.525 27178 27178 D StrictMode: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:36.525 27178 27178 D StrictMode: Caused by: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:36.525 27178 27178 D StrictMode: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:36.525 27178 27178 D StrictMode: 	... 23 more
06-22 10:32:36.525 27178 27178 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8 WindowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
06-22 10:32:36.525 27178 27178 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:net.osmand.plus.OsmandApplication@e52ebc8
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.app.ContextImpl.getSystemService(ContextImpl.java:2115)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.content.ContextWrapper.getSystemService(ContextWrapper.java:900)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at net.osmand.plus.base.MapViewTrackingUtilities.setMapView(MapViewTrackingUtilities.java:137)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at net.osmand.plus.views.MapViewWithLayers.setupRenderingView(MapViewWithLayers.java:85)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at net.osmand.plus.views.MapViewWithLayers$$ExternalSyntheticLambda0.onSetupRenderingView(Unknown Source:2)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at net.osmand.plus.views.OsmandMap.setupRenderingView(OsmandMap.java:126)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at net.osmand.plus.activities.MapActivity.checkAppInitialization(MapActivity.java:366)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at net.osmand.plus.activities.MapActivity.onCreate(MapActivity.java:310)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.app.Activity.performCreate(Activity.java:8305)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.app.Activity.performCreate(Activity.java:8284)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1418)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3627)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3783)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2308)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.os.Handler.dispatchMessage(Handler.java:106)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.os.Looper.loopOnce(Looper.java:201)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.os.Looper.loop(Looper.java:288)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at android.app.ActivityThread.main(ActivityThread.java:7932)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at java.lang.reflect.Method.invoke(Native Method)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
06-22 10:32:36.525 27178 27178 E ContextImpl: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:942)
06-22 10:32:36.547 27178 27178 V OsmAndCore:Android/MapRendererView: handleOnCreate()
06-22 10:32:36.556 27178 27178 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10386; state: ENABLED
06-22 10:32:36.865 27178 27178 D net.osmand: Enable sensor
06-22 10:32:36.865 27178 27178 E net.osmand: Sensor orientation could not be enabled.
06-22 10:32:36.891 27178 27178 I net.osmand: PluginsHelper Package not found: net.osmand.srtmPlugin.paid {main}
06-22 10:32:36.891 27178 27178 I net.osmand: PluginsHelper Package not found: net.osmand.srtmPlugin {main}
06-22 10:32:36.892 27178 27178 I net.osmand: PluginsHelper Package not found: net.osmand.nauticalPlugin {main}
06-22 10:32:36.892 27178 27178 I net.osmand: PluginsHelper Package not found: net.osmand.skimapsPlugin {main}
06-22 10:32:36.892 27178 27178 I net.osmand: PluginsHelper Package not found: net.osmand.parkingPlugin {main}
06-22 10:32:36.894 27178 27178 V OsmAndCore:Android/MapRendererView: handleOnResume()
06-22 10:32:36.913 27178 27178 E net.osmand: MapActivity onResume for MapActivity took 348 ms {main}
06-22 10:32:36.914 27178 27178 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application.
06-22 10:32:36.914 27178 27178 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
06-22 10:32:36.955 27178 27178 V OsmAndCore:Android/MapRendererView: onAttachedToWindow()
06-22 10:32:36.977 27178 28586 I AdrenoGLES-0: QUALCOMM build                   : ec028f8cac, Ic8928a1631
06-22 10:32:36.977 27178 28586 I AdrenoGLES-0: Build Date                       : 08/23/22
06-22 10:32:36.977 27178 28586 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.32.02.17
06-22 10:32:36.977 27178 28586 I AdrenoGLES-0: Local Branch                     : 
06-22 10:32:36.977 27178 28586 I AdrenoGLES-0: Remote Branch                    : 
06-22 10:32:36.977 27178 28586 I AdrenoGLES-0: Remote Branch                    : 
06-22 10:32:36.977 27178 28586 I AdrenoGLES-0: Reconstruct Branch               : 
06-22 10:32:36.977 27178 28586 I AdrenoGLES-0: Build Config                     : S P 10.0.7 AArch64
06-22 10:32:36.977 27178 28586 I AdrenoGLES-0: Driver Path                      : /vendor/lib64/egl/libGLESv2_adreno.so
06-22 10:32:36.985 27178 28586 I AdrenoGLES-0: PFP: 0x016ee197, ME: 0x00000000
06-22 10:32:37.033 27178 28590 V OsmAndCore:Android/MapRendererView: EGLContextFactory.createContext()...
06-22 10:32:37.036 27178 28590 V OsmAndCore:Android/MapRendererView: RendererProxy.onSurfaceCreated()...
06-22 10:32:37.036 27178 28590 V OsmAndCore:Android/MapRendererView: RendererProxy.onSurfaceChanged()...
06-22 10:32:37.036 27178 28590 V OsmAndCore:Android/MapRendererView: Initializing rendering due to surface size change
06-22 10:32:37.037 27178 28590 D CoreResourcesFromAndroidAssets: Using ddf=3.0 while looking for 2.5 of 'map/stubs/processing_tile_light.png'
06-22 10:32:37.041 27178 28586 E OpenGLRenderer: Unable to match the desired swap behavior.
06-22 10:32:37.056 27178 27178 I net.osmand: MapPoiTypesTranslator No translation: route_article {main}
06-22 10:32:37.057 27178 27178 I net.osmand: MapPoiTypesTranslator No translation: route_article_point {main}
06-22 10:32:37.078 27178 28590 D CoreResourcesFromAndroidAssets: Using ddf=3.0 while looking for 2.5 of 'map/stubs/processing_tile_dark.png'
06-22 10:32:37.091 27178 27178 I net.osmand: MapPoiTypesTranslator No translation: route_track {main}
06-22 10:32:37.097 27178 28590 D CoreResourcesFromAndroidAssets: Using ddf=3.0 while looking for 2.5 of 'map/stubs/unavailable_tile_light.png'
06-22 10:32:37.108 27178 28590 D CoreResourcesFromAndroidAssets: Using ddf=3.0 while looking for 2.5 of 'map/stubs/unavailable_tile_dark.png'
06-22 10:32:37.169 27178 28586 W Parcel  : Expecting binder but got null!
06-22 10:32:37.180 27178 28616 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.427 27178 28616 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.453 27178 28620 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.455 27178 28617 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.456 27178 28627 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.462 27178 28619 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.463 27178 28623 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.466 27178 28622 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.471 27178 28625 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.517 27178 28616 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.562 27178 28619 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.588 27178 28627 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.614 27178 28620 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:37.622 27178 28616 W net.osmand.core:native: More than 1 basemap available
06-22 10:32:38.159 27178 27210 I net.osmand.plus: NativeAlloc concurrent copying GC freed 274268(14MB) AllocSpace objects, 79(2932KB) LOS objects, 32% free, 50MB/74MB, paused 8.435ms,198us total 232.658ms
06-22 10:32:38.907 27178 28622 I scudo   : Stats: SizeClassAllocator64: 451M mapped (0M rss) in 10407856 allocations; remains 9791712
06-22 10:32:38.907 27178 28622 I scudo   :   00 (    64): mapped:    256K popped:   36946 pushed:   35386 inuse:   1560 total:   3224 rss:      0K releases:      0 last released:      0K region: 0x7470848000 (0x747083b000)
06-22 10:32:38.907 27178 28622 I scudo   : F 01 (    32): mapped: 261888K popped: 8437031 pushed:   56615 inuse: 8380416 total: 8380416 rss:      0K releases:      0 last released:      0K region: 0x748084a000 (0x748083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   02 (    48): mapped:  18176K popped:  793327 pushed:  407277 inuse: 386050 total: 387337 rss:      0K releases:      0 last released:      0K region: 0x749084b000 (0x749083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   03 (    64): mapped:  24832K popped:  429460 pushed:   36530 inuse: 392930 total: 395192 rss:      0K releases:      0 last released:      0K region: 0x74a0846000 (0x74a083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   04 (    80): mapped:  22016K popped:  300690 pushed:   22464 inuse: 278226 total: 278681 rss:      0K releases:      0 last released:      0K region: 0x74b083d000 (0x74b083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   05 (    96): mapped:   2048K popped:   25913 pushed:    5161 inuse:  20752 total:  21610 rss:      0K releases:      0 last released:      0K region: 0x74c0849000 (0x74c083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   06 (   112): mapped:   1024K popped:   10452 pushed:    2821 inuse:   7631 total:   7852 rss:      0K releases:      0 last released:      0K region: 0x74d0847000 (0x74d083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   07 (   144): mapped:   4096K popped:   30979 pushed:    4849 inuse:  26130 total:  27352 rss:      0K releases:      0 last released:      0K region: 0x74e0846000 (0x74e083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   08 (   176): mapped:  41728K popped:  260453 pushed:   18330 inuse: 242123 total: 242591 rss:      0K releases:      0 last released:      0K region: 0x74f0843000 (0x74f083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   09 (   192): mapped:   3840K popped:   21051 pushed:    1625 inuse:  19426 total:  20362 rss:      0K releases:      0 last released:      0K region: 0x7500841000 (0x750083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   10 (   224): mapped:   1024K popped:    3887 pushed:     663 inuse:   3224 total:   3614 rss:      0K releases:      0 last released:      0K region: 0x7510842000 (0x751083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   11 (   288): mapped:   1792K popped:   10336 pushed:    5018 inuse:   5318 total:   5773 rss:      0K releases:      9 last released:     32K region: 0x7520843000 (0x752083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   12 (   352): mapped:   4352K popped:   20092 pushed:    8216 inuse:  11876 total:  11967 rss:      0K releases:     27 last released:    256K region: 0x753083e000 (0x753083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   13 (   448): mapped:   1792K popped:    4394 pushed:    1235 inuse:   3159 total:   3926 rss:      0K releases:      5 last released:      4K region: 0x7540842000 (0x754083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   14 (   592): mapped:   2048K popped:    4113 pushed:    1755 inuse:   2358 total:   3359 rss:      0K releases:      9 last released:      4K region: 0x7550840000 (0x755083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   15 (   800): mapped:   1024K popped:    1255 pushed:      80 inuse:   1175 total:   1215 rss:      0K releases:      2 last released:      4K region: 0x7560843000 (0x756083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   16 (  1104): mapped:   3072K popped:    3129 pushed:     574 inuse:   2555 total:   2639 rss:      0K releases:      3 last released:     16K region: 0x7570842000 (0x757083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   17 (  1648): mapped:   5376K popped:    4021 pushed:    1732 inuse:   2289 total:   3229 rss:      0K releases:     77 last released:   1364K region: 0x758083e000 (0x758083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   18 (  2096): mapped:   1280K popped:     725 pushed:     165 inuse:    560 total:    584 rss:      0K releases:     23 last released:     16K region: 0x7590844000 (0x759083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   19 (  2576): mapped:   1024K popped:     365 pushed:      12 inuse:    353 total:    365 rss:      0K releases:      1 last released:      4K region: 0x75a084b000 (0x75a083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   20 (  3120): mapped:   1536K popped:     472 pushed:      12 inuse:    460 total:    460 rss:      0K releases:      2 last released:      8K region: 0x75b084a000 (0x75b083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   21 (  4112): mapped:   4608K popped:    1916 pushed:     837 inuse:   1079 total:   1119 rss:      0K releases:    202 last released:     80K region: 0x75c083c000 (0x75c083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   22 (  4624): mapped:   2304K popped:    3420 pushed:    3304 inuse:    116 total:    485 rss:      0K releases:     38 last released:   1652K region: 0x75d0845000 (0x75d083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   23 (  7120): mapped:   3840K popped:    1126 pushed:     579 inuse:    547 total:    547 rss:      0K releases:    126 last released:      4K region: 0x75e0849000 (0x75e083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   24 (  8720): mapped:   1536K popped:     422 pushed:     269 inuse:    153 total:    158 rss:      0K releases:     16 last released:     40K region: 0x75f0846000 (0x75f083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   25 ( 11664): mapped:   3072K popped:     277 pushed:      14 inuse:    263 total:    263 rss:      0K releases:      1 last released:      8K region: 0x7600846000 (0x760083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   26 ( 14224): mapped:   1280K popped:      95 pushed:      15 inuse:     80 total:     85 rss:      0K releases:      7 last released:     60K region: 0x7610846000 (0x761083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   27 ( 16400): mapped:   5632K popped:     367 pushed:      25 inuse:    342 total:    351 rss:      0K releases:     59 last released:    136K region: 0x7620845000 (0x762083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   28 ( 18448): mapped:   1536K popped:      85 pushed:      16 inuse:     69 total:     75 rss:      0K releases:      8 last released:    100K region: 0x763084b000 (0x763083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   29 ( 23056): mapped:   1536K popped:      66 pushed:       0 inuse:     66 total:     68 rss:      0K releases:      0 last released:      0K region: 0x7640844000 (0x764083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   30 ( 29456): mapped:   2816K popped:      98 pushed:       5 inuse:     93 total:     96 rss:      0K releases:      5 last released:     88K region: 0x7650845000 (0x765083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   31 ( 33296): mapped:   1536K popped:     517 pushed:     471 inuse:     46 total:     47 rss:      0K releases:     41 last released:     36K region: 0x7660842000 (0x766083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   32 ( 65552): mapped:  13824K popped:     252 pushed:      48 inuse:    204 total:    215 rss:      0K releases:     45 last released:    548K region: 0x7670846000 (0x767083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   33 ( 98320): mapped:   4864K popped:      49 pushed:       6 inuse:     43 total:     50 rss:      0K releases:     14 last released:    464K region: 0x768083f000 (0x768083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   34 (131088): mapped:   2304K popped:      24 pushed:       9 inuse:     15 total:     17 rss:      0K releases:      6 last released:    248K region: 0x769084a000 (0x769083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   35 (163856): mapped:   2816K popped:      17 pushed:       9 inuse:      8 total:     17 rss:      0K releases:     19 last released:    944K region: 0x76a0843000 (0x76a083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   36 (196624): mapped:   1536K popped:       7 pushed:       0 inuse:      7 total:      7 rss:      0K releases:      0 last released:      0K region: 0x76b083e000 (0x76b083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   37 (229392): mapped:   1536K popped:      20 pushed:      16 inuse:      4 total:      6 rss:      0K releases:      4 last released:    448K region: 0x76c083d000 (0x76c083b000)
06-22 10:32:38.907 27178 28622 I scudo   :   38 (262160): mapped:   1792K popped:       7 pushed:       1 inuse:      6 total:      6 rss:      0K releases:      1 last released:    252K region: 0x76d084a000 (0x76d083b000)
06-22 10:32:38.907 27178 28622 I scudo   : Scudo OOM: The process has exhausted 256M for size class 32.
06-22 10:32:39.442 27178 27210 I net.osmand.plus: NativeAlloc concurrent copying GC freed 42371(1707KB) AllocSpace objects, 2(40KB) LOS objects, 32% free, 49MB/73MB, paused 1.200ms,5.076ms total 357.113ms
06-22 10:32:39.498 27178 27178 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application.
06-22 10:32:39.498 27178 27178 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
06-22 10:32:39.584 27178 27178 V OsmAndCore:Android/MapRendererView: handleOnPause()
06-22 10:32:39.630 27178 27178 D net.osmand: Disable sensor
06-22 10:32:39.658 27178 27178 I net.osmand: MapRenderRepositories RENDER MAP: Interrupt rendering map {main}
06-22 10:32:39.838 27178 27500 D TrafficStats: tagSocket(216) with statsTag=0xffffffff, statsUid=-1
06-22 10:32:39.884 27178 27500 D StrictMode: StrictMode policy violation: android.os.strictmode.UntaggedSocketViolation: Untagged socket detected; use TrafficStats.setTrafficStatsTag() to track all network usage
06-22 10:32:39.884 27178 27500 D StrictMode: 	at android.os.StrictMode.onUntaggedSocket(StrictMode.java:2250)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at android.os.StrictMode.noteUntaggedSocket(StrictMode.java:2699)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at android.net.TrafficStats$SocketTagger.tag(TrafficStats.java:255)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at libcore.io.BlockGuardOs.tagSocket(BlockGuardOs.java:55)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at libcore.io.BlockGuardOs.socket(BlockGuardOs.java:404)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at libcore.io.ForwardingOs.socket(ForwardingOs.java:821)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at libcore.io.IoBridge.socket(IoBridge.java:840)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at java.net.PlainSocketImpl.socketCreate(PlainSocketImpl.java:128)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at java.net.AbstractPlainSocketImpl.create(AbstractPlainSocketImpl.java:128)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at java.net.Socket.createImpl(Socket.java:514)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at java.net.Socket.getImpl(Socket.java:577)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at java.net.Socket.setSoTimeout(Socket.java:1203)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:143)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:186)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:128)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:97)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:289)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:232)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:465)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:131)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttpsURLConnection.java:90)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:30)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at net.osmand.plus.utils.AndroidNetworkUtils.downloadFile(AndroidNetworkUtils.java:589)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at net.osmand.plus.help.LoadArticlesTask.loadHelpStructure(LoadArticlesTask.java:69)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at net.osmand.plus.help.LoadArticlesTask.doInBackground(LoadArticlesTask.java:60)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at net.osmand.plus.help.LoadArticlesTask.doInBackground(LoadArticlesTask.java:29)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at android.os.AsyncTask$3.call(AsyncTask.java:394)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
06-22 10:32:39.884 27178 27500 D StrictMode: 	at java.lang.Thread.run(Thread.java:1012)
06-22 10:32:39.954 27178 28586 E OpenGLRenderer: Unable to match the desired swap behavior.
06-22 10:32:40.211 27178 28586 W Parcel  : Expecting binder but got null!
06-22 10:32:40.213 27178 28616 I scudo   : Stats: SizeClassAllocator64: 693M mapped (0M rss) in 15659420 allocations; remains 14997891
06-22 10:32:40.213 27178 28616 I scudo   :   00 (    64): mapped:    256K popped:   52416 pushed:   51116 inuse:   1300 total:   3224 rss:      0K releases:      0 last released:      0K region: 0x7470848000 (0x747083b000)
06-22 10:32:40.213 27178 28616 I scudo   : F 01 (    32): mapped: 261888K popped: 8437031 pushed:   56615 inuse: 8380416 total: 8380416 rss:      0K releases:      0 last released:      0K region: 0x748084a000 (0x748083b000)
06-22 10:32:40.213 27178 28616 I scudo   : F 02 (    48): mapped: 261888K popped: 6006827 pushed:  419887 inuse: 5586940 total: 5586940 rss:      0K releases:      0 last released:      0K region: 0x749084b000 (0x749083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   03 (    64): mapped:  24832K popped:  435973 pushed:   40794 inuse: 395179 total: 395348 rss:      0K releases:      0 last released:      0K region: 0x74a0846000 (0x74a083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   04 (    80): mapped:  22016K popped:  303095 pushed:   24427 inuse: 278668 total: 278889 rss:      0K releases:      0 last released:      0K region: 0x74b083d000 (0x74b083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   05 (    96): mapped:   2048K popped:   26901 pushed:    5941 inuse:  20960 total:  21610 rss:      0K releases:      0 last released:      0K region: 0x74c0849000 (0x74c083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   06 (   112): mapped:   1024K popped:   11141 pushed:    3302 inuse:   7839 total:   7904 rss:      0K releases:      0 last released:      0K region: 0x74d0847000 (0x74d083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   07 (   144): mapped:   4096K popped:   32630 pushed:    6149 inuse:  26481 total:  27352 rss:      0K releases:      0 last released:      0K region: 0x74e0846000 (0x74e083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   08 (   176): mapped:  41984K popped:  263555 pushed:   21203 inuse: 242352 total: 242989 rss:      0K releases:      0 last released:      0K region: 0x74f0843000 (0x74f083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   09 (   192): mapped:   3840K popped:   21493 pushed:    1898 inuse:  19595 total:  20362 rss:      0K releases:      0 last released:      0K region: 0x7500841000 (0x750083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   10 (   224): mapped:   1024K popped:    5174 pushed:    1729 inuse:   3445 total:   3666 rss:      0K releases:      0 last released:      0K region: 0x7510842000 (0x751083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   11 (   288): mapped:   1792K popped:   10713 pushed:    5252 inuse:   5461 total:   5773 rss:      0K releases:     18 last released:     36K region: 0x7520843000 (0x752083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   12 (   352): mapped:   4352K popped:   20859 pushed:    8840 inuse:  12019 total:  12123 rss:      0K releases:     30 last released:      4K region: 0x753083e000 (0x753083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   13 (   448): mapped:   1792K popped:    5096 pushed:    1586 inuse:   3510 total:   3926 rss:      0K releases:     10 last released:      4K region: 0x7540842000 (0x754083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   14 (   592): mapped:   2048K popped:    4568 pushed:    2093 inuse:   2475 total:   3359 rss:      0K releases:     74 last released:    152K region: 0x7550840000 (0x755083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   15 (   800): mapped:   1024K popped:    1315 pushed:     100 inuse:   1215 total:   1215 rss:      0K releases:      6 last released:      4K region: 0x7560843000 (0x756083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   16 (  1104): mapped:   3072K popped:    4256 pushed:    1470 inuse:   2786 total:   2835 rss:      0K releases:     20 last released:     76K region: 0x7570842000 (0x757083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   17 (  1648): mapped:   5376K popped:    4293 pushed:    1824 inuse:   2469 total:   3229 rss:      0K releases:    132 last released:   1328K region: 0x758083e000 (0x758083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   18 (  2096): mapped:   1280K popped:     824 pushed:     243 inuse:    581 total:    584 rss:      0K releases:     31 last released:     12K region: 0x7590844000 (0x759083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   19 (  2576): mapped:   1024K popped:     392 pushed:      27 inuse:    365 total:    377 rss:      0K releases:      4 last released:      4K region: 0x75a084b000 (0x75a083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   20 (  3120): mapped:   1536K popped:     504 pushed:      38 inuse:    466 total:    468 rss:      0K releases:      6 last released:      4K region: 0x75b084a000 (0x75b083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   21 (  4112): mapped:   5632K popped:    2673 pushed:    1346 inuse:   1327 total:   1346 rss:      0K releases:    217 last released:    564K region: 0x75c083c000 (0x75c083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   22 (  4624): mapped:   2816K popped:    3921 pushed:    3793 inuse:    128 total:    602 rss:      0K releases:     48 last released:   2128K region: 0x75d0845000 (0x75d083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   23 (  7120): mapped:   4096K popped:    1163 pushed:     602 inuse:    561 total:    564 rss:      0K releases:    136 last released:     32K region: 0x75e0849000 (0x75e083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   24 (  8720): mapped:   1536K popped:     515 pushed:     348 inuse:    167 total:    178 rss:      0K releases:     29 last released:    164K region: 0x75f0846000 (0x75f083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   25 ( 11664): mapped:   3328K popped:     290 pushed:      22 inuse:    268 total:    273 rss:      0K releases:      8 last released:     20K region: 0x7600846000 (0x760083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   26 ( 14224): mapped:   1280K popped:     115 pushed:      26 inuse:     89 total:     92 rss:      0K releases:     14 last released:     24K region: 0x7610846000 (0x761083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   27 ( 16400): mapped:   5632K popped:     398 pushed:     152 inuse:    246 total:    351 rss:      0K releases:    114 last released:   1960K region: 0x7620845000 (0x762083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   28 ( 18448): mapped:   1536K popped:      90 pushed:      18 inuse:     72 total:     75 rss:      0K releases:     12 last released:     84K region: 0x763084b000 (0x763083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   29 ( 23056): mapped:   2048K popped:      82 pushed:       1 inuse:     81 total:     83 rss:      0K releases:      2 last released:     64K region: 0x7640844000 (0x764083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   30 ( 29456): mapped:   2816K popped:     100 pushed:       9 inuse:     91 total:     96 rss:      0K releases:     13 last released:    160K region: 0x7650845000 (0x765083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   31 ( 33296): mapped:   2048K popped:     594 pushed:     545 inuse:     49 total:     59 rss:      0K releases:     56 last released:    336K region: 0x7660842000 (0x766083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   32 ( 65552): mapped:  13824K popped:     285 pushed:      80 inuse:    205 total:    215 rss:      0K releases:     77 last released:    728K region: 0x7670846000 (0x767083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   33 ( 98320): mapped:   4864K popped:      56 pushed:      12 inuse:     44 total:     50 rss:      0K releases:     40 last released:    652K region: 0x768083f000 (0x768083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   34 (131088): mapped:   2304K popped:      26 pushed:      10 inuse:     16 total:     17 rss:      0K releases:      7 last released:    252K region: 0x769084a000 (0x769083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   35 (163856): mapped:   2816K popped:      22 pushed:      14 inuse:      8 total:     17 rss:      0K releases:     37 last released:   1420K region: 0x76a0843000 (0x76a083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   36 (196624): mapped:   1536K popped:       7 pushed:       0 inuse:      7 total:      7 rss:      0K releases:      0 last released:      0K region: 0x76b083e000 (0x76b083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   37 (229392): mapped:   1536K popped:      20 pushed:      16 inuse:      4 total:      6 rss:      0K releases:      4 last released:    448K region: 0x76c083d000 (0x76c083b000)
06-22 10:32:40.213 27178 28616 I scudo   :   38 (262160): mapped:   1792K popped:       7 pushed:       1 inuse:      6 total:      6 rss:      0K releases:      1 last released:    252K region: 0x76d084a000 (0x76d083b000)
06-22 10:32:40.213 27178 28616 I scudo   : Scudo OOM: The process has exhausted 256M for size class 48.
06-22 10:32:40.363 27178 27178 W System.err: help_article_troubleshooting_android_auto_name
06-22 10:32:40.386 27178 27210 I net.osmand.plus: NativeAlloc concurrent copying GC freed 21552(1418KB) AllocSpace objects, 8(352KB) LOS objects, 32% free, 50MB/74MB, paused 3.700ms,322us total 377.325ms
06-22 10:32:41.183 27178 27210 I net.osmand.plus: NativeAlloc concurrent copying GC freed 16942(1347KB) AllocSpace objects, 4(188KB) LOS objects, 32% free, 50MB/74MB, paused 118us,421us total 152.593ms
06-22 10:32:41.543 27178 28616 I scudo   : Stats: SizeClassAllocator64: 925M mapped (0M rss) in 19476550 allocations; remains 18793353
06-22 10:32:41.543 27178 28616 I scudo   :   00 (    64): mapped:    256K popped:   65650 pushed:   64259 inuse:   1391 total:   3224 rss:      0K releases:      0 last released:      0K region: 0x7470848000 (0x747083b000)
06-22 10:32:41.543 27178 28616 I scudo   : F 01 (    32): mapped: 261888K popped: 8437031 pushed:   56615 inuse: 8380416 total: 8380416 rss:      0K releases:      0 last released:      0K region: 0x748084a000 (0x748083b000)
06-22 10:32:41.543 27178 28616 I scudo   : F 02 (    48): mapped: 261888K popped: 6007217 pushed:  420277 inuse: 5586940 total: 5586940 rss:      0K releases:      0 last released:      0K region: 0x749084b000 (0x749083b000)
06-22 10:32:41.543 27178 28616 I scudo   : F 03 (    64): mapped: 261888K popped: 4234187 pushed:   43979 inuse: 4190208 total: 4190208 rss:      0K releases:      0 last released:      0K region: 0x74a0846000 (0x74a083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   04 (    80): mapped:  22016K popped:  303680 pushed:   25129 inuse: 278551 total: 278889 rss:      0K releases:      0 last released:      0K region: 0x74b083d000 (0x74b083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   05 (    96): mapped:   2048K popped:   27291 pushed:    6240 inuse:  21051 total:  21610 rss:      0K releases:      0 last released:      0K region: 0x74c0849000 (0x74c083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   06 (   112): mapped:   1024K popped:   11661 pushed:    3757 inuse:   7904 total:   8164 rss:      0K releases:      0 last released:      0K region: 0x74d0847000 (0x74d083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   07 (   144): mapped:   4096K popped:   33397 pushed:    6838 inuse:  26559 total:  27352 rss:      0K releases:      0 last released:      0K region: 0x74e0846000 (0x74e083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   08 (   176): mapped:  41984K popped:  264036 pushed:   21684 inuse: 242352 total: 242989 rss:      0K releases:      0 last released:      0K region: 0x74f0843000 (0x74f083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   09 (   192): mapped:   3840K popped:   21649 pushed:    2002 inuse:  19647 total:  20362 rss:      0K releases:      0 last released:      0K region: 0x7500841000 (0x750083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   10 (   224): mapped:   1024K popped:    5395 pushed:    1963 inuse:   3432 total:   3666 rss:      0K releases:      0 last released:      0K region: 0x7510842000 (0x751083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   11 (   288): mapped:   1792K popped:   10817 pushed:    5369 inuse:   5448 total:   5773 rss:      0K releases:     24 last released:     36K region: 0x7520843000 (0x752083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   12 (   352): mapped:   4352K popped:   21041 pushed:    8996 inuse:  12045 total:  12123 rss:      0K releases:     30 last released:      4K region: 0x753083e000 (0x753083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   13 (   448): mapped:   1792K popped:    5447 pushed:    1872 inuse:   3575 total:   3926 rss:      0K releases:     10 last released:      4K region: 0x7540842000 (0x754083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   14 (   592): mapped:   2048K popped:    4698 pushed:    2366 inuse:   2332 total:   3359 rss:      0K releases:     98 last released:    144K region: 0x7550840000 (0x755083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   15 (   800): mapped:   1024K popped:    1345 pushed:     130 inuse:   1215 total:   1255 rss:      0K releases:      7 last released:      8K region: 0x7560843000 (0x756083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   16 (  1104): mapped:   3328K popped:    4543 pushed:    1743 inuse:   2800 total:   2961 rss:      0K releases:     24 last released:      4K region: 0x7570842000 (0x757083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   17 (  1648): mapped:   5376K popped:    4569 pushed:    1984 inuse:   2585 total:   3229 rss:      0K releases:    168 last released:    824K region: 0x758083e000 (0x758083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   18 (  2096): mapped:   1280K popped:     854 pushed:     276 inuse:    578 total:    596 rss:      0K releases:     31 last released:     12K region: 0x7590844000 (0x759083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   19 (  2576): mapped:   1024K popped:     410 pushed:      39 inuse:    371 total:    377 rss:      0K releases:      6 last released:     16K region: 0x75a084b000 (0x75a083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   20 (  3120): mapped:   1536K popped:     512 pushed:      44 inuse:    468 total:    468 rss:      0K releases:      7 last released:      4K region: 0x75b084a000 (0x75b083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   21 (  4112): mapped:   6400K popped:    3271 pushed:    1867 inuse:   1404 total:   1546 rss:      0K releases:    240 last released:    408K region: 0x75c083c000 (0x75c083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   22 (  4624): mapped:   2816K popped:    3926 pushed:    3796 inuse:    130 total:    602 rss:      0K releases:     60 last released:   2084K region: 0x75d0845000 (0x75d083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   23 (  7120): mapped:   4096K popped:    1173 pushed:     611 inuse:    562 total:    568 rss:      0K releases:    139 last released:      8K region: 0x75e0849000 (0x75e083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   24 (  8720): mapped:   1536K popped:     538 pushed:     370 inuse:    168 total:    178 rss:      0K releases:     47 last released:     68K region: 0x75f0846000 (0x75f083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   25 ( 11664): mapped:   3328K popped:     295 pushed:      25 inuse:    270 total:    273 rss:      0K releases:     12 last released:     16K region: 0x7600846000 (0x760083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   26 ( 14224): mapped:   1280K popped:     136 pushed:      44 inuse:     92 total:     92 rss:      0K releases:     17 last released:     12K region: 0x7610846000 (0x761083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   27 ( 16400): mapped:   5632K popped:     429 pushed:     154 inuse:    275 total:    351 rss:      0K releases:    132 last released:   1136K region: 0x7620845000 (0x762083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   28 ( 18448): mapped:   1536K popped:      90 pushed:      18 inuse:     72 total:     75 rss:      0K releases:     12 last released:     84K region: 0x763084b000 (0x763083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   29 ( 23056): mapped:   2048K popped:      83 pushed:       2 inuse:     81 total:     83 rss:      0K releases:      4 last released:     36K region: 0x7640844000 (0x764083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   30 ( 29456): mapped:   2816K popped:     104 pushed:      10 inuse:     94 total:     96 rss:      0K releases:     15 last released:     48K region: 0x7650845000 (0x765083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   31 ( 33296): mapped:   2048K popped:     639 pushed:     590 inuse:     49 total:     59 rss:      0K releases:     69 last released:    208K region: 0x7660842000 (0x766083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   32 ( 65552): mapped:  13824K popped:     294 pushed:      89 inuse:    205 total:    215 rss:      0K releases:     95 last released:    608K region: 0x7670846000 (0x767083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   33 ( 98320): mapped:   4864K popped:      56 pushed:      15 inuse:     41 total:     50 rss:      0K releases:     60 last released:    744K region: 0x768083f000 (0x768083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   34 (131088): mapped:   2304K popped:      28 pushed:      12 inuse:     16 total:     17 rss:      0K releases:      8 last released:    128K region: 0x769084a000 (0x769083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   35 (163856): mapped:   2816K popped:      23 pushed:      15 inuse:      8 total:     17 rss:      0K releases:     37 last released:   1420K region: 0x76a0843000 (0x76a083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   36 (196624): mapped:   1536K popped:       7 pushed:       0 inuse:      7 total:      7 rss:      0K releases:      0 last released:      0K region: 0x76b083e000 (0x76b083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   37 (229392): mapped:   1536K popped:      20 pushed:      16 inuse:      4 total:      6 rss:      0K releases:      4 last released:    448K region: 0x76c083d000 (0x76c083b000)
06-22 10:32:41.543 27178 28616 I scudo   :   38 (262160): mapped:   2048K popped:       8 pushed:       1 inuse:      7 total:      7 rss:      0K releases:      1 last released:    252K region: 0x76d084a000 (0x76d083b000)
06-22 10:32:41.543 27178 28616 I scudo   : Scudo OOM: The process has exhausted 256M for size class 64.
06-22 10:32:43.396 27178 28627 I scudo   : Stats: SizeClassAllocator64: 1160M mapped (0M rss) in 22574443 allocations; remains 21867071
06-22 10:32:43.396 27178 28627 I scudo   :   00 (    64): mapped:    256K popped:   88283 pushed:   86944 inuse:   1339 total:   3224 rss:      0K releases:      0 last released:      0K region: 0x7470848000 (0x747083b000)
06-22 10:32:43.396 27178 28627 I scudo   : F 01 (    32): mapped: 261888K popped: 8437031 pushed:   56615 inuse: 8380416 total: 8380416 rss:      0K releases:      0 last released:      0K region: 0x748084a000 (0x748083b000)
06-22 10:32:43.396 27178 28627 I scudo   : F 02 (    48): mapped: 261888K popped: 6007217 pushed:  420277 inuse: 5586940 total: 5586940 rss:      0K releases:      0 last released:      0K region: 0x749084b000 (0x749083b000)
06-22 10:32:43.396 27178 28627 I scudo   : F 03 (    64): mapped: 261888K popped: 4234187 pushed:   43979 inuse: 4190208 total: 4190208 rss:      0K releases:      0 last released:      0K region: 0x74a0846000 (0x74a083b000)
06-22 10:32:43.396 27178 28627 I scudo   : F 04 (    80): mapped: 261888K popped: 3377686 pushed:   25532 inuse: 3352154 total: 3352154 rss:      0K releases:      0 last released:      0K region: 0x74b083d000 (0x74b083b000)
06-22 10:32:43.396 27178 28627 I scudo   :   05 (    96): mapped:   2048K popped:   27408 pushed:    6318 inuse:  21090 total:  21610 rss:      0K releases:      0 last released:      0K region: 0x74c0849000 (0x74c083b000)
06-22 10:32:43.396 27178 28627 I scudo   :   06 (   112): mapped:   1024K popped:   11739 pushed:    3809 inuse:   7930 total:   8164 rss:      0K releases:      0 last released:      0K region: 0x74d0847000 (0x74d083b000)
06-22 10:32:43.396 27178 28627 I scudo   :   07 (   144): mapped:   4096K popped:   33865 pushed:    7254 inuse:  26611 total:  27352 rss:      0K releases:      0 last released:      0K region: 0x74e0846000 (0x74e083b000)
06-22 10:32:43.396 27178 28627 I scudo   :   08 (   176): mapped:  41984K popped:  264140 pushed:   21775 inuse: 242365 total: 242989 rss:      0K releases:      0 last released:      0K region: 0x74f0843000 (0x74f083b000)
06-22 10:32:43.396 27178 28627 I scudo   :   09 (   192): mapped:   3840K popped:   21675 pushed:    2002 inuse:  19673 total:  20362 rss:      0K releases:      0 last released:      0K region: 0x7500841000 (0x750083b000)
06-22 10:32:43.396 27178 28627 I scudo   :   10 (   224): mapped:   1024K popped:    5434 pushed:    2002 inuse:   3432 total:   3666 rss:      0K releases:      0 last released:      0K region: 0x7510842000 (0x751083b000)
06-22 10:32:43.396 27178 28627 I scudo   :   11 (   288): mapped:   1792K popped:   10895 pushed:    5447 inuse:   5448 total:   5773 rss:      0K releases:     27 last released:     36K region: 0x7520843000 (0x752083b000)
06-22 10:32:43.396 27178 28627 I scudo   :   12 (   352): mapped:   4352K popped:   21171 pushed:    9113 inuse:  12058 total:  12123 rss:      0K releases:     30 last released:      4K region: 0x753083e000 (0x753083b000)
06-22 10:32:43.396 27178 28627 I scudo   :   13 (   448): mapped:   1792K popped:    5447 pushed:    1885 inuse:   3562 total:   3926 rss:      0K releases:     10 last released:      4K region: 0x7540842000 (0x754083b000)
06-22 10:32:43.396 27178 28627 I scudo   :   14 (   592): mapped:   2048K popped:    4711 pushed:    2379 inuse:   2332 total:   3359 rss:      0K releases:     98 last released:    144K region: 0x7550840000 (0x755083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   15 (   800): mapped:   1024K popped:    1355 pushed:     140 inuse:   1215 total:   1255 rss:      0K releases:      8 last released:      8K region: 0x7560843000 (0x756083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   16 (  1104): mapped:   3328K popped:    4571 pushed:    1771 inuse:   2800 total:   2961 rss:      0K releases:     30 last released:    136K region: 0x7570842000 (0x757083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   17 (  1648): mapped:   5376K popped:    4597 pushed:    2008 inuse:   2589 total:   3229 rss:      0K releases:    190 last released:    836K region: 0x758083e000 (0x758083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   18 (  2096): mapped:   1280K popped:     869 pushed:     291 inuse:    578 total:    596 rss:      0K releases:     33 last released:     16K region: 0x7590844000 (0x759083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   19 (  2576): mapped:   1024K popped:     428 pushed:      60 inuse:    368 total:    377 rss:      0K releases:     10 last released:      8K region: 0x75a084b000 (0x75a083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   20 (  3120): mapped:   1536K popped:     520 pushed:      52 inuse:    468 total:    476 rss:      0K releases:     11 last released:     12K region: 0x75b084a000 (0x75b083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   21 (  4112): mapped:   6400K popped:    3322 pushed:    1903 inuse:   1419 total:   1546 rss:      0K releases:    262 last released:    408K region: 0x75c083c000 (0x75c083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   22 (  4624): mapped:   2816K popped:    3927 pushed:    3796 inuse:    131 total:    602 rss:      0K releases:     60 last released:   2084K region: 0x75d0845000 (0x75d083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   23 (  7120): mapped:   4096K popped:    1173 pushed:     611 inuse:    562 total:    568 rss:      0K releases:    139 last released:      8K region: 0x75e0849000 (0x75e083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   24 (  8720): mapped:   1536K popped:     544 pushed:     378 inuse:    166 total:    178 rss:      0K releases:     57 last released:     64K region: 0x75f0846000 (0x75f083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   25 ( 11664): mapped:   3328K popped:     295 pushed:      25 inuse:    270 total:    273 rss:      0K releases:     12 last released:     16K region: 0x7600846000 (0x760083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   26 ( 14224): mapped:   1280K popped:     170 pushed:      79 inuse:     91 total:     92 rss:      0K releases:     18 last released:     12K region: 0x7610846000 (0x761083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   27 ( 16400): mapped:   5632K popped:     430 pushed:     155 inuse:    275 total:    351 rss:      0K releases:    132 last released:   1136K region: 0x7620845000 (0x762083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   28 ( 18448): mapped:   1536K popped:      90 pushed:      18 inuse:     72 total:     75 rss:      0K releases:     12 last released:     84K region: 0x763084b000 (0x763083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   29 ( 23056): mapped:   2048K popped:      83 pushed:       2 inuse:     81 total:     83 rss:      0K releases:      4 last released:     36K region: 0x7640844000 (0x764083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   30 ( 29456): mapped:   2816K popped:     104 pushed:      10 inuse:     94 total:     96 rss:      0K releases:     15 last released:     48K region: 0x7650845000 (0x765083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   31 ( 33296): mapped:   2048K popped:     639 pushed:     591 inuse:     48 total:     59 rss:      0K releases:     69 last released:    208K region: 0x7660842000 (0x766083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   32 ( 65552): mapped:  13824K popped:     294 pushed:      91 inuse:    203 total:    215 rss:      0K releases:     95 last released:    608K region: 0x7670846000 (0x767083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   33 ( 98320): mapped:   4864K popped:      56 pushed:      15 inuse:     41 total:     50 rss:      0K releases:     60 last released:    744K region: 0x768083f000 (0x768083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   34 (131088): mapped:   2304K popped:      29 pushed:      12 inuse:     17 total:     17 rss:      0K releases:      8 last released:    128K region: 0x769084a000 (0x769083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   35 (163856): mapped:   2816K popped:      23 pushed:      15 inuse:      8 total:     17 rss:      0K releases:     37 last released:   1420K region: 0x76a0843000 (0x76a083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   36 (196624): mapped:   1536K popped:       7 pushed:       0 inuse:      7 total:      7 rss:      0K releases:      0 last released:      0K region: 0x76b083e000 (0x76b083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   37 (229392): mapped:   1536K popped:      20 pushed:      16 inuse:      4 total:      6 rss:      0K releases:      4 last released:    448K region: 0x76c083d000 (0x76c083b000)
06-22 10:32:43.397 27178 28627 I scudo   :   38 (262160): mapped:   2048K popped:       8 pushed:       2 inuse:      6 total:      7 rss:      0K releases:      2 last released:    252K region: 0x76d084a000 (0x76d083b000)
06-22 10:32:43.397 27178 28627 I scudo   : Scudo OOM: The process has exhausted 256M for size class 80.
06-22 10:32:45.347 27178 28617 I scudo   : Stats: SizeClassAllocator64: 1413M mapped (0M rss) in 25367986 allocations; remains 24639420
06-22 10:32:45.347 27178 28617 I scudo   :   00 (    64): mapped:    256K popped:  107588 pushed:  106275 inuse:   1313 total:   3224 rss:      0K releases:      0 last released:      0K region: 0x7470848000 (0x747083b000)
06-22 10:32:45.347 27178 28617 I scudo   : F 01 (    32): mapped: 261888K popped: 8437031 pushed:   56615 inuse: 8380416 total: 8380416 rss:      0K releases:      0 last released:      0K region: 0x748084a000 (0x748083b000)
06-22 10:32:45.347 27178 28617 I scudo   : F 02 (    48): mapped: 261888K popped: 6007217 pushed:  420277 inuse: 5586940 total: 5586940 rss:      0K releases:      0 last released:      0K region: 0x749084b000 (0x749083b000)
06-22 10:32:45.347 27178 28617 I scudo   : F 03 (    64): mapped: 261888K popped: 4234187 pushed:   43979 inuse: 4190208 total: 4190208 rss:      0K releases:      0 last released:      0K region: 0x74a0846000 (0x74a083b000)
06-22 10:32:45.347 27178 28617 I scudo   : F 04 (    80): mapped: 261888K popped: 3377686 pushed:   25532 inuse: 3352154 total: 3352154 rss:      0K releases:      0 last released:      0K region: 0x74b083d000 (0x74b083b000)
06-22 10:32:45.347 27178 28617 I scudo   : F 05 (    96): mapped: 261888K popped: 2800466 pushed:    6994 inuse: 2793472 total: 2793472 rss:      0K releases:      0 last released:      0K region: 0x74c0849000 (0x74c083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   06 (   112): mapped:   1024K popped:   11778 pushed:    3848 inuse:   7930 total:   8164 rss:      0K releases:      0 last released:      0K region: 0x74d0847000 (0x74d083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   07 (   144): mapped:   4096K popped:   34268 pushed:    7683 inuse:  26585 total:  27352 rss:      0K releases:      0 last released:      0K region: 0x74e0846000 (0x74e083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   08 (   176): mapped:  41984K popped:  264309 pushed:   21944 inuse: 242365 total: 242989 rss:      0K releases:      0 last released:      0K region: 0x74f0843000 (0x74f083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   09 (   192): mapped:   3840K popped:   21688 pushed:    2002 inuse:  19686 total:  20362 rss:      0K releases:      0 last released:      0K region: 0x7500841000 (0x750083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   10 (   224): mapped:   1024K popped:    5486 pushed:    2067 inuse:   3419 total:   3666 rss:      0K releases:      0 last released:      0K region: 0x7510842000 (0x751083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   11 (   288): mapped:   1792K popped:   10947 pushed:    5499 inuse:   5448 total:   5773 rss:      0K releases:     30 last released:     36K region: 0x7520843000 (0x752083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   12 (   352): mapped:   4352K popped:   21223 pushed:    9165 inuse:  12058 total:  12123 rss:      0K releases:     30 last released:      4K region: 0x753083e000 (0x753083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   13 (   448): mapped:   1792K popped:    5525 pushed:    1950 inuse:   3575 total:   3926 rss:      0K releases:     10 last released:      4K region: 0x7540842000 (0x754083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   14 (   592): mapped:   2048K popped:    4750 pushed:    2418 inuse:   2332 total:   3359 rss:      0K releases:    123 last released:    148K region: 0x7550840000 (0x755083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   15 (   800): mapped:   1024K popped:    1365 pushed:     150 inuse:   1215 total:   1255 rss:      0K releases:      9 last released:      8K region: 0x7560843000 (0x756083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   16 (  1104): mapped:   3328K popped:    4606 pushed:    1806 inuse:   2800 total:   2961 rss:      0K releases:     42 last released:    140K region: 0x7570842000 (0x757083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   17 (  1648): mapped:   5376K popped:    4645 pushed:    2056 inuse:   2589 total:   3229 rss:      0K releases:    234 last released:    840K region: 0x758083e000 (0x758083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   18 (  2096): mapped:   1280K popped:     908 pushed:     327 inuse:    581 total:    596 rss:      0K releases:     37 last released:     20K region: 0x7590844000 (0x759083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   19 (  2576): mapped:   1024K popped:     464 pushed:      93 inuse:    371 total:    377 rss:      0K releases:     12 last released:      8K region: 0x75a084b000 (0x75a083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   20 (  3120): mapped:   1536K popped:     536 pushed:      68 inuse:    468 total:    476 rss:      0K releases:     14 last released:     12K region: 0x75b084a000 (0x75b083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   21 (  4112): mapped:   6400K popped:    3380 pushed:    1960 inuse:   1420 total:   1546 rss:      0K releases:    308 last released:    372K region: 0x75c083c000 (0x75c083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   22 (  4624): mapped:   2816K popped:    3927 pushed:    3796 inuse:    131 total:    602 rss:      0K releases:     60 last released:   2084K region: 0x75d0845000 (0x75d083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   23 (  7120): mapped:   4096K popped:    1173 pushed:     611 inuse:    562 total:    568 rss:      0K releases:    139 last released:      8K region: 0x75e0849000 (0x75e083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   24 (  8720): mapped:   1536K popped:     544 pushed:     378 inuse:    166 total:    178 rss:      0K releases:     57 last released:     64K region: 0x75f0846000 (0x75f083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   25 ( 11664): mapped:   3328K popped:     295 pushed:      25 inuse:    270 total:    273 rss:      0K releases:     12 last released:     16K region: 0x7600846000 (0x760083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   26 ( 14224): mapped:   1280K popped:     211 pushed:     121 inuse:     90 total:     92 rss:      0K releases:     22 last released:     24K region: 0x7610846000 (0x761083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   27 ( 16400): mapped:   5632K popped:     430 pushed:     155 inuse:    275 total:    351 rss:      0K releases:    132 last released:   1136K region: 0x7620845000 (0x762083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   28 ( 18448): mapped:   1536K popped:      90 pushed:      18 inuse:     72 total:     75 rss:      0K releases:     12 last released:     84K region: 0x763084b000 (0x763083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   29 ( 23056): mapped:   2048K popped:      83 pushed:       2 inuse:     81 total:     83 rss:      0K releases:      4 last released:     36K region: 0x7640844000 (0x764083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   30 ( 29456): mapped:   2816K popped:     104 pushed:      10 inuse:     94 total:     96 rss:      0K releases:     15 last released:     48K region: 0x7650845000 (0x765083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   31 ( 33296): mapped:   2048K popped:     639 pushed:     591 inuse:     48 total:     59 rss:      0K releases:     69 last released:    208K region: 0x7660842000 (0x766083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   32 ( 65552): mapped:  13824K popped:     294 pushed:      91 inuse:    203 total:    215 rss:      0K releases:     95 last released:    608K region: 0x7670846000 (0x767083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   33 ( 98320): mapped:   4864K popped:      56 pushed:      15 inuse:     41 total:     50 rss:      0K releases:     60 last released:    744K region: 0x768083f000 (0x768083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   34 (131088): mapped:   2304K popped:      29 pushed:      12 inuse:     17 total:     17 rss:      0K releases:      8 last released:    128K region: 0x769084a000 (0x769083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   35 (163856): mapped:   2816K popped:      23 pushed:      15 inuse:      8 total:     17 rss:      0K releases:     37 last released:   1420K region: 0x76a0843000 (0x76a083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   36 (196624): mapped:   1536K popped:       7 pushed:       0 inuse:      7 total:      7 rss:      0K releases:      0 last released:      0K region: 0x76b083e000 (0x76b083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   37 (229392): mapped:   1536K popped:      20 pushed:      16 inuse:      4 total:      6 rss:      0K releases:      4 last released:    448K region: 0x76c083d000 (0x76c083b000)
06-22 10:32:45.347 27178 28617 I scudo   :   38 (262160): mapped:   2048K popped:       8 pushed:       2 inuse:      6 total:      7 rss:      0K releases:      2 last released:    252K region: 0x76d084a000 (0x76d083b000)
06-22 10:32:45.347 27178 28617 I scudo   : Scudo OOM: The process has exhausted 256M for size class 96.
06-22 10:32:47.372 27178 28625 I scudo   : Stats: SizeClassAllocator64: 1668M mapped (0M rss) in 27771477 allocations; remains 27025766
06-22 10:32:47.372 27178 28625 I scudo   :   00 (    64): mapped:    256K popped:  123149 pushed:  121862 inuse:   1287 total:   3224 rss:      0K releases:      0 last released:      0K region: 0x7470848000 (0x747083b000)
06-22 10:32:47.372 27178 28625 I scudo   : F 01 (    32): mapped: 261888K popped: 8437031 pushed:   56615 inuse: 8380416 total: 8380416 rss:      0K releases:      0 last released:      0K region: 0x748084a000 (0x748083b000)
06-22 10:32:47.372 27178 28625 I scudo   : F 02 (    48): mapped: 261888K popped: 6007217 pushed:  420277 inuse: 5586940 total: 5586940 rss:      0K releases:      0 last released:      0K region: 0x749084b000 (0x749083b000)
06-22 10:32:47.372 27178 28625 I scudo   : F 03 (    64): mapped: 261888K popped: 4234187 pushed:   43979 inuse: 4190208 total: 4190208 rss:      0K releases:      0 last released:      0K region: 0x74a0846000 (0x74a083b000)
06-22 10:32:47.372 27178 28625 I scudo   : F 04 (    80): mapped: 261888K popped: 3377686 pushed:   25532 inuse: 3352154 total: 3352154 rss:      0K releases:      0 last released:      0K region: 0x74b083d000 (0x74b083b000)
06-22 10:32:47.372 27178 28625 I scudo   : F 05 (    96): mapped: 261888K popped: 2800544 pushed:    7072 inuse: 2793472 total: 2793472 rss:      0K releases:      0 last released:      0K region: 0x74c0849000 (0x74c083b000)
06-22 10:32:47.372 27178 28625 I scudo   : F 06 (   112): mapped: 261888K popped: 2399007 pushed:    4615 inuse: 2394392 total: 2394392 rss:      0K releases:      0 last released:      0K region: 0x74d0847000 (0x74d083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   07 (   144): mapped:   4096K popped:   34398 pushed:    7800 inuse:  26598 total:  27352 rss:      0K releases:      0 last released:      0K region: 0x74e0846000 (0x74e083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   08 (   176): mapped:  41984K popped:  264426 pushed:   22087 inuse: 242339 total: 242989 rss:      0K releases:      0 last released:      0K region: 0x74f0843000 (0x74f083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   09 (   192): mapped:   3840K popped:   21688 pushed:    2028 inuse:  19660 total:  20362 rss:      0K releases:      0 last released:      0K region: 0x7500841000 (0x750083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   10 (   224): mapped:   1024K popped:    5499 pushed:    2080 inuse:   3419 total:   3666 rss:      0K releases:      0 last released:      0K region: 0x7510842000 (0x751083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   11 (   288): mapped:   1792K popped:   11025 pushed:    5577 inuse:   5448 total:   5773 rss:      0K releases:     36 last released:     36K region: 0x7520843000 (0x752083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   12 (   352): mapped:   4352K popped:   21236 pushed:    9204 inuse:  12032 total:  12123 rss:      0K releases:     30 last released:      4K region: 0x753083e000 (0x753083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   13 (   448): mapped:   1792K popped:    5564 pushed:    1989 inuse:   3575 total:   3926 rss:      0K releases:     10 last released:      4K region: 0x7540842000 (0x754083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   14 (   592): mapped:   2048K popped:    4776 pushed:    2444 inuse:   2332 total:   3359 rss:      0K releases:    135 last released:    144K region: 0x7550840000 (0x755083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   15 (   800): mapped:   1024K popped:    1375 pushed:     160 inuse:   1215 total:   1255 rss:      0K releases:      9 last released:      8K region: 0x7560843000 (0x756083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   16 (  1104): mapped:   3328K popped:    4634 pushed:    1855 inuse:   2779 total:   2961 rss:      0K releases:     48 last released:    132K region: 0x7570842000 (0x757083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   17 (  1648): mapped:   5376K popped:    4685 pushed:    2100 inuse:   2585 total:   3229 rss:      0K releases:    279 last released:    840K region: 0x758083e000 (0x758083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   18 (  2096): mapped:   1280K popped:     926 pushed:     348 inuse:    578 total:    596 rss:      0K releases:     39 last released:     20K region: 0x7590844000 (0x759083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   19 (  2576): mapped:   1024K popped:     491 pushed:     123 inuse:    368 total:    377 rss:      0K releases:     16 last released:      8K region: 0x75a084b000 (0x75a083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   20 (  3120): mapped:   1536K popped:     550 pushed:      82 inuse:    468 total:    476 rss:      0K releases:     20 last released:     12K region: 0x75b084a000 (0x75b083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   21 (  4112): mapped:   6400K popped:    3427 pushed:    2003 inuse:   1424 total:   1546 rss:      0K releases:    351 last released:    364K region: 0x75c083c000 (0x75c083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   22 (  4624): mapped:   2816K popped:    3927 pushed:    3796 inuse:    131 total:    602 rss:      0K releases:     60 last released:   2084K region: 0x75d0845000 (0x75d083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   23 (  7120): mapped:   4096K popped:    1173 pushed:     611 inuse:    562 total:    568 rss:      0K releases:    139 last released:      8K region: 0x75e0849000 (0x75e083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   24 (  8720): mapped:   1536K popped:     545 pushed:     378 inuse:    167 total:    178 rss:      0K releases:     57 last released:     64K region: 0x75f0846000 (0x75f083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   25 ( 11664): mapped:   3328K popped:     295 pushed:      25 inuse:    270 total:    273 rss:      0K releases:     12 last released:     16K region: 0x7600846000 (0x760083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   26 ( 14224): mapped:   1280K popped:     233 pushed:     142 inuse:     91 total:     92 rss:      0K releases:     26 last released:     24K region: 0x7610846000 (0x761083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   27 ( 16400): mapped:   5632K popped:     430 pushed:     155 inuse:    275 total:    351 rss:      0K releases:    132 last released:   1136K region: 0x7620845000 (0x762083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   28 ( 18448): mapped:   1536K popped:      90 pushed:      18 inuse:     72 total:     75 rss:      0K releases:     12 last released:     84K region: 0x763084b000 (0x763083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   29 ( 23056): mapped:   2048K popped:      83 pushed:       2 inuse:     81 total:     83 rss:      0K releases:      4 last released:     36K region: 0x7640844000 (0x764083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   30 ( 29456): mapped:   2816K popped:     104 pushed:      10 inuse:     94 total:     96 rss:      0K releases:     15 last released:     48K region: 0x7650845000 (0x765083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   31 ( 33296): mapped:   2048K popped:     639 pushed:     591 inuse:     48 total:     59 rss:      0K releases:     69 last released:    208K region: 0x7660842000 (0x766083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   32 ( 65552): mapped:  13824K popped:     294 pushed:      91 inuse:    203 total:    215 rss:      0K releases:     95 last released:    608K region: 0x7670846000 (0x767083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   33 ( 98320): mapped:   4864K popped:      56 pushed:      15 inuse:     41 total:     50 rss:      0K releases:     60 last released:    744K region: 0x768083f000 (0x768083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   34 (131088): mapped:   2304K popped:      29 pushed:      12 inuse:     17 total:     17 rss:      0K releases:      8 last released:    128K region: 0x769084a000 (0x769083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   35 (163856): mapped:   2816K popped:      23 pushed:      15 inuse:      8 total:     17 rss:      0K releases:     37 last released:   1420K region: 0x76a0843000 (0x76a083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   36 (196624): mapped:   1536K popped:       7 pushed:       0 inuse:      7 total:      7 rss:      0K releases:      0 last released:      0K region: 0x76b083e000 (0x76b083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   37 (229392): mapped:   1536K popped:      20 pushed:      16 inuse:      4 total:      6 rss:      0K releases:      4 last released:    448K region: 0x76c083d000 (0x76c083b000)
06-22 10:32:47.372 27178 28625 I scudo   :   38 (262160): mapped:   2048K popped:       8 pushed:       2 inuse:      6 total:      7 rss:      0K releases:      2 last released:    252K region: 0x76d084a000 (0x76d083b000)
06-22 10:32:47.372 27178 28625 I scudo   : Scudo OOM: The process has exhausted 256M for size class 112.

from osmand.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.