.NET Maui Blazor App not working on Physical Devices - android
I have created a .NET Maui Blazor app that was working fine on all Android simulators and physical devices until yesterday. The issue is that when I try to run the app through the debugger in Visual Studio clicking the links to navigate to different pages doesn't work, the app is responsive (meaning, I can scroll on the main page) just can't navigate anywhere. This seems to only be happening on the Samsung galaxy physical device, the app works fine in several simulators, and on iPhone devices. I have uninstalled the app, run shell commands (i.e. adb shell pm clear ) to delete shared preferences, I even reverted my code back to several weeks ago (known working code on the devices) and nothing seems to work. I can't get the app to function as it should on these physical devices. The strange things is this just started happening yesterday, I didn't run anything through the debugger, I opened the app and it wouldn't work correctly. that is when I tried deploying a new version through the debugger and that didn't work, I tried a second Samsung galaxy device (Galaxy S8) and that had the same problem. Has anyone experienced this before? I have a dump from the console when debugging on the device (I had to remove some of the debugger lines because the dump was too many characters):
Forwarding debugger port 8840
Detecting existing process
> am start -a "android.intent.action.MAIN" -c "android.intent.category.LAUNCHER" -n "com.<companynamewashere>.<appnamewashere>/crc64b5ae0e19d72601fe.MainActivity"
> Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.<companynamewashere>.<appnamewashere>/crc64b5ae0e19d72601fe.MainActivity }
Resolved pending breakpoint for 'Android.Runtime.JNIEnv.RegisterJniNatives(System.IntPtr, System.Int32, System.IntPtr, System.IntPtr, System.Int32)' to /Users/runner/work/1/s/xamarin-android/src/Mono.Android/Android.Runtime/JNIEnv.cs:124 [0x00000].
Resolved pending breakpoint for 'Xamarin.HotReload.HotReloadAgent.BreakpointSendToIde(System.String)' to D:\a\_work\1\s\HotReload\Source\Xamarin.HotReload.Agent\HotReloadAgent.cs:419 [0x00000].
Resolved pending breakpoint for 'Xamarin.HotReload.HotReloadAgent.BreakpointCheckpoint()' to D:\a\_work\1\s\HotReload\Source\Xamarin.HotReload.Agent\HotReloadAgent.cs:414 [0x00000].
[Zygote] isWhitelistProcess - Process is Whitelisted
[Zygote] accessInfo : 1
[design.techbas] Late-enabling -Xcheck:jni
[design.techbas] The ClassLoaderContext is a special shared library.
[debug-app-helper] Checking if libmonodroid was unpacked to /data/app/com.<companynamewashere>.<appnamewashere>-pYfe8ENmnogJsxJD80Z5SQ==/lib/arm64/libmonodroid.so
[debug-app-helper] Native libs extracted to /data/app/com.<companynamewashere>.<appnamewashere>-pYfe8ENmnogJsxJD80Z5SQ==/lib/arm64, assuming application/android:extractNativeLibs == true
[debug-app-helper] Setting up for DSO lookup in app data directories
[debug-app-helper] Added filesystem DSO lookup location: /data/app/com.<companynamewashere>.<appnamewashere>-pYfe8ENmnogJsxJD80Z5SQ==/lib/arm64
[debug-app-helper] Using runtime path: /data/app/com.<companynamewashere>.<appnamewashere>-pYfe8ENmnogJsxJD80Z5SQ==/lib/arm64
[debug-app-helper] checking directory: `/data/user/0/com.<companynamewashere>.<appnamewashere>/files/.__override__/lib`
[debug-app-helper] directory does not exist: `/data/user/0/com.<companynamewashere>.<appnamewashere>/files/.__override__/lib`
[debug-app-helper] Checking whether Mono runtime exists at: /data/user/0/com.<companynamewashere>.<appnamewashere>/files/.__override__/libmonosgen-2.0.so
[debug-app-helper] Checking whether Mono runtime exists at: /data/app/com.<companynamewashere>.<appnamewashere>-pYfe8ENmnogJsxJD80Z5SQ==/lib/arm64/libmonosgen-2.0.so
[debug-app-helper] Mono runtime found at: /data/app/com.<companynamewashere>.<appnamewashere>-pYfe8ENmnogJsxJD80Z5SQ==/lib/arm64/libmonosgen-2.0.so
[design.techbas] Attempt to remove non-JNI local reference, dumping thread
[DOTNET] JNI_OnLoad: JNI_OnLoad in pal_jni.c
[DOTNET] GetOptionalMethod: optional method setApplicationProtocols ([Ljava/lang/String;)V was not found
[DOTNET] GetOptionalMethod: optional method getApplicationProtocol ()Ljava/lang/String; was not found
[monodroid] Creating public update directory: `/data/user/0/com.<companynamewashere>.<appnamewashere>/files/.__override__`
[design.techbas] Attempt to remove non-JNI local reference, dumping thread
[monodroid-debug] Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8840,server=y,embedding=1
[TcpOptimizer] TcpOptimizer-ON
[monodroid-assembly] open_from_bundles: failed to load assembly <appnamewashere>.dll
[monodroid-gc] GREF GC Threshold: 46080
[monodroid-assembly] open_from_bundles: failed to load assembly Mono.Android.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Java.Interop.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Collections.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Threading.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.InteropServices.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Threading.Thread.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Diagnostics.StackTrace.dll
[design.techbas] Attempt to remove non-JNI local reference, dumping thread
[monodroid-assembly] open_from_bundles: failed to load assembly netstandard.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Linq.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.VisualStudio.DesignTools.TapContract.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.VisualStudio.DesignTools.TapContract.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.HotReload.Contracts.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.HotReload.Contracts.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Collections.Concurrent.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Text.Json.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Text.Encodings.Web.dll
[design.techbas] Rejecting re-init on previously-failed class java.lang.Class<Cy2>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/PacProcessor;
[design.techbas] at java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2)
[design.techbas] at java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:453)
[design.techbas] at java.lang.Class android.webkit.WebViewFactory.getWebViewProviderClass(java.lang.ClassLoader) (WebViewFactory.java:176)
[design.techbas] at java.lang.Class android.webkit.WebViewFactory.getProviderClass() (WebViewFactory.java:459)
[design.techbas] at android.webkit.WebViewFactoryProvider android.webkit.WebViewFactory.getProvider() (WebViewFactory.java:251)
[design.techbas] at android.webkit.WebViewFactoryProvider android.webkit.WebView.getFactory() (WebView.java:2681)
[design.techbas] at void android.webkit.WebView.ensureProviderCreated() (WebView.java:2676)
[design.techbas] at void android.webkit.WebView.setOverScrollMode(int) (WebView.java:2741)
[design.techbas] at void android.view.View.<init>(android.content.Context) (View.java:5190)
[design.techbas] at void android.view.View.<init>(android.content.Context, android.util.AttributeSet, int, int) (View.java:5390)
[design.techbas] Accessing hidden method Landroid/os/Trace;->traceBegin(JLjava/lang/String;)V (light greylist, reflection)
[design.techbas] Accessing hidden method Landroid/os/Trace;->traceEnd(J)V (light greylist, reflection)
[design.techbas] Accessing hidden method Landroid/os/Trace;->asyncTraceBegin(JLjava/lang/String;I)V (light greylist, reflection)
[design.techbas] Accessing hidden method Landroid/os/Trace;->asyncTraceEnd(JLjava/lang/String;I)V (light greylist, reflection)
[cr_WVCFactoryProvider] Loaded version=105.0.5195.79 minSdkVersion=24 isBundle=true multiprocess=true packageId=2
[cr_LibraryLoader] Successfully loaded native library
[cr_CachingUmaRecorder] Flushed 8 samples from 8 histograms.
[design.techbas] Accessing hidden method Landroid/content/Context;->bindServiceAsUser(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/Handler;Landroid/os/UserHandle;)Z (light greylist, reflection)
[ConnectivityManager] requestNetwork; CallingUid : 10258, CallingPid : 12114
[ConnectivityManager] requestNetwork; CallingUid : 10258, CallingPid : 12114
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.Primitives.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.FileProviders.Embedded.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.FileProviders.Composite.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Xml.XDocument.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Private.Xml.Linq.dll
[design.techbas] Accessing hidden method Landroid/media/AudioManager;->getOutputLatency(I)I (light greylist, reflection)
[cr_media] Requires BLUETOOTH permission
[Adreno] QUALCOMM build : 417d66a, I9f2c4682a2
[Adreno] Build Date : 12/09/19
[Adreno] OpenGL ES Shader Compiler Version: EV031.25.03.01
[Adreno] Local Branch :
[Adreno] Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.7.4.R1.09.00.00.453.036
[Adreno] Remote Branch : NONE
[Adreno] Reconstruct Branch : NOTHING
[Adreno] Build Config : S L 6.0.7 AArch64
[vndksupport] Loading /vendor/lib64/hw/gralloc.msm8998.so from current namespace instead of sphal namespace.
[Adreno] PFP: 0x005ff112, ME: 0x005ff066
[ConfigStore] android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
[ConfigStore] android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
[design.techbas] Accessing hidden field Landroid/view/View;->mAccessibilityDelegate:Landroid/view/View$AccessibilityDelegate; (light greylist, reflection)
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Lifecycle.LiveData.Core.dll
[DecorView] createDecorCaptionView >> DecorView#7033324[], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true
[design.techbas] Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)
[design.techbas] Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.AppCenter.Analytics.Android.Bindings.dll
[ConnectivityManager] requestNetwork; CallingUid : 10258, CallingPid : 12114
[AppCenter] Unable to get installID from Shared Preferences
[monodroid-assembly] open_from_bundles: failed to load assembly SQLitePCLRaw.core.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Console.dll
[monodroid-assembly] open_from_bundles: failed to load assembly SQLitePCLRaw.batteries_v2.dll
[monodroid-assembly] open_from_bundles: failed to load assembly SQLitePCLRaw.provider.e_sqlite3.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.InteropServices.RuntimeInformation.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Security.SecurityCrypto.dll
[OpenGLRenderer] Skia GL Pipeline
[EmergencyMode] [EmergencyManager] android createPackageContext successful
[InputTransport] Input channel constructed: fd=157
[ViewRootImpl#511e45a[MainActivity]] setView = DecorView#7033324[MainActivity] TM=true MM=false
[design.techbas] Accessing hidden field Ljava/nio/Buffer;->address:J (light greylist, reflection)
[Choreographer] Skipped 55 frames! The application may be doing too much work on its main thread.
[ViewRootImpl#511e45a[MainActivity]] dispatchAttachedToWindow
[ViewRootImpl#511e45a[MainActivity]] Relayout returned: old=[0,0][1440,2960] new=[0,0][1440,2960] result=0x7 surface={valid=true 520568233984} changed=true
[OpenGLRenderer] Initialized EGL, version 1.4
[OpenGLRenderer] Swap behavior 2
[OpenGLRenderer] eglCreateWindowSurface = 0x7922e40580, 0x793448e010
[AndroidKeysetManager] keyset not found, will generate a new one
[AndroidKeysetManager] java.io.FileNotFoundException: can't read keyset; the pref value __androidx_security_crypto_encrypted_prefs_key_keyset__ does not exist
[AndroidKeysetManager] at com.google.crypto.tink.integration.android.SharedPrefKeysetReader.readPref(SharedPrefKeysetReader.java:71)
[AndroidKeysetManager] at com.google.crypto.tink.integration.android.SharedPrefKeysetReader.readEncrypted(SharedPrefKeysetReader.java:89)
[AndroidKeysetManager] at com.google.crypto.tink.KeysetHandle.read(KeysetHandle.java:116)
[AndroidKeysetManager] at com.google.crypto.tink.integration.android.AndroidKeysetManager$Builder.read(AndroidKeysetManager.java:311)
[AndroidKeysetManager] at com.google.crypto.tink.integration.android.AndroidKeysetManager$Builder.readOrGenerateNewKeyset(AndroidKeysetManager.java:287)
[AndroidKeysetManager] at com.google.crypto.tink.integration.android.AndroidKeysetManager$Builder.build(AndroidKeysetManager.java:238)
[AndroidKeysetManager] at androidx.security.crypto.EncryptedSharedPreferences.create(EncryptedSharedPreferences.java:155)
[AndroidKeysetManager] at androidx.security.crypto.EncryptedSharedPreferences.create(EncryptedSharedPreferences.java:120)
[vndksupport] Loading /vendor/lib64/hw/android.hardware.graphics.mapper#2.0-impl.so from current namespace instead of sphal namespace.
[vndksupport] Loading /vendor/lib64/hw/gralloc.msm8998.so from current namespace instead of sphal namespace.
[AndroidKeysetManager] keyset not found, will generate a new one
[AndroidKeysetManager] java.io.FileNotFoundException: can't read keyset; the pref value __androidx_security_crypto_encrypted_prefs_value_keyset__ does not exist
[AndroidKeysetManager] at com.google.crypto.tink.integration.android.SharedPrefKeysetReader.readPref(SharedPrefKeysetReader.java:71)
[AndroidKeysetManager] at com.google.crypto.tink.integration.android.SharedPrefKeysetReader.readEncrypted(SharedPrefKeysetReader.java:89)
[AndroidKeysetManager] at com.google.crypto.tink.KeysetHandle.read(KeysetHandle.java:116)
[AndroidKeysetManager] at com.google.crypto.tink.integration.android.AndroidKeysetManager$Builder.read(AndroidKeysetManager.java:311)
[AndroidKeysetManager] at com.google.crypto.tink.integration.android.AndroidKeysetManager$Builder.readOrGenerateNewKeyset(AndroidKeysetManager.java:287)
[AndroidKeysetManager] at com.google.crypto.tink.integration.android.AndroidKeysetManager$Builder.build(AndroidKeysetManager.java:238)
[AndroidKeysetManager] at androidx.security.crypto.EncryptedSharedPreferences.create(EncryptedSharedPreferences.java:160)
[AndroidKeysetManager] at androidx.security.crypto.EncryptedSharedPreferences.create(EncryptedSharedPreferences.java:120)
[ViewRootImpl#511e45a[MainActivity]] MSG_RESIZED: frame=Rect(0, 0 - 1440, 2960) ci=Rect(0, 96 - 0, 192) vi=Rect(0, 96 - 0, 192) or=1
[ViewRootImpl#511e45a[MainActivity]] MSG_WINDOW_FOCUS_CHANGED 1 1
[InputMethodManager] prepareNavigationBarInfo() DecorView#7033324[MainActivity]
[InputMethodManager] getNavigationBarColor() -855310
[InputMethodManager] prepareNavigationBarInfo() DecorView#7033324[MainActivity]
[InputMethodManager] getNavigationBarColor() -855310
[InputMethodManager] Starting input: tba=com.<companynamewashere>.<appnamewashere> ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
[InputMethodManager] startInputInner - Id : 0
[InputMethodManager] startInputInner - mService.startInputOrWindowGainedFocus
[InputTransport] Input channel constructed: fd=170
[InputMethodManager] prepareNavigationBarInfo() DecorView#7033324[MainActivity]
[InputMethodManager] getNavigationBarColor() -855310
[InputMethodManager] Starting input: tba=com.<companynamewashere>.<appnamewashere> ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
[InputMethodManager] startInputInner - Id : 0
[EngineFactory] Provider GmsCore_OpenSSL not available
[design.techbas] Accessing hidden method Landroid/os/Trace;->traceCounter(JLjava/lang/String;I)V (light greylist, reflection)
[design.techbas] Accessing hidden method Landroid/graphics/FontFamily;-><init>()V (light greylist, reflection)
[design.techbas] Accessing hidden method Landroid/graphics/FontFamily;->addFontFromAssetManager(Landroid/content/res/AssetManager;Ljava/lang/String;IZIII[Landroid/graphics/fonts/FontVariationAxis;)Z (light greylist, reflection)
[design.techbas] Accessing hidden method Landroid/graphics/FontFamily;->addFontFromBuffer(Ljava/nio/ByteBuffer;I[Landroid/graphics/fonts/FontVariationAxis;II)Z (light greylist, reflection)
[design.techbas] Accessing hidden method Landroid/graphics/FontFamily;->freeze()Z (light greylist, reflection)
[design.techbas] Accessing hidden method Landroid/graphics/FontFamily;->abortCreation()V (light greylist, reflection)
[design.techbas] Accessing hidden method Landroid/graphics/Typeface;->createFromFamiliesWithDefault([Landroid/graphics/FontFamily;Ljava/lang/String;II)Landroid/graphics/Typeface; (light greylist, reflection)
[NetworkSecurityConfig] No Network Security Config specified, using platform default
[monodroid-assembly] Shared library 'liblog' not loaded, p/invoke '__android_log_print' may fail
[DOTNET] Checking Last Data Update
[monodroid-assembly] open_from_bundles: failed to load assembly System.Linq.Expressions.dll
[DOTNET] Data Check Finished: 00:00:00.0464618
[monodroid-assembly] open_from_bundles: failed to load assembly Newtonsoft.Json.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Security.Cryptography.X509Certificates.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Diagnostics.DiagnosticSource.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Collections.NonGeneric.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Net.Requests.dll
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.Intrinsics.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.ServiceModel.Syndication.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.ComponentModel.Primitives.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.IO.Compression.dll
[design.techbas] Explicit concurrent copying GC freed 11370(681KB) AllocSpace objects, 44(5MB) LOS objects, 64% free, 3MB/9MB, paused 71us total 22.801ms
[Choreographer] Skipped 57 frames! The application may be doing too much work on its main thread.
[DOTNET] Getting Session Data
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.Serialization.Formatters.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Diagnostics.TraceSource.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.Numerics.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Data.Common.dll
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[DOTNET] Get Session Data Finished: 00:00:01.8730367
[Choreographer] Skipped 38 frames! The application may be doing too much work on its main thread.
[DOTNET] Save Session Data Finished: 00:00:04.7900294
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[ViewRootImpl#511e45a[MainActivity]] ViewPostIme pointer 0
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[DOTNET] Get Speaker Data Finished: 00:00:05.1415198
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[ViewRootImpl#511e45a[MainActivity]] ViewPostIme pointer 1
[InputMethodManager] prepareNavigationBarInfo() DecorView#7033324[MainActivity]
[InputMethodManager] getNavigationBarColor() -855310
[InputMethodManager] Starting input: tba=com.<companynamewashere>.<appnamewashere> ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
[InputMethodManager] startInputInner - Id : 0
[InputMethodManager] startInputInner - mService.startInputOrWindowGainedFocus
[InputTransport] Input channel constructed: fd=194
[InputTransport] Input channel destroyed: fd=170
[InputMethodManager] HSIFW - flag : 0 Pid : 12114
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[ViewRootImpl#511e45a[MainActivity]] ViewPostIme pointer 0
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[ViewRootImpl#511e45a[MainActivity]] ViewPostIme pointer 1
[InputMethodManager] HSIFW - flag : 0 Pid : 12114
[design.techbas] Explicit concurrent copying GC freed 11416(661KB) AllocSpace objects, 22(2MB) LOS objects, 63% free, 3MB/9MB, paused 63us total 25.279ms
[ViewRootImpl#511e45a[MainActivity]] ViewPostIme pointer 0
[ViewRootImpl#511e45a[MainActivity]] ViewPostIme pointer 1
[InputMethodManager] HSIFW - flag : 0 Pid : 12114
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[ViewRootImpl#511e45a[MainActivity]] ViewPostIme pointer 0
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[ViewRootImpl#511e45a[MainActivity]] ViewPostIme pointer 1
[InputMethodManager] HSIFW - flag : 0 Pid : 12114
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[ViewRootImpl#511e45a[MainActivity]] ViewPostIme pointer 0
[ViewRootImpl#511e45a[MainActivity]] ViewPostIme pointer 1
[InputMethodManager] HSIFW - flag : 0 Pid : 12114
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[chatty] uid=10258(com.<companynamewashere>.<appnamewashere>) .NET ThreadPool identical 2 lines
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[chatty] uid=10258(com.<companynamewashere>.<appnamewashere>) .NET ThreadPool identical 2 lines
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[chatty] uid=10258(com.<companynamewashere>.<appnamewashere>) .NET ThreadPool identical 2 lines
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[chatty] uid=10258(com.<companynamewashere>.<appnamewashere>) .NET ThreadPool identical 2 lines
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[chatty] uid=10258(com.<companynamewashere>.<appnamewashere>) .NET ThreadPool identical 2 lines
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[chatty] uid=10258(com.<companynamewashere>.<appnamewashere>) .NET ThreadPool identical 2 lines
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
Thread started: <Thread Pool> #21
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
[System.out] (HTTPLog)-Static: isSBSettingEnabled false
I did notice the following message from the debugger "[System.out] (HTTPLog)-Static: isSBSettingEnabled false" which I do not recall seeing before and I do not see when I run the app in the simulators. I have searched for this and only found old posts, and none of them were helpful for this issue, mentioned above I have already tried deleting shared preferences, that didn't work. I am at a loss, any help would be greatly appricated.
might be related to https://github.com/dotnet/maui/issues/9882, try latest android webview 105.0.5195.136,
also the apps will run again if you refresh the page, can try debug from chrome inspect chrome://inspect/#devices
I'm running into the same issue. I've tested with several devices (Samsung, OnePlus, Oppo) and they all have the same result. All emulators tested do work fine, as well as the windows version app.
[Edit]
I don't think the accepted answer below is actually a solution. You can't just ask random users to uninstall a specific version of a web view
Related
Here map loading issue when connected to wifi with no internet
I am using here map sdk lite version to load map. We have encountered 1 strange issue. When we are connecting to WIFI with no internet, It is requesting to oauth2/token multiple times in background which result in hanging of UI. Can you please suggest us a solution where we can stop this call in such scenario. Or is it possible to execute it in background. Below are logs: 2022-07-27 17:29:01.063 5605-5961/com.daimler.android.sixtythree.debug W/OLP: [WARN ] OLP - Request timed out, request_id=4, timeout=10, retry_count=0, url='https://account.api.here.com/oauth2/token' 2022-07-27 17:29:01.065 5605-5961/com.daimler.android.sixtythree.debug E/Authentication: [ERROR] Authentication - Failed to SignInClient: ApiError(ErrorCode: 3, Message: Network request timed out., HTTPStatusCode: -7) 2022-07-27 17:29:01.074 5605-6888/com.daimler.android.sixtythree.debug I/System.out: (HTTPLog)-Static: isSBSettingEnabled false 2022-07-27 17:29:01.074 5605-6888/com.daimler.android.sixtythree.debug I/System.out: (HTTPLog)-Static: isSBSettingEnabled false 2022-07-27 17:29:07.106 5605-6554/com.daimler.android.sixtythree.debug I/Logger63 -> i() -> Line: 83: toUINetworkDetails 2022-07-27 17:29:07.106 5605-6634/com.daimler.android.sixtythree.debug I/Logger63 -> i() -> Line: 83: toUINetworkDetails 2022-07-27 17:29:07.106 5605-6631/com.daimler.android.sixtythree.debug I/Logger63 -> i() -> Line: 83: toUINetworkDetails 2022-07-27 17:29:07.108 5605-6705/com.daimler.android.sixtythree.debug I/Logger63 -> i() -> Line: 83: toUINetworkDetails 2022-07-27 17:29:11.068 5605-5960/com.daimler.android.sixtythree.debug W/OLP: [WARN ] OLP - Request timed out, request_id=5, timeout=10, retry_count=0, url='https://account.api.here.com/oauth2/token' 2022-07-27 17:29:11.070 5605-5960/com.daimler.android.sixtythree.debug E/Authentication: [ERROR] Authentication - Failed to SignInClient: ApiError(ErrorCode: 3, Message: Network request timed out., HTTPStatusCode: -7) 2022-07-27 17:29:11.079 5605-6900/com
ERROR: Unknown bits set in runtime_flags: 0x8000
Simple application that scans Wi-Fi networks. This one for a reference: Get available wi-fi scan result in customized listview Just put a ListView in a layout and add ACCESS/CHANGE_WIFI_STATE permissions into manifest. The problem is that it works on my Samsung J3 (2016), but I don't know why it doesn't on my new Samsung M11. Has it something to do with Android versions? I have already returned a Realme C3 that was having same issues because I thought it was due to Mediatek SOC. SAMSUNG M11 (Android 10) LOG: 03/28 20:09:56: Launching 'app' on Physical Device. Install successfully finished in 3 s 220 ms. $ adb shell am start -n "es.josecarlos.myapplication/es.josecarlos.myapplication.SearchWifi" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Connected to process 29558 on device 'samsung-sm_m115f-R9JR30FM7HJ'. Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. I/s.myapplicatio: Late-enabling -Xcheck:jni E/s.myapplicatio: Unknown bits set in runtime_flags: 0x8000 D/ActivityThread: setConscryptValidator D/ActivityThread: setConscryptValidator - put E/ANDR-PERF: IPerf:: Perf HAL Service is not available. E/ANDR-PERF: IPerf:: Perf HAL Service is not available. E/ANDR-PERF: IPerf:: Perf HAL Service is not available. I/Perf: Connecting to perf service. I/s.myapplicatio: Starting a blocking GC Alloc Starting a blocking GC Alloc I/s.myapplicatio: Waiting for a blocking GC Alloc I/s.myapplicatio: WaitForGcToComplete blocked Alloc on ClassLinker for 20.796ms Starting a blocking GC Alloc D/PhoneWindow: forceLight changed to true [] from com.android.internal.policy.PhoneWindow.updateForceLightNavigationBar:4238 com.android.internal.policy.DecorView.updateColorViews:1490 com.android.internal.policy.PhoneWindow.dispatchWindowAttributesChanged:3216 android.view.Window.setFlags:1148 com.android.internal.policy.PhoneWindow.generateLayout:2444 I/MultiWindowDecorSupport: updateCaptionType >> DecorView#9ffef9d[], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true D/MultiWindowDecorSupport: setCaptionType = 0, DecorView = DecorView#9ffef9d[] W/s.myapplicatio: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed) W/s.myapplicatio: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed) D/ViewRootImpl#73bc89c[SearchWifi]: setView = com.android.internal.policy.DecorView#9ffef9d TM=true MM=false D/ViewRootImpl#73bc89c[SearchWifi]: Relayout returned: old=(0,0,720,1560) new=(0,0,720,1560) req=(720,1560)0 dur=14 res=0x7 s={true 3550955520} ch=true D/OpenGLRenderer: createReliableSurface : 0xd3a8e0c0, 0xd3a74800 I/AdrenoGLES: QUALCOMM build : 2ced3f2, Id01cc02572 Build Date : 12/15/19 OpenGL ES Shader Compiler Version: EV031.27.05.02 Local Branch : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.8.6.2.R1.10.00.00.537.049 Remote Branch : NONE Reconstruct Branch : NOTHING Build Config : S L 8.0.10 AArch32 D/AbsListView: in onLayout changed I/AdrenoGLES: PFP: 0x005ff112, ME: 0x005ff066 W/Gralloc3: mapper 3.x is not supported D/ViewRootImpl#73bc89c[SearchWifi]: MSG_WINDOW_FOCUS_CHANGED 1 1 D/InputMethodManager: prepareNavigationBarInfo() DecorView#9ffef9d[SearchWifi] getNavigationBarColor() -855310 D/InputMethodManager: prepareNavigationBarInfo() DecorView#9ffef9d[SearchWifi] getNavigationBarColor() -855310 V/InputMethodManager: Starting input: tba=es.josecarlos.myapplication ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false D/InputMethodManager: startInputInner - Id : 0 I/InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus D/ViewRootImpl#73bc89c[SearchWifi]: MSG_RESIZED: frame=(0,0,720,1560) ci=(0,65,0,84) vi=(0,65,0,84) or=1 D/InputMethodManager: prepareNavigationBarInfo() DecorView#9ffef9d[SearchWifi] D/InputMethodManager: getNavigationBarColor() -855310 V/InputMethodManager: Starting input: tba=es.josecarlos.myapplication ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false D/InputMethodManager: startInputInner - Id : 0 D/ViewRootImpl#73bc89c[SearchWifi]: ViewPostIme pointer 0 D/ViewRootImpl#73bc89c[SearchWifi]: ViewPostIme pointer 1 D/ViewRootImpl#47f6701[Toast]: setView = android.widget.LinearLayout#76759a6 TM=true MM=false V/Toast: Text: Fsca in android.widget.Toast$TN#b5efe7 D/ViewRootImpl#47f6701[Toast]: Relayout returned: old=(0,65,720,1476) new=(232,1287,488,1364) req=(256,77)0 dur=12 res=0x7 s={true 3550953472} ch=true D/OpenGLRenderer: createReliableSurface : 0xb8abc140, 0xd3a74000 D/ViewRootImpl#47f6701[Toast]: MSG_RESIZED: frame=(232,1287,488,1364) ci=(0,0,0,0) vi=(0,0,256,77) or=1 D/ViewRootImpl#47f6701[Toast]: dispatchDetachedFromWindow D/InputTransport: Input channel destroyed: 'c01175c', fd=75 SAMSUNG J3 (Android 5.1) LOG: 03/28 20:19:39: Launching 'app' on Physical Device. Install successfully finished in 1 m 15 s 28 ms. $ adb shell am start -n "es.josecarlos.myapplication/es.josecarlos.myapplication.SearchWifi" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Connected to process 8248 on device 'samsung-sm_j320fn-42000d659a379400'. Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. W/ResourcesManager: getTopLevelResources: /data/app/es.josecarlos.myapplication-1/base.apk / 1.0 running in es.josecarlos.myapplication rsrc of package es.josecarlos.myapplication I/InjectionManager: Inside getClassLibPath + mLibMap{0=, 1=} D/ResourcesManager: For user 0 new overlays fetched Null I/InjectionManager: Inside getClassLibPath caller D/InjectionManager: InjectionManager fillFeatureStoreMap es.josecarlos.myapplication I/InjectionManager: Constructor es.josecarlos.myapplication, Feature store :{} featureStore :{} W/ResourcesManager: getTopLevelResources: /data/app/es.josecarlos.myapplication-1/base.apk / 1.0 running in es.josecarlos.myapplication rsrc of package es.josecarlos.myapplication W/ResourcesManager: getTopLevelResources: /data/app/es.josecarlos.myapplication-1/base.apk / 1.0 running in es.josecarlos.myapplication rsrc of package es.josecarlos.myapplication getTopLevelResources: /data/app/es.josecarlos.myapplication-1/base.apk / 1.0 running in es.josecarlos.myapplication rsrc of package es.josecarlos.myapplication D/ResourcesManager: For user 0 new overlays fetched Null W/ResourceType: Failure getting entry for 0x01080946 (t=7 e=2374) (error -75) W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter androidx.vectordrawable.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable D/PhoneWindow: *FMB* installDecor mIsFloating : false *FMB* installDecor flags : -2139029248 I/art: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2> Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2> D/TextView: setTypeface with style : 0 D/TextView: setTypeface with style : 0 D/TextView: setTypeface with style : 0 W/ResourceType: Failure getting entry for 0x01080946 (t=7 e=2374) (error -75) Failure getting entry for 0x01080946 (t=7 e=2374) (error -75) D/AbsListView: Get MotionRecognitionManager E/MotionRecognitionManager: mSContextService = null motionService = null D/Activity: performCreate Call Injection manager I/InjectionManager: dispatchOnViewCreated > Target : es.josecarlos.myapplication.SearchWifi isFragment :false D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: false D/PhoneWindow: *FMB* isFloatingMenuEnabled mFloatingMenuBtn : null *FMB* isFloatingMenuEnabled return false I/OpenGLRenderer: Initialized EGL, version 1.4 D/OpenGLRenderer: Get maximum texture size. GL_MAX_TEXTURE_SIZE is 4096 Enabling debug mode 0 I/InjectionManager: dispatchCreateOptionsMenu :es.josecarlos.myapplication.SearchWifi dispatchPrepareOptionsMenu :es.josecarlos.myapplication.SearchWifi D/TextView: setTypeface with style : 0 D/TextView: setTypeface with style : 0 D/TextView: setTypeface with style : 0 setTypeface with style : 0 I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy#117c6e4b time:365818 D/ViewRootImpl: ViewPostImeInputStage ACTION_DOWN D/TextView: setTypeface with style : 0 D/TextView: setTypeface with style : 0 setTypeface with style : 0 D/TextView: setTypeface with style : 0 D/InputMethodManager: windowDismissed mLockisused = false
Solved. I had to add FINE_LOCATION to the manifest and: Manually give location permissions in Settings. or Make a popup that asks for location permissions the first time the user launch the app.
Cannot play music with flutter sound plugin on Android Pie
I am using Flutter Sound plugin to play music from a URL on Android. This worked without any problem on Android 8, but after updating to Android 9, the music from URL doesn't play anymore. I opened an issue for the plugin, but this seems to be some breaking change in the Android 9 itself. Is there any change in Android 9 which would cause this? I couldn't find anything obvious on android 9 changes. Here is the log output: I/MediaPlayer(26707): Need to enable context aware info V/MediaPlayer-JNI(26707): native_setup I/flutter (26707): error: Exception: Player already stopped. V/MediaPlayerNative(26707): constructor V/MediaPlayerNative(26707): setListener V/MediaHTTPService(26707): MediaHTTPService(android.media.MediaHTTPService#b2558b2): Cookies: null V/MediaPlayerNative(26707): setVideoSurfaceTexture V/MediaPlayerNative(26707): prepare V/MediaHTTPService(26707): makeHTTPConnection: CookieManager created: java.net.CookieManager#b993003 V/MediaHTTPService(26707): makeHTTPConnection(android.media.MediaHTTPService#b2558b2): cookieHandler: java.net.CookieManager#b993003 Cookies: null D/MediaHTTPConnection(26707): setReadTimeOut = 15000ms D/NetworkSecurityConfig(26707): Using Network Security Config from resource network_security_config debugBuild: true D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false D/MediaHTTPConnection(26707): setReadTimeout with 15000ms I/System.out(26707): (HTTPLog)-Static: isSBSettingEnabled false V/MediaPlayerNative(26707): message received msg=300, ext1=0, ext2=0 V/MediaPlayerNative(26707): Received SEC_MM_PLAYER_CONTEXT_AWARE V/MediaPlayerNative(26707): callback application V/MediaPlayerNative(26707): back from callback V/MediaPlayerNative(26707): message received msg=100, ext1=1, ext2=-2147483648 E/MediaPlayerNative(26707): error (1, -2147483648) V/MediaPlayerNative(26707): signal application thread V/MediaPlayerNative(26707): prepare complete - status=1 E/FlutterSoundPlugin(26707): startPlayer() exception E/flutter (26707): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: Exception: PlatformException(ERR_UNKNOWN, ERR_UNKNOWN, Prepare failed.: status=0x1) E/flutter (26707): #0 FlutterSound.startPlayer (package:flutter_sound/flutter_sound.dart:163:7) E/flutter (26707):
Starting with Android 9.0 (API level 28), cleartext support is disabled by default. Because of this, the MediaPlayer was not able to open the provided URL. Options are to: set android:usesCleartextTraffic="true" in AndroidManifest.xml Use HTTPS Solutions are explained here Android 8: Cleartext HTTP traffic not permitted
App crash notification shown, but app still running?
What could be the problem ? sometimes app crashes visibly but rest of the time it is not visible to user, stil often comes a notification in the very beginning that it's been crashed. No crash report in logcat, please help! 9243/? E/Zygote: v2 06-22 06:27:57.187 29243-29243/? I/libpersona: KNOX_SDCARD checking this for 10299 06-22 06:27:57.187 29243-29243/? I/libpersona: KNOX_SDCARD not a persona 06-22 06:27:57.188 29243-29243/? E/Zygote: accessInfo : 0 06-22 06:27:57.189 29243-29243/? W/SELinux: SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SECMOBILE_7.0_0007, [-1 -1 -1 -1 0 1] 06-22 06:27:57.191 29243-29243/? I/SELinux: SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.javapapers.android.androidlocationmap 06-22 06:27:57.197 29243-29243/? I/art: Late-enabling -Xcheck:jni 06-22 06:27:57.226 29243-29243/? D/TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service 06-22 06:27:57.303 29243-29243/com.javapapers.android.androidlocationmap W/ActivityThread: Application com.javapapers.android.androidlocationmap is waiting for the debugger on port 8100... 06-22 06:27:57.321 29243-29243/com.javapapers.android.androidlocationmap I/System.out: Sending WAIT chunk 06-22 06:27:58.284 29243-29250/com.javapapers.android.androidlocationmap I/art: Debugger is active 06-22 06:27:58.322 29243-29243/com.javapapers.android.androidlocationmap I/System.out: Debugger has connected 06-22 06:27:58.322 29243-29243/com.javapapers.android.androidlocationmap I/System.out: waiting for debugger to settle... 06-22 06:27:58.523 29243-29243/com.javapapers.android.androidlocationmap I/System.out: waiting for debugger to settle... 06-22 06:27:58.723 29243-29243/com.javapapers.android.androidlocationmap I/System.out: waiting for debugger to settle... 06-22 06:27:58.923 29243-29243/com.javapapers.android.androidlocationmap I/System.out: waiting for debugger to settle... 06-22 06:27:59.124 29243-29243/com.javapapers.android.androidlocationmap I/System.out: waiting for debugger to settle... 06-22 06:27:59.324 29243-29243/com.javapapers.android.androidlocationmap I/System.out: waiting for debugger to settle... 06-22 06:27:59.525 29243-29243/com.javapapers.android.androidlocationmap I/System.out: waiting for debugger to settle... 06-22 06:27:59.725 29243-29243/com.javapapers.android.androidlocationmap I/System.out: debugger has settled (1379) 06-22 06:28:00.022 29243-29243/com.javapapers.android.androidlocationmap W/System: ClassLoader referenced unknown path: /data/app/com.javapapers.android.androidlocationmap-2/lib/arm 06-22 06:28:00.171 29243-29309/com.javapapers.android.androidlocationmap W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found. 06-22 06:28:00.189 29243-29309/com.javapapers.android.androidlocationmap W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found. 06-22 06:28:00.278 29243-29243/com.javapapers.android.androidlocationmap D/FirebaseAuth: Notifying listeners about user ( eQXuTRJZckU59DCfUzintuDJ3cD2 ). 06-22 06:28:00.318 29243-29243/com.javapapers.android.androidlocationmap I/DynamiteModule: Considering local module com.google.android.gms.flags:2 and remote module com.google.android.gms.flags:0 06-22 06:28:00.318 29243-29243/com.javapapers.android.androidlocationmap I/DynamiteModule: Selected local version of com.google.android.gms.flags 06-22 06:28:00.323 29243-29243/com.javapapers.android.androidlocationmap W/System: ClassLoader referenced unknown path: 06-22 06:28:00.351 29243-29243/com.javapapers.android.androidlocationmap W/DynamiteModule: Local module descriptor class for com.google.android.gms.crash not found. 06-22 06:28:00.358 29243-29243/com.javapapers.android.androidlocationmap I/DynamiteModule: Considering local module com.google.android.gms.crash:0 and remote module com.google.android.gms.crash:7 06-22 06:28:00.358 29243-29243/com.javapapers.android.androidlocationmap I/DynamiteModule: Selected remote version of com.google.android.gms.crash, version >= 7 06-22 06:28:00.398 29243-29243/com.javapapers.android.androidlocationmap W/System: ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/0000000f/n/armeabi-v7a 06-22 06:28:00.398 29243-29243/com.javapapers.android.androidlocationmap W/System: ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/0000000f/n/armeabi 06-22 06:28:00.423 29243-29243/com.javapapers.android.androidlocationmap I/FirebaseCrashApiImpl: FirebaseCrashApiImpl created by ClassLoader q[DexPathList[[zip file "/data/user_de/0/com.google.android.gms/app_chimera/m/0000000f/DynamiteModulesC_GmsCore_prodmnc_xxhdpi_release.apk"],nativeLibraryDirectories=[/data/user_de/0/com.google.android.gms/app_chimera/m/0000000f/n/armeabi-v7a, /data/user_de/0/com.google.android.gms/app_chimera/m/0000000f/n/armeabi, /system/lib, /vendor/lib]]] 06-22 06:28:00.443 29243-29243/com.javapapers.android.androidlocationmap I/DynamiteModule: Considering local module com.google.android.gms.flags:2 and remote module com.google.android.gms.flags:0 06-22 06:28:00.443 29243-29243/com.javapapers.android.androidlocationmap I/DynamiteModule: Selected local version of com.google.android.gms.flags 06-22 06:28:00.465 29243-29243/com.javapapers.android.androidlocationmap W/DynamiteModule: Local module descriptor class for com.google.android.gms.crash not found. 06-22 06:28:00.513 29243-29243/com.javapapers.android.androidlocationmap I/FirebaseCrashApiImpl: FirebaseCrash reporting API initialized 06-22 06:28:00.567 29243-29243/com.javapapers.android.androidlocationmap I/FA: App measurement is starting up, version: 10240 06-22 06:28:00.567 29243-29243/com.javapapers.android.androidlocationmap I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 06-22 06:28:00.592 29243-29243/com.javapapers.android.androidlocationmap I/FA: To enable faster debug mode event logging run: adb shell setprop debug.firebase.analytics.app com.javapapers.android.androidlocationmap 06-22 06:28:00.593 29243-29243/com.javapapers.android.androidlocationmap D/FA: Debug-level message logging enabled 06-22 06:28:00.650 29243-29243/com.javapapers.android.androidlocationmap I/FirebaseCrash: FirebaseCrash reporting initialized com.google.android.gms.internal.zzbnq#e314d5 06-22 06:28:00.651 29243-29243/com.javapapers.android.androidlocationmap I/FirebaseInitProvider: FirebaseApp initialization successful 06-22 06:28:00.653 29243-29243/com.javapapers.android.androidlocationmap I/InstantRun: starting instant run server: is main process 06-22 06:28:00.966 29243-29243/com.javapapers.android.androidlocationmap D/AbsListView: Get MotionRecognitionManager 06-22 06:28:00.968 29243-29243/com.javapapers.android.androidlocationmap D/MotionRecognitionManager: mSContextService = com.samsung.android.hardware.context.ISemContextService$Stub$Proxy#b6f9862 06-22 06:28:00.970 29243-29243/com.javapapers.android.androidlocationmap D/MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy#3b2d8ae 06-22 06:28:00.970 29243-29243/com.javapapers.android.androidlocationmap D/MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy#3b2d8ae 06-22 06:28:01.018 29243-29243/com.javapapers.android.androidlocationmap I/zzai: Making Creator dynamically 06-22 06:28:01.120 29243-29243/com.javapapers.android.androidlocationmap W/System: ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/0000000e/n/armeabi 06-22 06:28:01.252 29243-29243/com.javapapers.android.androidlocationmap I/Google Maps Android API: Google Play services client version: 10240000 06-22 06:28:01.262 29243-29243/com.javapapers.android.androidlocationmap I/Google Maps Android API: Google Play services package version: 11055438 06-22 06:28:01.521 29243-29248/com.javapapers.android.androidlocationmap I/art: Do partial code cache collection, code=29KB, data=30KB 06-22 06:28:01.522 29243-29248/com.javapapers.android.androidlocationmap I/art: After code cache collection, code=28KB, data=30KB 06-22 06:28:01.522 29243-29248/com.javapapers.android.androidlocationmap I/art: Increasing code cache capacity to 128KB 06-22 06:28:01.927 29243-29243/com.javapapers.android.androidlocationmap D/AbsListView: Get MotionRecognitionManager 06-22 06:28:01.928 29243-29243/com.javapapers.android.androidlocationmap D/MotionRecognitionManager: mSContextService = com.samsung.android.hardware.context.ISemContextService$Stub$Proxy#442080a 06-22 06:28:01.929 29243-29243/com.javapapers.android.androidlocationmap D/MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy#4ca87b 06-22 06:28:01.929 29243-29243/com.javapapers.android.androidlocationmap D/MotionRecognitionManager: motionService = com.samsung.android.gesture.IMotionRecognitionService$Stub$Proxy#4ca87b 06-22 06:28:02.077 29243-29385/com.javapapers.android.androidlocationmap W/agl: copyMemory is missing from platform - proto runtime falling back to safer methods. 06-22 06:28:02.099 29243-29347/com.javapapers.android.androidlocationmap D/NetworkSecurityConfig: No Network Security Config specified, using platform default 06-22 06:28:02.109 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:02.110 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isShipBuild true 06-22 06:28:02.110 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: getDebugLevel 0x4f4c 06-22 06:28:02.110 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43766-263956484: SmartBonding Enabling is true, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1 06-22 06:28:02.110 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43766-263956484: SMARTBONDING_FEATURE_ENABLED is true 06-22 06:28:02.111 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:02.319 29243-29248/com.javapapers.android.androidlocationmap I/art: Do partial code cache collection, code=59KB, data=61KB 06-22 06:28:02.319 29243-29248/com.javapapers.android.androidlocationmap I/art: After code cache collection, code=58KB, data=61KB 06-22 06:28:02.319 29243-29248/com.javapapers.android.androidlocationmap I/art: Increasing code cache capacity to 256KB 06-22 06:28:02.387 29243-29243/com.javapapers.android.androidlocationmap D/Choreographer: init sf_choreo_doframe debug_Level : 0x4f4cdebug_game_running : false 06-22 06:28:02.399 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: ThreadedRenderer.create() translucent=false 06-22 06:28:02.405 29243-29243/com.javapapers.android.androidlocationmap D/InputTransport: Input channel constructed: fd=108 06-22 06:28:02.406 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: setView = DecorView#69130d6[LocationActivity] touchMode=true 06-22 06:28:02.410 29243-29243/com.javapapers.android.androidlocationmap D/FirebaseApp: Notifying auth state listeners. 06-22 06:28:02.413 29243-29243/com.javapapers.android.androidlocationmap D/FirebaseApp: Notified 0 auth state listeners. [ 06-22 06:28:02.413 29243:29243 D/ ] onAuthStateChanged:signed_in:eQXuTRJZckU59DCfUzintuDJ3cD2 06-22 06:28:02.417 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: mHardwareRenderer.destroy()#1 06-22 06:28:02.485 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#a093652[Toast]: ThreadedRenderer.create() translucent=true 06-22 06:28:02.490 29243-29243/com.javapapers.android.androidlocationmap D/InputTransport: Input channel constructed: fd=109 06-22 06:28:02.490 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#a093652[Toast]: setView = android.widget.LinearLayout{9e54d23 V.E...... ......I. 0,0-0,0} touchMode=true 06-22 06:28:02.513 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: dispatchAttachedToWindow 06-22 06:28:02.551 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][1080,1920] result=0x27 surface={isValid=true -897626112} surfaceGenerationChanged=true 06-22 06:28:02.553 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -897626112} hwInitialized=true 06-22 06:28:02.604 29243-29427/com.javapapers.android.androidlocationmap D/libEGL: loaded /vendor/lib/egl/libGLES_mali.so 06-22 06:28:02.635 29243-29243/com.javapapers.android.androidlocationmap D/AbsListView: onsize change 06-22 06:28:02.644 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#a093652[Toast]: dispatchAttachedToWindow 06-22 06:28:02.647 29243-29427/com.javapapers.android.androidlocationmap I/OpenGLRenderer: Initialized EGL, version 1.4 06-22 06:28:02.647 29243-29427/com.javapapers.android.androidlocationmap D/OpenGLRenderer: Swap behavior 1 06-22 06:28:02.655 29243-29427/com.javapapers.android.androidlocationmap D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1080x1920]-format:1 06-22 06:28:02.686 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#a093652[Toast]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[183,1593][897,1728] result=0x27 surface={isValid=true -897624064} surfaceGenerationChanged=true 06-22 06:28:02.687 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#a093652[Toast]: mHardwareRenderer.initialize() mSurface={isValid=true -897624064} hwInitialized=true 06-22 06:28:02.688 29243-29427/com.javapapers.android.androidlocationmap D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [714x135]-format:1 06-22 06:28:02.717 29243-29248/com.javapapers.android.androidlocationmap I/art: Compiler allocated 4MB to compile void android.widget.TextView.<init>(android.content.Context, android.util.AttributeSet, int, int) 06-22 06:28:02.734 29243-29243/com.javapapers.android.androidlocationmap W/art: Before Android 4.1, method int android.support.v7.internal.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView 06-22 06:28:02.829 29243-29250/com.javapapers.android.androidlocationmap W/art: Suspending all threads took: 26.724ms 06-22 06:28:02.834 29243-29254/com.javapapers.android.androidlocationmap W/art: Suspending all threads took: 5.209ms 06-22 06:28:02.839 29243-29254/com.javapapers.android.androidlocationmap I/art: Background partial concurrent mark sweep GC freed 1285(72KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 18MB/30MB, paused 6.882ms total 36.673ms 06-22 06:28:03.046 29243-29243/com.javapapers.android.androidlocationmap I/Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread. 06-22 06:28:03.077 29243-29389/com.javapapers.android.androidlocationmap D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1080x1680]-format:2 06-22 06:28:03.234 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1080, 1920) ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=1 06-22 06:28:03.234 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: MSG_WINDOW_FOCUS_CHANGED 1 06-22 06:28:03.235 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -897626112} 06-22 06:28:03.242 29243-29243/com.javapapers.android.androidlocationmap I/InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus 06-22 06:28:03.247 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#a093652[Toast]: MSG_RESIZED_REPORT: frame=Rect(183, 1593 - 897, 1728) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1 06-22 06:28:03.247 29243-29334/com.javapapers.android.androidlocationmap D/InputTransport: Input channel constructed: fd=125 06-22 06:28:03.251 29243-29323/com.javapapers.android.androidlocationmap D/FA: Connected to remote service 06-22 06:28:03.254 29243-29248/com.javapapers.android.androidlocationmap I/art: Do full code cache collection, code=125KB, data=123KB 06-22 06:28:03.257 29243-29248/com.javapapers.android.androidlocationmap I/art: After code cache collection, code=112KB, data=89KB 06-22 06:28:03.310 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:03.310 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isShipBuild true 06-22 06:28:03.311 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: getDebugLevel 0x4f4c 06-22 06:28:03.311 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43765-73175022: SmartBonding Enabling is true, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1 06-22 06:28:03.311 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43765-73175022: SMARTBONDING_FEATURE_ENABLED is true 06-22 06:28:03.311 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:03.693 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: MSG_WINDOW_FOCUS_CHANGED 0 06-22 06:28:03.714 29243-29248/com.javapapers.android.androidlocationmap I/art: Do partial code cache collection, code=121KB, data=98KB 06-22 06:28:03.714 29243-29248/com.javapapers.android.androidlocationmap I/art: After code cache collection, code=120KB, data=98KB 06-22 06:28:03.714 29243-29248/com.javapapers.android.androidlocationmap I/art: Increasing code cache capacity to 512KB 06-22 06:28:04.170 29243-29394/com.javapapers.android.androidlocationmap W/DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found. 06-22 06:28:04.188 29243-29394/com.javapapers.android.androidlocationmap I/DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:3 06-22 06:28:04.189 29243-29394/com.javapapers.android.androidlocationmap I/DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 3 06-22 06:28:04.200 29243-29394/com.javapapers.android.androidlocationmap W/System: ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/n/armeabi-v7a 06-22 06:28:04.200 29243-29394/com.javapapers.android.androidlocationmap W/System: ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/n/armeabi 06-22 06:28:04.840 29243-29250/com.javapapers.android.androidlocationmap W/art: Suspending all threads took: 31.621ms 06-22 06:28:05.375 29243-29250/com.javapapers.android.androidlocationmap W/art: Suspending all threads took: 64.456ms 06-22 06:28:05.395 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:05.395 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isShipBuild true 06-22 06:28:05.396 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: getDebugLevel 0x4f4c 06-22 06:28:05.396 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43767-239205877: SmartBonding Enabling is true, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1 06-22 06:28:05.397 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43767-239205877: SMARTBONDING_FEATURE_ENABLED is true 06-22 06:28:05.397 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:05.735 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#a093652[Toast]: mHardwareRenderer.destroy()#4 06-22 06:28:05.755 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#a093652[Toast]: dispatchDetachedFromWindow 06-22 06:28:05.771 29243-29243/com.javapapers.android.androidlocationmap D/InputTransport: Input channel destroyed: fd=109 06-22 06:28:05.815 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:05.816 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isShipBuild true 06-22 06:28:05.816 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: getDebugLevel 0x4f4c 06-22 06:28:05.816 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43768-170702361: SmartBonding Enabling is true, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1 06-22 06:28:05.817 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43768-170702361: SMARTBONDING_FEATURE_ENABLED is true 06-22 06:28:05.817 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:05.845 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:05.847 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:05.848 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isShipBuild true 06-22 06:28:05.848 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: getDebugLevel 0x4f4c 06-22 06:28:05.848 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43765-71932629: SmartBonding Enabling is true, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1 06-22 06:28:05.849 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isShipBuild true 06-22 06:28:05.849 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43765-71932629: SMARTBONDING_FEATURE_ENABLED is true 06-22 06:28:05.849 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: getDebugLevel 0x4f4c 06-22 06:28:05.849 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43766-59756735: SmartBonding Enabling is true, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1 06-22 06:28:05.849 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43766-59756735: SMARTBONDING_FEATURE_ENABLED is true 06-22 06:28:05.850 29243-29346/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:05.850 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:06.346 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:06.347 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isShipBuild true 06-22 06:28:06.347 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: getDebugLevel 0x4f4c 06-22 06:28:06.347 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43767-224692563: SmartBonding Enabling is true, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1 06-22 06:28:06.348 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43767-224692563: SMARTBONDING_FEATURE_ENABLED is true 06-22 06:28:06.348 29243-29348/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:06.349 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:06.349 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isShipBuild true 06-22 06:28:06.350 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: getDebugLevel 0x4f4c 06-22 06:28:06.350 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43768-249033360: SmartBonding Enabling is true, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1 06-22 06:28:06.350 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43768-249033360: SMARTBONDING_FEATURE_ENABLED is true 06-22 06:28:06.351 29243-29349/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:09.490 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:09.490 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isShipBuild true 06-22 06:28:09.490 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: getDebugLevel 0x4f4c 06-22 06:28:09.490 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43766-19739220: SmartBonding Enabling is true, SHIP_BUILD is true, log to file is false, DBG is false, DEBUG_LEVEL (1-LOW, 2-MID, 3-HIGH) is 1 06-22 06:28:09.491 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Thread-43766-19739220: SMARTBONDING_FEATURE_ENABLED is true 06-22 06:28:09.491 29243-29347/com.javapapers.android.androidlocationmap I/System.out: (HTTPLog)-Static: isSBSettingEnabled true 06-22 06:28:10.276 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1920, 1080) ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=2 06-22 06:28:10.428 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: Relayout returned: oldFrame=[0,0][1920,1080] newFrame=[0,0][1920,1080] result=0x21 surface={isValid=true -897626112} surfaceGenerationChanged=false 06-22 06:28:10.449 29243-29427/com.javapapers.android.androidlocationmap D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1920x1080]-format:1 06-22 06:28:10.450 29243-29243/com.javapapers.android.androidlocationmap D/ViewRootImpl#f88c98[LocationActivity]: mHardwareRenderer.updateSurface() mSurface={isValid=true -897626112} 06-22 06:28:10.470 29243-29243/com.javapapers.android.androidlocationmap D/AbsListView: onsize change 06-22 06:28:10.511 29243-29389/com.javapapers.android.androidlocationmap D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1920x840]-format:2
Android- Data not being sent to Server - Volley
I am trying to send data to server using volley i am facing this error from a long time.Please let me know how to resolve this?? 03-11 12:36:26.701 27137-28232/com.ativaishna.av.audb I/System.out: (HTTPLog)-Static: isSBSettingEnabled false 03-11 12:36:26.701 27137-28232/com.ativaishna.av.audb I/System.out: (HTTPLog)-Static: isShipBuild true 03-11 12:36:26.701 27137-28232/com.ativaishna.av.audb I/System.out: (HTTPLog)-Thread-64041-60099235: SmartBonding Enabling is false, SHIP_BUILD is true, log to file is false, DBG is false 03-11 12:36:26.701 27137-28232/com.ativaishna.av.audb I/System.out: (HTTPLog)-Thread-64041-60099235: SMARTBONDING_FEATURE_ENABLED is true 03-11 12:36:26.701 27137-28232/com.ativaishna.av.audb I/System.out: (HTTPLog)-Static: isSBSettingEnabled false 03-11 12:36:26.701 27137-28237/com.ativaishna.av.audb I/System.out: (HTTPLog)-Static: isSBSettingEnabled false 03-11 12:36:26.701 27137-28237/com.ativaishna.av.audb I/System.out: KnoxVpnUidStorageknoxVpnSupported API value returned is false 03-11 12:36:26.701 27137-28232/com.ativaishna.av.audb I/System.out: KnoxVpnUidStorageknoxVpnSupported API value returned is false 03-11 12:36:26.701 27137-28248/com.ativaishna.av.audb E/Volley: [64056] NetworkDispatcher.run: Unhandled exception java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference at libcore.net.UriCodec.encode(UriCodec.java:132) at java.net.URLEncoder.encode(URLEncoder.java:57) at com.android.volley.Request.encodeParameters(Request.java:450) at com.android.volley.Request.getBody(Request.java:436) at com.android.volley.toolbox.HurlStack.addBodyIfExists(HurlStack.java:260) at com.android.volley.toolbox.HurlStack.setConnectionParametersForRequest(HurlStack.java:234) at com.android.volley.toolbox.HurlStack.performRequest(HurlStack.java:107) at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:96) at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:112)
Yes I/System.out: (HTTPLog)-Static: isSBSettingEnabled false is issue with specific device most probably Samsung lollipop. Please place all type of network permission in Android Menifest file like: <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> then uninstall app and reinstall again.
I/System.out: (HTTPLog)-Static: isSBSettingEnabled false is an issue with specific Samsung devices.If you are already given all type of network permission in Android Manifest file then you can try targetSdkVersion 27. defaultConfig { applicationId "com.example.gstapp" minSdkVersion 15 targetSdkVersion 27 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }