View Issue Details

IDProjectCategoryView StatusLast Update
0001630NoesisGUIC++ SDKpublic2020-03-10 14:25
Reportertension_andreas Assigned Tojsantos  
PrioritynormalSeveritymajor 
Status resolvedResolutionno change required 
Product Version2.2.5 
Fixed in Version2.2.5 
Summary0001630: All text disappears on some android devices
Description

So far we’ve found out that it only happens in release and that the font texture seems to be completely black.
This happens both when using a font of our choice as well when not specifying any font at all.

Some of devices that we've tested on are:

Failed on:
Asus Rog Phone 2
Samsung Galaxy Tab S4
Redmi Note 7

Works on:
Samsung Galaxy A20
Samsung Galaxy S8+
Samsung Galaxy Tab S3

All of the devices are using Android 9

Steps To Reproduce

Just using this xaml is enough to get the error
<Grid>
<TextBlock Background="Black" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="40">
<Run Text="App developed by Tension"/>
</TextBlock>
</Grid>

These devices are know to get this error but there's probably more
Asus Rog Phone 2
Samsung Galaxy Tab S4
Redmi Note 7

PlatformAndroid

Activities

jsantos

jsantos

2020-02-27 23:52

manager   ~0006116

Could you please attach the LogCat when the error is happening? Thanks

tension_andreas

tension_andreas

2020-03-02 09:55

reporter   ~0006117

Here is the log from startup to when we're in app and the error is happening, However there's nothing printed while the error happens.

2020-03-02 09:44:04.705 26134-26162/? I/TENGINE: CommandHandler: APP_CMD_START
2020-03-02 09:44:04.706 26134-26162/? I/TENGINE: CommandHandler: APP_CMD_RESUME
2020-03-02 09:44:04.707 1453-1453/? W/JobServiceContext: App Op not allow JobScheduler to start app com.reddit.frontpage/10304
2020-03-02 09:44:04.707 1453-1453/? D/JobScheduler: Error executing JobStatus{f42d004 #u0a304/2 com.reddit.frontpage/androidx.work.impl.background.systemjob.SystemJobService u=0 s=10304 TIME=-2d8h32m14s76ms:none BATNOTLOW READY}
2020-03-02 09:44:04.709 26134-26134/? D/OpenGLRenderer: Skia GL Pipeline
2020-03-02 09:44:04.709 1453-24722/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:04.709 1453-24722/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:04.709 1453-24722/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:04.716 20450-26103/? I/ChromeSync: [Persistence,AffiliationManager] Fetching affiliations from the server.
2020-03-02 09:44:04.720 1453-13885/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:04.720 1453-13885/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:04.720 1453-13885/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:04.724 26134-26162/? I/TENGINE: CommandHandler: APP_CMD_INPUT_CHANGED
2020-03-02 09:44:04.726 20450-20902/? V/NativeCrypto: Read error: ssl=0x73a8ff7e48: I/O error during system call, Software caused connection abort
2020-03-02 09:44:04.726 20450-20902/? V/NativeCrypto: SSL shutdown failed: ssl=0x73a8ff7e48: I/O error during system call, Broken pipe
2020-03-02 09:44:04.726 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:04.731 20450-24521/? I/Icing: Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0
2020-03-02 09:44:04.732 20450-20588/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
2020-03-02 09:44:04.735 20450-26103/? E/ChromeSync: [Sync,SyncIntentOperation] Error handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:se.tension.gateway.app flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }.
2020-03-02 09:44:04.738 20450-24521/? I/Icing: Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms using seqno 3519
2020-03-02 09:44:04.738 26206-26206/? D/Launcher: bindAppsUpdated finished: 1ms
2020-03-02 09:44:04.738 20450-24521/? I/Icing: Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms using seqno 3519
2020-03-02 09:44:04.740 26206-26219/? D/RecentsTaskLoadPlan: preloadPlan taskCount = 1
2020-03-02 09:44:04.740 26134-26162/? I/TENGINE: CommandHandler: APP_CMD_INIT_WINDOW
2020-03-02 09:44:04.740 26134-26162/? I/TENGINE: Initializing tgCCore
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCAndroid
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCFileSystem
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCCameraManager
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCShaderManager
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCTextureManager
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCLightManager
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCWorldManager
2020-03-02 09:44:04.741 1453-1453/? W/JobServiceContext: App Op not allow JobScheduler to start app com.reddit.frontpage/10304
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCModelManager
2020-03-02 09:44:04.741 1453-1453/? D/JobScheduler: Error executing JobStatus{f42d004 #u0a304/2 com.reddit.frontpage/androidx.work.impl.background.systemjob.SystemJobService u=0 s=10304 TIME=-2d8h32m14s110ms:none BATNOTLOW READY}
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCAnimationManager
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCQuadManager
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCSpriteManager
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCSplineGroupManager
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCFontManager
2020-03-02 09:44:04.741 26134-26162/? I/TENGINE: Initializing tgCDebugManager
2020-03-02 09:44:04.741 26206-26219/? D/RecentsTaskLoadPlan: preloadPlan allTasks.add = ComponentInfo{se.tension.gateway.app/se.tension.gateway.app.BootstrapActivity},Uid= 0
2020-03-02 09:44:04.743 26134-26162/? E/TENGINE: FileIni::FileIni(const std::string &) Line: 21 - Failed to load INI file (Settings_Android.ini)!
2020-03-02 09:44:04.743 26134-26162/? I/AdrenoGLES: QUALCOMM build : d2cd71b, If01a8551ff
Build Date : 07/08/19
OpenGL ES Shader Compiler Version: EV031.27.01.00
Local Branch :
Remote Branch : quic/gfx-adreno.lnx.1.0.r50
Remote Branch : NONE
Reconstruct Branch : NOTHING
2020-03-02 09:44:04.743 26134-26162/? I/AdrenoGLES: Build Config : S P 6.0.9 AArch64
2020-03-02 09:44:04.744 1453-1453/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:04.744 1453-1453/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:04.744 1453-1453/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:04.747 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 20 ms
2020-03-02 09:44:04.748 26134-26162/? I/AdrenoGLES: PFP: 0x016ee183, ME: 0x00000000
2020-03-02 09:44:04.750 1453-2850/? D/ImmersiveModeConfirmation: immersiveModeChanged() disabled=true mConfirmed=false
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_OES_EGL_image
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_OES_EGL_image_external
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_OES_EGL_sync
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_OES_vertex_half_float
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_OES_framebuffer_object
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_OES_rgb8_rgba8
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_OES_compressed_ETC1_RGB8_texture
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_AMD_compressed_ATC_texture
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_KHR_texture_compression_astc_ldr
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_KHR_texture_compression_astc_hdr
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_OES_texture_compression_astc
2020-03-02 09:44:04.763 26134-26162/? I/TENGINE: GL_OES_texture_npot
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_texture_filter_anisotropic
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_texture_format_BGRA8888
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_read_format_bgra
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_texture_3D
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_color_buffer_float
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_color_buffer_half_float
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_QCOM_alpha_test
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_depth24
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_packed_depth_stencil
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_depth_texture
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_depth_texture_cube_map
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_sRGB
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_texture_float
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_texture_float_linear
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_texture_half_float
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_texture_half_float_linear
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_texture_type_2_10_10_10_REV
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_texture_sRGB_decode
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_texture_format_sRGB_override
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_element_index_uint
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_copy_image
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_geometry_shader
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_tessellation_shader
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_texture_stencil8
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_shader_io_blocks
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_shader_image_atomic
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_sample_variables
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_texture_border_clamp
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_EGL_image_external_wrap_modes
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_multisampled_render_to_texture
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_multisampled_render_to_texture2
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_shader_multisample_interpolation
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_texture_cube_map_array
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_draw_buffers_indexed
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_gpu_shader5
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_robustness
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_texture_buffer
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_shader_framebuffer_fetch
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_ARM_shader_framebuffer_fetch_depth_stencil
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_texture_storage_multisample_2d_array
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_sample_shading
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_get_program_binary
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_debug_label
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_KHR_blend_equation_advanced
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_KHR_blend_equation_advanced_coherent
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_QCOM_tiled_rendering
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_ANDROID_extension_pack_es31a
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_primitive_bounding_box
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_standard_derivatives
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_vertex_array_object
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_disjoint_timer_query
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_KHR_debug
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_YUV_target
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_sRGB_write_control
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_texture_norm16
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_discard_framebuffer
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_surfaceless_context
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OVR_multiview
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OVR_multiview2
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_texture_sRGB_R8
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_KHR_no_error
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_debug_marker
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_EGL_image_external_essl3
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OVR_multiview_multisampled_render_to_texture
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_buffer_storage
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_external_buffer
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_blit_framebuffer_params
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_clip_cull_distance
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_protected_textures
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_shader_non_constant_global_initializers
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_QCOM_texture_foveated
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_QCOM_texture_foveated_subsampled_layout
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_QCOM_shader_framebuffer_fetch_noncoherent
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_QCOM_shader_framebuffer_fetch_rate
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_memory_object
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_memory_object_fd
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_EGL_image_array
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_NV_shader_noperspective_interpolation
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_KHR_robust_buffer_access_behavior
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_EGL_image_storage
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_blend_func_extended
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_clip_control
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_OES_texture_view
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_EXT_fragment_invocation_density
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_QCOM_validate_shader_binary
2020-03-02 09:44:04.764 26134-26162/? I/TENGINE: GL_QCOM_YUV_texture_gather
2020-03-02 09:44:04.765 26134-26162/? I/TENGINE: Creating font: tg_embedded_proggytiny_9_normal
2020-03-02 09:44:04.765 26134-26162/? I/TENGINE: Initializing tgCPluginInput
2020-03-02 09:44:04.765 26134-26162/? I/TENGINE: Initializing tgCPluginSkydome
2020-03-02 09:44:04.765 26134-26162/? I/TENGINE: Creating shader: tg_embedded_plugin_skydome_vertex
2020-03-02 09:44:04.768 26134-26162/? I/TENGINE: Creating shader: tg_embedded_plugin_skydome_pixel
2020-03-02 09:44:04.768 14320-26167/? D/NextAppTrainingJobService: insert data - Package:na, Previous1:com.asus.launcher, Previous2:se.tension.gateway.app, Previous3:com.asus.launcher, Previous4:se.tension.gateway.app, Timestamp:1583138644572, p1_ts_diff:17187, p2_ts_diff:21446, p3_ts_diff:31354, p4_ts_diff:43994, p1_dur:17187, p2_dur:4305, p3_dur:9792, p4_dur:12624, Hour:9, DayClass:06~12, Weekday:Monday, WeekClass:weekday, Timezone:Europe/Stockholm, UTC:1, Plugged:1, LastPlugged:567134, MobileRadioOn:-1, LastMobileRadioOn:28408, WifiOn:1, LastWifiOn:86400, GpsOn:-1, LastGpsOn:227376, SensorOn:1, LastSensorOn:45217, WifiScan:-1, LastWifiScan:41797, WifiFullLock:-1, LastWifiFullLock:491075, WifiRunning:-1, LastWifiRunning:200902, WifiMultiCastOn:-1, LastWifiMultiCastOn:39216, AudioOn:-1, LastAudioOn:17152, CameraOn:-1, LastCameraOn:1713189, VideoOn:-1, LastVideoOn:6136416, LowPowerModeOn:0, LastLowPowerModeOn:86400, FlashlightOn:-1, LastFlashlightOn:268018147, ChargingOn:1, LastChargingOn:566578, PhoneInCall:-1, LastPhoneInCall:68422779, PhoneScanning:-1, LastPhoneScanning:91040249, BleScanning:-1, LastBleScanning:1028520350, WifiHotspotOn:0, LastWifiHotspotOn:86400,
2020-03-02 09:44:04.770 20450-24521/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
2020-03-02 09:44:04.770 26134-26162/? I/TENGINE: Creating shader program: tg_embedded_plugin_skydome
2020-03-02 09:44:04.773 2585-2585/? D/StatusBar: setSystemUiVisibility originVis=170e vis=170e mask=ffffffff oldVal=8 newVal=170e diff=1706
2020-03-02 09:44:04.775 20450-20588/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36
2020-03-02 09:44:04.778 844-844/? E/SurfaceFlinger: [se.tension.gateway.app/se.tension.gateway.app.TenGineActivity#0] rejecting buffer: bufWidth=1080, bufHeight=2213, front.active.{w=1080, h=2340}
2020-03-02 09:44:04.781 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:04.782 20450-22882/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
2020-03-02 09:44:04.784 14320-26167/? D/NextAppCoreTrainingJobService: [filter predict result] current pkg = com.asus.launcher, predict 1 = com.facebook.katana:0.2262597680091858, predict 2 = com.android.chrome:0.11539454013109207, predict 3 = com.facebook.orca:0.08900726586580276, predict 4 = com.snapchat.android:0.07173154503107071, predict 5 = com.google.android.apps.maps:0.06376175582408905
2020-03-02 09:44:04.784 14320-26167/? D/NextAppCoreTrainingJobService: [predict result] current pkg = com.asus.launcher, predict 1 = com.facebook.katana:0.2262597680091858, predict 2 = com.android.chrome:0.11539454013109207, predict 3 = com.facebook.orca:0.08900726586580276, predict 4 = com.snapchat.android:0.07173154503107071, predict 5 = com.google.android.apps.maps:0.06376175582408905
2020-03-02 09:44:04.784 14320-26167/? D/NextAppCoreTrainingJobService: [predictAll] pkg = com.facebook.katana,com.android.chrome,com.facebook.orca,com.snapchat.android,com.google.android.apps.maps,se.avanzabank.androidapplikation,com.google.android.gm,com.asus.camera,com.addictive.strategy.army,com.computerlunch.evolution,com.bankid.bus,com.Slack,com.azurgames.idle,se.swedbank.mobil,com.spotify.music
2020-03-02 09:44:04.784 14320-26167/? D/NextAppCoreTrainingJobService: [predictAll] rate= 2262,1153,890,717,637,547,433,304,264,263,231,196,195,173,145
2020-03-02 09:44:04.785 14320-26167/? D/NextAppCoreTrainingJobService: [predictAll] userId= 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2020-03-02 09:44:04.786 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 4 ms
2020-03-02 09:44:04.787 26206-26206/? D/AppsPredictionProvider: NextAppCoreObserver onChange:false
2020-03-02 09:44:04.788 26134-26162/? I/TENGINE: Creating quad: DebugBackgroundLeft
2020-03-02 09:44:04.788 26134-26162/? I/TENGINE: Creating quad: DebugBackgroundLeftBorder
2020-03-02 09:44:04.788 26134-26162/? I/TENGINE: Creating quad: DebugBackgroundTop
2020-03-02 09:44:04.789 26134-26162/? I/TENGINE: Creating quad: DebugBackgroundTopBorder
2020-03-02 09:44:04.789 26134-26162/? I/TENGINE: Creating font: fonts/proggytiny_14_normal
2020-03-02 09:44:04.789 26134-26162/? I/TENGINE: Creating font: fonts/proggytiny_21_normal
2020-03-02 09:44:04.793 26206-26235/? D/AppsPredictionProvider: app prediction list:com.facebook.katana,com.android.chrome,com.facebook.orca,com.snapchat.android,com.google.android.apps.maps,se.avanzabank.androidapplikation,com.google.android.gm,com.asus.camera,com.addictive.strategy.army,com.computerlunch.evolution,com.bankid.bus,com.Slack,com.azurgames.idle,se.swedbank.mobil,com.spotify.music
2020-03-02 09:44:04.793 26206-26235/? D/AppsPredictionProvider: app prediction user id list:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2020-03-02 09:44:04.793 26134-26162/? I/TENGINE: Creating font: fonts/proggytiny_14_normal
2020-03-02 09:44:04.795 1453-1453/? W/JobServiceContext: App Op not allow JobScheduler to start app com.reddit.frontpage/10304
2020-03-02 09:44:04.795 1453-1453/? D/JobScheduler: Error executing JobStatus{f42d004 #u0a304/2 com.reddit.frontpage/androidx.work.impl.background.systemjob.SystemJobService u=0 s=10304 TIME=-2d8h32m14s164ms:none BATNOTLOW READY}
2020-03-02 09:44:04.795 1453-1453/? W/JobServiceContext: App Op not allow JobScheduler to start app com.reddit.frontpage/10304
2020-03-02 09:44:04.795 1453-1453/? D/JobScheduler: Error executing JobStatus{f42d004 #u0a304/2 com.reddit.frontpage/androidx.work.impl.background.systemjob.SystemJobService u=0 s=10304 TIME=-2d8h32m14s164ms:none BATNOTLOW READY}
2020-03-02 09:44:04.797 26134-26162/? I/TENGINE: Creating camera: 3D Camera
2020-03-02 09:44:04.797 26134-26162/? I/TENGINE: Creating camera: 2D Camera
2020-03-02 09:44:04.802 26134-26162/? I/TENGINE: Creating font: fonts/proggytiny_21_normal
2020-03-02 09:44:04.803 26134-26162/? I/TENGINE: Noesis Init v2.2.5 (Android on ARM64 Profile)
2020-03-02 09:44:04.805 795-795/? I/QTI PowerHAL: power_hint =8 data=0
2020-03-02 09:44:04.805 795-795/? I/QTI PowerHAL: power_hint_override hint=8, data=0, data=0
2020-03-02 09:44:04.808 1453-1508/? D/ActivityTrigger: ActivityTrigger activityStopTrigger
2020-03-02 09:44:04.812 26206-26206/? D/LauncherLife: [onStop] called, Launcher@31e591f
2020-03-02 09:44:04.816 1453-1506/? I/ActivityManager: Displayed se.tension.gateway.app/.TenGineActivity: +392ms
2020-03-02 09:44:04.818 2889-2965/? D/PowerSaverHandler: PACKAGE_NAME: se.tension.gateway.app, isAutoStart: false
2020-03-02 09:44:04.818 26206-26206/? V/LauncherLife: Time spent in onStop: 6 ms
2020-03-02 09:44:04.818 2889-2889/? D/TaskWatcherService: pkgName: se.tension.gateway.app taskId: 8168 game app:0
2020-03-02 09:44:04.818 2889-2965/? D/OpenedTimeAppInfoProvider: Update DB : number of affected records : 1
2020-03-02 09:44:04.818 2889-2889/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1531 android.content.ContextWrapper.startService:671 com.asus.powersaver.TaskWatcherService$IncomingHandler.handleMessage:112 android.os.Handler.dispatchMessage:106 android.os.Looper.loop:198
2020-03-02 09:44:04.820 2889-2889/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1005 android.content.ContextWrapper.sendBroadcast:451 com.asus.powersaver.TaskWatcherService$IncomingHandler.handleMessage:127 android.os.Handler.dispatchMessage:106 android.os.Looper.loop:198
2020-03-02 09:44:04.820 2889-2889/? D/PowerSaverService: onStartCommand PowerSaverService:
2020-03-02 09:44:04.820 2889-2889/? D/PowerSaverService: current package:se.tension.gateway.app act:se.tension.gateway.app.TenGineActivity sMode:0 pMode:2, game:0
2020-03-02 09:44:04.822 2889-2965/? I/AppOpsStatusUpdateHandler: pkgName = se.tension.gateway.app
2020-03-02 09:44:04.822 2889-2965/? I/AppOpsStatusUpdateHandler: taskId = 8168
2020-03-02 09:44:04.822 2889-2965/? D/CNAppLockHandler: CNAppLockHandler handleAppFocus
2020-03-02 09:44:04.822 2889-2965/? D/GameGenieHandler: packageName: se.tension.gateway.app taskId: 8168 reason: report-launched isExternalDisplay: false isWorkingOnExternalDisplay: false isFirstLaunchInMem: false
2020-03-02 09:44:04.822 2889-2965/? D/GameGenieHandler: intent: Intent { cmp=se.tension.gateway.app/.TenGineActivity } action: null className: se.tension.gateway.app.TenGineActivity
2020-03-02 09:44:04.823 2889-2965/? D/GameGenieHandler: PACKAGE_NAME: se.tension.gateway.app, isAutoStart: false
2020-03-02 09:44:04.824 2889-2965/? D/GameGenieHandler: isGameGenieStart false
2020-03-02 09:44:04.824 2889-2965/? D/GameGenieHandler: triggerGameGenieIntent isKeyguradLocked: false
2020-03-02 09:44:04.824 2889-2965/? D/GameGenieHandler: mLastTriggerIntent: null
2020-03-02 09:44:04.825 2889-2965/? D/GameGenieHandler: PACKAGE_NAME: se.tension.gateway.app, isAutoStart: false
2020-03-02 09:44:04.826 2889-2965/? D/GameGenieHandler: PACKAGE_NAME: se.tension.gateway.app, isGame: false
2020-03-02 09:44:04.826 2889-2965/? V/GameGenieHandler: Start set gaming type
2020-03-02 09:44:04.826 2889-2965/? D/GameGenieHandler: isAutoStartApp = false, isGameApp = false, isExternalDisplay = false
2020-03-02 09:44:04.826 2889-2965/? V/GameGenieHandler: End set gaming type
2020-03-02 09:44:04.834 2889-2966/? D/GameModeHandler: handleAppFocus exit
2020-03-02 09:44:04.853 26134-26162/? I/TENGINE: 'NoesisTheme.xaml' loaded
2020-03-02 09:44:04.853 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_default_ambient_vertex
2020-03-02 09:44:04.860 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_default_ambient_pixel
2020-03-02 09:44:04.862 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:04.863 26134-26162/? I/TENGINE: Creating shader program: mesh_default_ambient
2020-03-02 09:44:04.868 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 6 ms
2020-03-02 09:44:04.873 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_default_directional_vertex
2020-03-02 09:44:04.882 4255-4255/? D/TCSystemService: get app's name: se.tension.gateway.app
2020-03-02 09:44:04.883 4255-4255/? D/TouchpadMgrServ: vsyncAlgorithmOnOrOff set true is success
2020-03-02 09:44:04.883 844-2795/? E/SurfaceFlinger: onTransact: code=20001
2020-03-02 09:44:04.883 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_default_directional_pixel
2020-03-02 09:44:04.883 4255-4255/? D/TouchpadNative: write touch sysfs success
2020-03-02 09:44:04.886 26134-26162/? I/TENGINE: Creating shader program: mesh_default_directional
2020-03-02 09:44:04.899 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_default_point_vertex
2020-03-02 09:44:04.901 20775-25300/? I/PBSessionCacheImpl: Deleted sessionId[91370999177130991] from persistence.
2020-03-02 09:44:04.903 20775-20844/? W/SearchServiceCore: Abort, client detached.
2020-03-02 09:44:04.904 20775-20844/? I/StreamController: cleanUpControllerScope(nowcards-15-64d9421d-8e7f)
2020-03-02 09:44:04.907 2862-13619/? D/PhoneInterfaceManager: [PhoneIntfMgr] isUserDataEnabled: subId=1 phoneId=0
2020-03-02 09:44:04.907 2862-13619/? D/PhoneInterfaceManager: [PhoneIntfMgr] isUserDataEnabled: subId=1 retVal=false
2020-03-02 09:44:04.909 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_default_point_pixel
2020-03-02 09:44:04.912 26134-26162/? I/TENGINE: Creating shader program: mesh_default_point
2020-03-02 09:44:04.913 844-927/? W/SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen se.tension.gateway.app#0
2020-03-02 09:44:04.913 844-927/? W/SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen se.tension.gateway.app#0
2020-03-02 09:44:04.924 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:04.926 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_default_spot_vertex
2020-03-02 09:44:04.926 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_default_spot_pixel
2020-03-02 09:44:04.929 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 4 ms
2020-03-02 09:44:04.929 26134-26162/? I/TENGINE: Creating shader program: mesh_default_spot
2020-03-02 09:44:04.943 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:04.944 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_video_vertex
2020-03-02 09:44:04.948 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 4 ms
2020-03-02 09:44:04.951 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_video_pixel
2020-03-02 09:44:04.954 26134-26162/? I/TENGINE: Creating shader program: mesh_video
2020-03-02 09:44:04.964 26134-26162/? I/TENGINE: Creating shader: shaders/android/quad_default_vertex
2020-03-02 09:44:04.968 26134-26162/? I/TENGINE: Creating shader: shaders/android/quad_default_pixel
2020-03-02 09:44:04.969 26134-26162/? I/TENGINE: Creating shader program: quad_default
2020-03-02 09:44:04.972 26134-26162/? I/TENGINE: Creating shader: shaders/android/quad_video_vertex
2020-03-02 09:44:04.972 26134-26162/? I/TENGINE: Creating shader: shaders/android/quad_video_pixel
2020-03-02 09:44:04.974 26134-26162/? I/TENGINE: Creating shader program: quad_video
2020-03-02 09:44:04.978 26134-26162/? I/TENGINE: Creating shader: shaders/android/sprite_default_vertex
2020-03-02 09:44:04.978 26134-26162/? I/TENGINE: Creating shader: shaders/android/sprite_default_pixel
2020-03-02 09:44:04.978 26134-26162/? I/TENGINE: Creating shader program: sprite_default
2020-03-02 09:44:04.979 26134-26162/? I/TENGINE: Creating shader: shaders/android/font_default_vertex
2020-03-02 09:44:04.979 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:04.982 26134-26162/? I/TENGINE: Creating shader: shaders/android/font_default_pixel
2020-03-02 09:44:04.983 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 5 ms
2020-03-02 09:44:04.984 26134-26162/? I/TENGINE: Creating shader program: font_default
2020-03-02 09:44:04.986 26134-26162/? I/TENGINE: Creating shader: shaders/android/debug_default_vertex
2020-03-02 09:44:04.989 26134-26162/? I/TENGINE: Creating shader: shaders/android/debug_default_pixel
2020-03-02 09:44:04.991 26134-26162/? I/TENGINE: Creating shader program: debug_default
2020-03-02 09:44:04.993 26134-26162/? I/TENGINE: Creating shader: shaders/android/particle_default_vertex
2020-03-02 09:44:04.993 26134-26162/? I/TENGINE: Creating shader: shaders/android/particle_default_pixel
2020-03-02 09:44:04.994 26134-26162/? I/TENGINE: Creating shader program: particle_default
2020-03-02 09:44:04.994 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_surface_vertex
2020-03-02 09:44:04.994 26134-26162/? I/TENGINE: Creating shader: shaders/android/mesh_surface_pixel
2020-03-02 09:44:04.997 26134-26162/? I/TENGINE: Creating shader program: mesh_surface
2020-03-02 09:44:05.007 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.008 26134-26162/? I/TENGINE: Creating shader: shaders/android/quad_surface_vertex
2020-03-02 09:44:05.008 26134-26162/? I/TENGINE: Creating shader: shaders/android/quad_surface_pixel
2020-03-02 09:44:05.011 26134-26162/? I/TENGINE: Creating shader program: quad_surface
2020-03-02 09:44:05.012 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 5 ms
2020-03-02 09:44:05.015 842-16295/? V/AudioFlinger: registerClient() client 0xe79be600, pid 26134
2020-03-02 09:44:05.015 842-16295/? V/AudioFlinger: sendConfigEvent_l() num events 1 event 0
2020-03-02 09:44:05.016 842-16295/? V/AudioFlinger: sendConfigEvent_l() num events 1 event 0
2020-03-02 09:44:05.016 842-1558/? V/AudioFlinger: thread 0xe7283480 type 0 TID 1558 waking up
2020-03-02 09:44:05.016 842-16295/? V/AudioFlinger: sendConfigEvent_l() num events 1 event 0
2020-03-02 09:44:05.016 842-1559/? V/AudioFlinger: thread 0xe6c83f40 type 0 TID 1559 waking up
2020-03-02 09:44:05.016 842-16295/? V/AudioFlinger: sendConfigEvent_l() num events 1 event 0
2020-03-02 09:44:05.016 842-1561/? V/AudioFlinger: thread 0xe6b03bc0 type 0 TID 1561 waking up
2020-03-02 09:44:05.016 842-1558/? V/AudioFlinger: acquireWakeLock_l() AudioOut_D status 0
2020-03-02 09:44:05.016 842-1558/? D/AudioFlinger: updateWakeLockUids_l AudioOut_D uids:
2020-03-02 09:44:05.016 842-1559/? V/AudioFlinger: acquireWakeLock_l() AudioOut_1D status 0
2020-03-02 09:44:05.016 842-1559/? D/AudioFlinger: updateWakeLockUids_l AudioOut_1D uids:
2020-03-02 09:44:05.016 842-1558/? V/AudioFlinger: updateWakeLockUids_l() AudioOut_D status 0
2020-03-02 09:44:05.016 842-1559/? V/AudioFlinger: updateWakeLockUids_l() AudioOut_1D status 0
2020-03-02 09:44:05.016 842-1561/? V/AudioFlinger: acquireWakeLock_l() AudioOut_25 status 0
2020-03-02 09:44:05.016 842-1561/? D/AudioFlinger: updateWakeLockUids_l AudioOut_25 uids:
2020-03-02 09:44:05.016 842-1558/? V/AudioFlinger: processConfigEvents_l() remaining events 1
2020-03-02 09:44:05.016 842-1561/? V/AudioFlinger: updateWakeLockUids_l() AudioOut_25 status 0
2020-03-02 09:44:05.016 842-1559/? V/AudioFlinger: processConfigEvents_l() remaining events 1
2020-03-02 09:44:05.016 842-1559/? V/AudioFlinger: PlaybackThread::ioConfigChanged, thread 0xe6c83f40, event 0
2020-03-02 09:44:05.016 842-1558/? V/AudioFlinger: PlaybackThread::ioConfigChanged, thread 0xe7283480, event 0
2020-03-02 09:44:05.016 842-1561/? V/AudioFlinger: processConfigEvents_l() remaining events 1
2020-03-02 09:44:05.016 842-1561/? V/AudioFlinger: PlaybackThread::ioConfigChanged, thread 0xe6b03bc0, event 0
2020-03-02 09:44:05.016 842-1559/? V/AudioFlinger: processConfigEvents_l() DONE thread 0xe6c83f40
2020-03-02 09:44:05.016 842-1563/? V/AudioFlinger: thread 0xe6783140 type 0 TID 1563 waking up
2020-03-02 09:44:05.016 842-1561/? V/AudioFlinger: processConfigEvents_l() DONE thread 0xe6b03bc0
2020-03-02 09:44:05.016 842-1563/? V/AudioFlinger: acquireWakeLock_l() AudioOut_2D status 0
2020-03-02 09:44:05.017 842-1563/? D/AudioFlinger: updateWakeLockUids_l AudioOut_2D uids:
2020-03-02 09:44:05.017 842-1563/? V/AudioFlinger: updateWakeLockUids_l() AudioOut_2D status 0
2020-03-02 09:44:05.017 842-1563/? V/AudioFlinger: processConfigEvents_l() remaining events 1
2020-03-02 09:44:05.017 842-1563/? V/AudioFlinger: PlaybackThread::ioConfigChanged, thread 0xe6783140, event 0
2020-03-02 09:44:05.017 842-1558/? V/AudioFlinger: processConfigEvents_l() DONE thread 0xe7283480
2020-03-02 09:44:05.017 26134-26162/? I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x3, using default mask 0x3 based on channel count of 2)
2020-03-02 09:44:05.017 842-16295/? V/APM_AudioPolicyManager: getOutputForAttr() usage=1, content=2, tag= flags=00000000 session 43745 selectedDeviceId 0
2020-03-02 09:44:05.017 842-16295/? V/APM_AudioPolicyManager: getOutputForAttr() device 0x2, sampling rate 48000, format 0x1, channel mask 0x3, flags 0x104
2020-03-02 09:44:05.017 842-16295/? V/APM_AudioPolicyManager: selectOutput() commonFlags for output 13, 0001
2020-03-02 09:44:05.017 842-16295/? V/AudioPolicyManagerCustom: getOutputForDevice() returns output 13
2020-03-02 09:44:05.017 842-1563/? V/AudioFlinger: processConfigEvents_l() DONE thread 0xe6783140
2020-03-02 09:44:05.017 842-16295/? V/APM_AudioPolicyManager: getOutputForAttr() returns output 13 selectedDeviceId 3
2020-03-02 09:44:05.017 842-16295/? V/AudioFlinger: createTrack() sessionId: 43745
2020-03-02 09:44:05.017 842-16295/? W/AudioFlinger: createTrack_l(): mismatch between requested flags (00000104) and output flags (00000006)
2020-03-02 09:44:05.017 842-16295/? V/AudioFlinger: AUDIO_OUTPUT_FLAG_FAST accepted: frameCount=192 mFrameCount=192
2020-03-02 09:44:05.017 842-16295/? D/AudioFlinger: Client defaulted notificationFrames to 192 for frameCount 768
2020-03-02 09:44:05.017 842-16295/? V/AudioFlinger: sendConfigEvent_l() num events 1 event 1
2020-03-02 09:44:05.017 842-1558/? V/AudioFlinger: processConfigEvents_l() remaining events 1
2020-03-02 09:44:05.017 842-1558/? V/AudioFlinger: processConfigEvents_l() DONE thread 0xe7283480
2020-03-02 09:44:05.018 779-779/? D/compress_voip: voice_extn_compress_voip_out_get_parameters: enter
2020-03-02 09:44:05.018 26134-26162/? I/AudioTrack: AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 768
2020-03-02 09:44:05.018 842-16295/? V/AudioFlinger: acquiring 43745 from 26134, for 26134
2020-03-02 09:44:05.018 842-16295/? V/AudioFlinger: added new entry for 43745
2020-03-02 09:44:05.019 842-16295/? V/AudioFlinger: start(1), calling pid 26134 session 43745
2020-03-02 09:44:05.019 842-16295/? V/AudioFlinger: AUDIO_SET_AUDIOWIZARD_CHANNEL_COUNT mAudioWizardChannelCount(2)
2020-03-02 09:44:05.019 842-16295/? V/AudioFlinger: ? => ACTIVE (1) on thread 0xe7db8200
2020-03-02 09:44:05.020 842-1482/? V/APM_AudioPolicyManager: startOutput() output 13, stream 3, session 43745
2020-03-02 09:44:05.020 842-1482/? V/APM_AudioPolicyManager: selectOutputForMusicEffects activeOnly 1 output 13 flags 0x00000006
2020-03-02 09:44:05.020 842-1482/? V/APM_AudioPolicyManager: selectOutputForMusicEffects selected output 13
2020-03-02 09:44:05.020 842-1482/? V/APM_AudioPolicyManager: getNewOutputDevice() selected device 2
2020-03-02 09:44:05.020 842-1482/? V/APM_AudioPolicyManager: setOutputDevice() device 0002 delayMs 0
2020-03-02 09:44:05.020 842-1482/? V/APM_AudioPolicyManager: setOutputDevice() prevDevice 0x0002
2020-03-02 09:44:05.020 842-1482/? V/APM_AudioPolicyManager: setOutputDevice() setting same device 0x0002 or null device
2020-03-02 09:44:05.020 842-1482/? V/AudioPolicyManagerCustom: checkOutputForStrategy(): policy related outputs
2020-03-02 09:44:05.020 842-16295/? V/AudioFlinger: signal playback thread
2020-03-02 09:44:05.020 842-1558/? D/AudioFlinger: updateWakeLockUids_l AudioOut_D uids:10378
2020-03-02 09:44:05.020 842-1558/? V/AudioFlinger: updateWakeLockUids_l() AudioOut_D status 0
2020-03-02 09:44:05.020 779-3955/? D/audio_hw_primary: start_output_stream: enter: stream(0xe8c3f000)usecase(1: low-latency-playback) devices(0x2)
2020-03-02 09:44:05.021 779-3955/? D/audio_hw_primary: select_devices for use case (low-latency-playback)
2020-03-02 09:44:05.021 779-3955/? D/audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
2020-03-02 09:44:05.021 779-3955/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
2020-03-02 09:44:05.021 779-3955/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2020-03-02 09:44:05.021 779-3955/? I/msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2
2020-03-02 09:44:05.021 779-3955/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker)
2020-03-02 09:44:05.021 779-3955/? D/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
2020-03-02 09:44:05.021 779-3955/? I/msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 and sample rate: 48000
2020-03-02 09:44:05.021 779-3955/? D/audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
2020-03-02 09:44:05.021 779-3955/? E/msm8974_platform: platform_check_backends_match: Invalid snd_device =
2020-03-02 09:44:05.021 779-3955/? D/audio_hw_primary: check_usecases_codec_backend:becf: (63) check_usecases curr device: speaker, usecase device: backends match 0
2020-03-02 09:44:05.021 779-3955/? D/audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
2020-03-02 09:44:05.021 779-3955/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2020-03-02 09:44:05.021 779-3955/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2020-03-02 09:44:05.021 779-3955/? D/audio_hw_tfa98xx_feedback: can_enable_feedback_on_device: device 2 cause feedback
2020-03-02 09:44:05.021 779-3955/? D/hardware_info: hw_info_append_hw_type : device_name = vi-feedback
2020-03-02 09:44:05.021 779-3955/? D/msm8974_platform: platform_split_snd_device: snd_device(147) num devices(0) new_snd_devices(0)
2020-03-02 09:44:05.021 779-3955/? D/audio_hw_primary: enable_snd_device: snd_device(147: vi-feedback)
2020-03-02 09:44:05.021 779-3955/? I/soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x93 of type 1 for Event 1, with Raise=0
2020-03-02 09:44:05.021 779-3955/? E/audio_route: Path: vi-feedback, length: 0
2020-03-02 09:44:05.021 779-3955/? D/audio_route: Apply path: vi-feedback
2020-03-02 09:44:05.021 779-3955/? D/soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 48 of type 1 for Event 3, with Raise=0
2020-03-02 09:44:05.021 779-3955/? D/audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->in_snd_device vi-feedback
2020-03-02 09:44:05.021 779-3955/? E/voice: voice_is_in_call_rec_stream: input stream is NULL
2020-03-02 09:44:05.021 779-3955/? D/msm8974_platform: platform_split_snd_device: snd_device(147) num devices(0) new_snd_devices(0)
2020-03-02 09:44:05.021 779-3955/? E/audio_hw_utils: send_app_type_cfg_for_device: Could not get ctl for mixer cmd - Audio Stream Capture 35 App Type Cfg
2020-03-02 09:44:05.021 779-3955/? D/msm8974_platform: platform_split_snd_device: snd_device(147) num devices(1) new_snd_devices(0)
2020-03-02 09:44:05.021 779-3955/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 102, path = 1, app id = 0x11132, sample rate = 48000
2020-03-02 09:44:05.021 779-3955/? D/ACDB-LOADER: ACDB -> send_asm_topology
2020-03-02 09:44:05.021 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
2020-03-02 09:44:05.021 779-3955/? D/ACDB-LOADER: ACDB -> send_adm_topology
2020-03-02 09:44:05.021 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> send_audtable
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[102] app_type[69938]
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> send_audvoltable
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2020-03-02 09:44:05.022 779-3955/? E/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 0
2020-03-02 09:44:05.022 779-3955/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> send_audstrmtable
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> send_afe_topology
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 102, Topology Id 1000b909
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> send_afe_cal
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[17] acdb_id[102]
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 102 path = 1
2020-03-02 09:44:05.022 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
2020-03-02 09:44:05.022 26134-26162/? I/TENGINE: Creating texture: textures/android/loading_background.pvr
2020-03-02 09:44:05.022 779-3955/? E/audio_hw_extn: audio_extn_set_custom_mtmx_params: invalid input stream for capture usecase id:48
2020-03-02 09:44:05.022 779-3955/? D/audio_hw_primary: enable_audio_route: apply mixer and update path: spkr-vi-record
2020-03-02 09:44:05.022 779-3955/? E/audio_route: Path: spkr-vi-record, length: 1
2020-03-02 09:44:05.022 779-3955/? E/audio_route: id=0: ctl=QUAT_MI2S_RX_VI_FB_MUX
2020-03-02 09:44:05.022 779-3955/? E/audio_route: id=0 value=1
2020-03-02 09:44:05.022 779-3955/? E/audio_route: id=1 value=1
2020-03-02 09:44:05.022 779-3955/? D/audio_route: Apply path: spkr-vi-record
2020-03-02 09:44:05.024 26134-26162/? I/TENGINE: Creating quad: modeload Fade Quad
2020-03-02 09:44:05.024 26134-26162/? I/TENGINE: Creating quad: modeload Load Quad
2020-03-02 09:44:05.024 26134-26162/? I/TENGINE: Creating quad: modeload Back Quad
2020-03-02 09:44:05.024 26134-26162/? I/TENGINE: Creating texture: textures/android/loading_background2.pvr
2020-03-02 09:44:05.025 26134-26162/? I/TENGINE: Creating quad: modeload Flash Quad
2020-03-02 09:44:05.025 26134-26162/? I/TENGINE: Creating quad: sceneload Fade Quad
2020-03-02 09:44:05.025 26134-26162/? I/TENGINE: Creating quad: sceneload Load Quad
2020-03-02 09:44:05.025 26134-26162/? I/TENGINE: Creating quad: sceneload Back Quad
2020-03-02 09:44:05.025 26134-26162/? I/TENGINE: Creating quad: sceneload Flash Quad
2020-03-02 09:44:05.027 779-3955/? E/audio_hw_tfa98xx_feedback: pcm file opened 35
2020-03-02 09:44:05.031 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.036 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 5 ms
2020-03-02 09:44:05.038 779-3955/? V/audio_hw_tfa98xx_feedback: audio_extn_tfa98xx_update_feedback: Exit
2020-03-02 09:44:05.038 779-3955/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2020-03-02 09:44:05.038 779-3955/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
2020-03-02 09:44:05.038 779-3955/? I/soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
2020-03-02 09:44:05.038 779-3955/? E/audio_route: Path: speaker, length: 1
2020-03-02 09:44:05.038 779-3955/? E/audio_route: id=0: ctl=TFA_CHIP_SELECTOR
2020-03-02 09:44:05.038 779-3955/? E/audio_route: id=0 value=0
2020-03-02 09:44:05.038 779-3955/? D/audio_route: Apply path: speaker
2020-03-02 09:44:05.039 779-3955/? D/audio_hw_tfa98xx_feedback: can_enable_feedback_on_device: device 2 cause feedback
2020-03-02 09:44:05.039 779-3955/? V/audio_hw_tfa98xx_feedback: audio_extn_tfa98xx_update_feedback: Exit
2020-03-02 09:44:05.039 779-3955/? D/soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0
2020-03-02 09:44:05.039 779-3955/? D/audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
2020-03-02 09:44:05.039 779-3955/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2020-03-02 09:44:05.039 779-3955/? D/audio_hw_utils: audio_extn_btsco_get_sample_rate:Not a BT SCO device, need not update sampling rate
2020-03-02 09:44:05.039 779-3955/? I/audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69937, acdb_dev_id 15, sample_rate 48000, snd_device_be_idx 39
2020-03-02 09:44:05.040 779-3955/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 15, path = 0, app id = 0x11131, sample rate = 48000
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> send_asm_topology
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> send_adm_topology
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> send_audtable
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[15] app_type[69937]
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> send_audvoltable
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE
2020-03-02 09:44:05.040 779-3955/? E/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 5
2020-03-02 09:44:05.040 779-3955/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> send_audstrmtable
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 20
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> send_afe_topology
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 15, Topology Id 1000b910
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> send_afe_cal
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[15]
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 15 path = 0
2020-03-02 09:44:05.040 779-3955/? D/ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
2020-03-02 09:44:05.040 779-3955/? D/msm8974_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
2020-03-02 09:44:05.040 779-3955/? I/msm8974_platform: platform_get_custom_mtmx_params: no matching param with id 0 ip_ch 2 op_ch 2 uc_id 1 snd_dev 2
2020-03-02 09:44:05.040 779-3955/? D/audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback speaker
2020-03-02 09:44:05.040 779-3955/? E/audio_route: Path: low-latency-playback speaker, length: 1
2020-03-02 09:44:05.040 779-3955/? E/audio_route: id=0: ctl=QUAT_MI2S_RX Audio Mixer MultiMedia5
2020-03-02 09:44:05.040 779-3955/? E/audio_route: id=0 value=1
2020-03-02 09:44:05.040 779-3955/? E/audio_route: id=1 value=1
2020-03-02 09:44:05.040 779-3955/? D/audio_route: Apply path: low-latency-playback speaker
2020-03-02 09:44:05.042 779-3955/? D/audio_hw_primary: select_devices: done
2020-03-02 09:44:05.043 779-3955/? D/msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map13
2020-03-02 09:44:05.043 779-3955/? D/msm8974_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
2020-03-02 09:44:05.057 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.061 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 4 ms
2020-03-02 09:44:05.064 26134-26162/? I/TENGINE: CommandHandler: APP_CMD_GAINED_FOCUS
2020-03-02 09:44:05.069 779-3955/? D/audio_hw_primary: start_output_stream: exit
2020-03-02 09:44:05.074 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.079 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 4 ms
2020-03-02 09:44:05.102 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.106 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 4 ms
2020-03-02 09:44:05.119 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.123 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 4 ms
2020-03-02 09:44:05.144 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.147 26134-26162/? I/TENGINE: Creating thread: LoadEntry
2020-03-02 09:44:05.147 26134-26180/? I/TENGINE: Creating quad: splash_tengine
2020-03-02 09:44:05.150 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 4 ms
2020-03-02 09:44:05.157 31221-31248/? D/AppInstallController: packageName =se.tension.gateway.app, scanResult=RESULT_OK
2020-03-02 09:44:05.158 1453-4021/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:05.158 1453-4021/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:05.159 1453-4021/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:05.160 1453-4019/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:05.160 1453-4019/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:05.160 1453-4019/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:05.166 1453-13885/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:05.166 1453-13885/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:05.166 1453-13885/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:05.168 1453-13885/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:05.168 1453-13885/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:05.168 1453-13885/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:05.169 1453-13885/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:05.169 1453-13885/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:05.169 1453-13885/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:05.179 26134-26162/? I/TENGINE: Destroying thread: LoadEntry
2020-03-02 09:44:05.196 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.200 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 5 ms
2020-03-02 09:44:05.218 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.222 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 4 ms
2020-03-02 09:44:05.245 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.249 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 5 ms
2020-03-02 09:44:05.265 1453-1453/? I/NotificationService: Cannot find enqueued record for key: 0|com.asus.mobilemanager|100|null|10011
2020-03-02 09:44:05.278 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.282 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 4 ms
2020-03-02 09:44:05.299 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.303 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 5 ms
2020-03-02 09:44:05.362 17240-26101/? D/GameUtils: Retry too many times, don't fetch category from internet
2020-03-02 09:44:05.366 17240-26101/? V/[AppInfoRetriever]: queryAppFromAsusLauncher took 4 ms
2020-03-02 09:44:05.379 2889-15572/? V/GameAppProvider: [update] package name: com.asus.gamewidget.allparsed
2020-03-02 09:44:05.732 20450-22882/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms
2020-03-02 09:44:05.760 20450-24521/? I/Icing: Indexing done com.google.android.gms-apps
2020-03-02 09:44:05.775 20450-24521/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms
2020-03-02 09:44:05.775 20450-24521/? I/Icing: Indexing done com.google.android.gms-apps
2020-03-02 09:44:05.865 1453-5820/? I/OpenGLRenderer: Initialized EGL, version 1.4
2020-03-02 09:44:05.865 1453-5820/? D/OpenGLRenderer: Swap behavior 2
2020-03-02 09:44:06.020 2889-5899/? I/AudioFocusListHandler: AudioFocusHandler update
2020-03-02 09:44:06.020 2889-5899/? I/AudioFocusHandler: list: com.asus.camera
2020-03-02 09:44:06.020 2889-5899/? I/AudioFocusHandler: list: com.facebook.katana
2020-03-02 09:44:06.020 2889-5899/? I/AudioFocusHandler: list: se.tension.gateway.app
2020-03-02 09:44:06.020 2889-5899/? I/AudioFocusHandler: list: com.facebook.orca
2020-03-02 09:44:06.021 2889-5899/? D/AudioFocusListHandler: Update DB : number of affected records : 1
2020-03-02 09:44:06.116 14070-25760/? W/cgjy: [{0}] Failed to resolve name. status={1}
2020-03-02 09:44:06.212 1198-1339/? E/storaged: getDiskStats failed with result NOT_SUPPORTED and size 0
2020-03-02 09:44:06.284 3120-3144/? I/QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21
2020-03-02 09:44:06.284 3120-3120/? D/QcrilMsgTunnelIfaceManager: handleMessage what = 0
2020-03-02 09:44:06.297 1453-4019/? D/AlarmManagerService: Kernel timezone updated to -60 minutes west of GMT
2020-03-02 09:44:06.299 2585-2951/? D/NetworkController.MobileSignalController(1): onServiceStateChanged voiceState=0 dataState=0
2020-03-02 09:44:06.299 2585-2951/? D/NetworkController.MobileSignalController(1): updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 0 -120 -160 -120 -160 -1 27 -79 -8 186 2147483647 0 2147483647 99 255 2147483647 gsm|lte use_rsrp_and_rssnr_for_lte_level [-126, -119, -114, -109, -100] [-113, -106, -101, -96, -89]
2020-03-02 09:44:06.299 2585-2951/? D/NetworkController.MobileSignalController(1): Change in state from: connected=true,enabled=true,level=5,inetCondition=1,iconGroup=IconGroup(4G),activityIn=false,activityOut=false,rssi=0,lastModified=03-02 09:43:54,dataSim=true,networkName=hallon,networkNameData=hallon,dataConnected=false,roaming=false,isDefault=false,isEmergency=false,airplaneMode=false,
to: connected=true,enabled=true,level=5,inetCondition=1,iconGroup=IconGroup(4G+),activityIn=false,activityOut=false,rssi=0,lastModified=03-02 09:43:54,dataSim=true,networkName=hallon,networkNameData=hallon,dataConnected=false,roaming=false,isDefault=false,isEmergency=false,airplaneMode=false,
2020-03-02 09:44:06.303 2862-2862/? D/ServiceStateProvider: subId=1
2020-03-02 09:44:06.303 2862-2862/? D/ChangeTimeZoneReceiver: ChangeTimeZoneReceiver onReceive(): action = android.intent.action.NETWORK_SET_TIMEZONE
2020-03-02 09:44:06.303 2862-2862/? D/ChangeTimeZoneReceiver: ChangeTimeZoneReceiver onReceive(): intent.getAction() == TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE, unregister mAutoTimeZoneObserver and cancel mPendingIntent
2020-03-02 09:44:06.303 2862-2862/? D/PhoneGlobals: [mPhoneStateListener] onServiceStateChanged, subId[0] = 1, phoneId = 0
2020-03-02 09:44:06.303 2862-2862/? D/PhoneGlobals: [mPhoneStateListener] onServiceStateChanged, state.getState() = 0
2020-03-02 09:44:06.303 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: tryToNotifyOffDataRoamingOption(), bRoaming = false, slot = 0
2020-03-02 09:44:06.303 31995-31995/? I/CarrierServices: [2] csb.onReceive: Received SERVICE_STATE intent, clearing cached cell info
2020-03-02 09:44:06.304 2862-13619/? D/PhoneInterfaceManager: [PhoneIntfMgr] isUserDataEnabled: subId=1 phoneId=0
2020-03-02 09:44:06.304 2862-3180/? D/PhoneInterfaceManager: [PhoneIntfMgr] isUserDataEnabled: subId=1 phoneId=0
2020-03-02 09:44:06.304 2585-2585/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.SERVICE_STATE
2020-03-02 09:44:06.304 2585-2585/? V/KeyguardUpdateMonitor: action android.intent.action.SERVICE_STATE serviceState={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mChannelNumber=6200, duplexMode()=1, mCellBandwidths=[10000, 10000], mVoiceRoamingType=home, mDataRoamingType=home, mVoiceOperatorAlphaLong=hallon, mVoiceOperatorAlphaShort=hallon, mDataOperatorAlphaLong=hallon, mDataOperatorAlphaShort=hallon, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mNetworkId=-1, mSystemId=-1, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=true, mLteEarfcnRsrpBoost=0, mNetworkRegistrationStates=[]} subId=1
2020-03-02 09:44:06.304 2862-13619/? D/PhoneInterfaceManager: [PhoneIntfMgr] isUserDataEnabled: subId=1 retVal=false
2020-03-02 09:44:06.304 2585-2585/? D/KeyguardUpdateMonitor: handleServiceStateChange(subId=1, serviceState={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mChannelNumber=6200, duplexMode()=1, mCellBandwidths=[10000, 10000], mVoiceRoamingType=home, mDataRoamingType=home, mVoiceOperatorAlphaLong=hallon, mVoiceOperatorAlphaShort=hallon, mDataOperatorAlphaLong=hallon, mDataOperatorAlphaShort=hallon, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mNetworkId=-1, mSystemId=-1, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=true, mLteEarfcnRsrpBoost=0, mNetworkRegistrationStates=[]}
2020-03-02 09:44:06.304 2585-2585/? D/CarrierText: updateCarrierText(): 1
2020-03-02 09:44:06.304 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: [mPhoneStateListener] onServiceStateChanged, isNonRoamingInService = true
2020-03-02 09:44:06.304 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: [mPhoneStateListener] onServiceStateChanged, state.getRoaming() = false, phone.getDataRoamingEnabled() = true
2020-03-02 09:44:06.305 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: getMobileSlot(): slotId = 0
2020-03-02 09:44:06.305 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: getRoamingNotificationDB: iRoamingNotificationState = 1, ret = true
2020-03-02 09:44:06.305 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: [mPhoneStateListener] onServiceStateChanged, mobileDataOn = false
2020-03-02 09:44:06.305 2862-2862/? D/PhoneGlobals: onServiceStateChanged(): AsusPhoneUtils.sServiceState = 0, AsusPhoneUtils.sServiceState2 = 1
2020-03-02 09:44:06.305 2862-2862/? D/PhoneGlobals: handleMessage() msg.what: 102
2020-03-02 09:44:06.305 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: cancelDataRoamingAccessAllowed(): iSlotId = 0
2020-03-02 09:44:06.305 1453-1508/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:06.305 1453-1508/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:06.305 1453-1508/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:06.305 2862-3180/? D/PhoneInterfaceManager: [PhoneIntfMgr] isUserDataEnabled: subId=1 retVal=false
2020-03-02 09:44:06.305 2862-2862/? D/PhoneGlobals: onReceive(): action = android.intent.action.SERVICE_STATE
2020-03-02 09:44:06.305 2862-2862/? D/PhoneGlobals: mReceiver: ACTION_SERVICE_STATE_CHANGED
2020-03-02 09:44:06.305 2862-2862/? D/PhoneGlobals: handleServiceStateChanged: intent = Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) }
2020-03-02 09:44:06.305 2862-2862/? V/PhoneGlobals: handleServiceStateChanged
2020-03-02 09:44:06.305 22235-22235/? V/AsusCellBroadcast: [CellBroadcastReceiver] onReceive Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 cmp=com.android.cellbroadcastreceiver/.CellBroadcastReceiver (has extras) } , privileged=false
2020-03-02 09:44:06.305 2585-2585/? D/CarrierText: isBrazilCountryCode(): subId = 1 / simCountryISO = se / result = false
2020-03-02 09:44:06.306 1453-13885/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:06.306 1453-13885/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:06.306 1453-13885/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:06.306 2585-2585/? D/CarrierText: subId:1 / status:Normal / ss:true
2020-03-02 09:44:06.306 2585-2585/? D/CarrierText: getRoaming:false
2020-03-02 09:44:06.306 2585-2585/? D/CarrierText: Handling (subId=1): READY hallon
2020-03-02 09:44:06.306 2585-2585/? D/CarrierText: Handling subId=1 simState=READY carrierName=hallon carrierTextForSimState=hallon mSimSlotMessage={}
2020-03-02 09:44:06.306 2585-2585/? D/CarrierText: displayText=null carrierTextForSimState=hallon
2020-03-02 09:44:06.306 2862-2862/? D/PhoneGlobals: handleServiceStateChanged: state = 0, ss.getVoiceRoaming() = false
2020-03-02 09:44:06.306 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: setHasShowedmRoamingDialog(): on = false, slotId = 0
2020-03-02 09:44:06.307 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: getMobileSlot(): slotId = 0
2020-03-02 09:44:06.307 2862-2862/? V/PhoneGlobals: subId=1,mDefaultDataSubId=1,ss roaming=false
2020-03-02 09:44:06.307 2862-2862/? V/PhoneGlobals: updateDataRoamingStatus
2020-03-02 09:44:06.307 2585-2585/? D/CarrierText: displayText--hallon
2020-03-02 09:44:06.307 2585-2585/? D/CarrierText: updateCarrierText(): 1
2020-03-02 09:44:06.308 2585-2585/? D/CarrierText: isBrazilCountryCode(): subId = 1 / simCountryISO = se / result = false
2020-03-02 09:44:06.308 2585-2951/? D/NetworkController: onReceive: intent=Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) }
2020-03-02 09:44:06.309 2862-2862/? V/PhoneGlobals: dataAllowed=false, reasons=Data disallowed, reasons: DATA_DISABLED
2020-03-02 09:44:06.309 2862-2862/? D/PhoneGlobals: updateDataRoamingStatus dataAllowed = false, reasons = Data disallowed, reasons: DATA_DISABLED, mNoDataDueToRoaming = false
2020-03-02 09:44:06.309 2862-2862/? D/PhoneGlobals: updateDataRoamingStatus bROAMING_DISABLED_NOT_ATTACHED = false
2020-03-02 09:44:06.309 2862-2862/? D/PhoneGlobals: updateDataRoamingStatus bNOT_ATTACHED_ROAMING_DISABLED = false
2020-03-02 09:44:06.309 2862-2862/? D/PhoneGlobals: updateDataRoamingStatus bAsusRoamingDisabled = false
2020-03-02 09:44:06.309 8965-8965/? D/SimCardReceiver: onReceive actioncode: android.intent.action.SERVICE_STATE
2020-03-02 09:44:06.309 2585-2585/? D/CarrierText: subId:1 / status:Normal / ss:true
2020-03-02 09:44:06.309 2585-2585/? D/CarrierText: getRoaming:false
2020-03-02 09:44:06.309 2862-2862/? D/PhoneGlobals: handleMessage() msg.what: 11
2020-03-02 09:44:06.309 2862-2862/? D/PhoneGlobals: mHandler: EVENT_DATA_ROAMING_OK
2020-03-02 09:44:06.309 2585-2585/? D/CarrierText: Handling (subId=1): READY hallon
2020-03-02 09:44:06.309 2585-2585/? D/CarrierText: Handling subId=1 simState=READY carrierName=hallon carrierTextForSimState=hallon mSimSlotMessage={}
2020-03-02 09:44:06.309 2585-2585/? D/CarrierText: displayText=null carrierTextForSimState=hallon
2020-03-02 09:44:06.310 2585-2585/? D/CarrierText: displayText--hallon
2020-03-02 09:44:06.311 1453-13885/? D/Telecom: TelecomServiceImpl: getCallCapablePhoneAccounts callingPackage = com.asus.contacts
2020-03-02 09:44:06.311 1453-13885/? D/Telecom: TelecomServiceImpl: canReadPhoneState callingPackage = com.asus.contacts: TSI.gCCPA@W4Q
2020-03-02 09:44:06.311 1453-13885/? D/Telecom: TelecomServiceImpl: isPrivilegedDialerCalling = com.asus.contacts: TSI.gCCPA@W4Q
2020-03-02 09:44:06.312 8965-26185/? D/AsusContactsTelephonyManager: [getSimCardPhoneAccountHandle] accountHandles size = 1, slotId = 0
2020-03-02 09:44:06.314 2862-3140/? D/PhoneUtils: getPhoneForPhoneAccountHandle handle.getComponentName().equals(getPstnConnectionServiceName()) = true
2020-03-02 09:44:06.316 8965-26185/? D/PhoneCapabilityTester: sim1 isActive = true
2020-03-02 09:44:06.317 1453-4021/? D/Telecom: TelecomServiceImpl: getCallCapablePhoneAccounts callingPackage = com.asus.contacts
2020-03-02 09:44:06.318 1453-4021/? D/Telecom: TelecomServiceImpl: canReadPhoneState callingPackage = com.asus.contacts: TSI.gCCPA@W4c
2020-03-02 09:44:06.318 1453-4021/? D/Telecom: TelecomServiceImpl: isPrivilegedDialerCalling = com.asus.contacts: TSI.gCCPA@W4c
2020-03-02 09:44:06.318 8965-26185/? D/AsusContactsTelephonyManager: [getSimCardPhoneAccountHandle] accountHandles size = 1, slotId = 1
2020-03-02 09:44:06.319 2862-3140/? D/PhoneUtils: getPhoneForPhoneAccountHandle handle.getComponentName().equals(getPstnConnectionServiceName()) = true
2020-03-02 09:44:06.319 8965-26185/? D/AsusContactsTelephonyManager: [getSimCardPhoneAccountHandle] Can't find PhoneAccountHandle for slot:1
2020-03-02 09:44:06.319 8965-26185/? D/PhoneCapabilityTester: sim2 isActive = false
2020-03-02 09:44:06.449 816-846/? E/ANDR-PERF-RESOURCEQS: pending level < current->level, so apply next pending optimization
2020-03-02 09:44:06.553 3120-3144/? I/QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21
2020-03-02 09:44:06.554 3120-3120/? D/QcrilMsgTunnelIfaceManager: handleMessage what = 0
2020-03-02 09:44:06.569 3120-3144/? I/QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21
2020-03-02 09:44:06.570 3120-3120/? D/QcrilMsgTunnelIfaceManager: handleMessage what = 0
2020-03-02 09:44:06.670 3340-4578/? D/ClClient: Not sending keepalive. Current connection state=STOPPED
2020-03-02 09:44:07.016 844-844/? I/BufferQueueConsumer: se.tension.gateway.app/se.tension.gateway.app.TenGineActivity#0, Set Low Latency Mode = 1, IntervalNsec = 1000000000
2020-03-02 09:44:07.078 1453-3957/? V/BackupManagerConstants: getFullBackupRequiredNetworkType(...) returns 2
2020-03-02 09:44:07.078 1453-3957/? V/BackupManagerConstants: getFullBackupRequireCharging(...) returns true
2020-03-02 09:44:07.267 3120-3144/? I/QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21
2020-03-02 09:44:07.267 3120-3120/? D/QcrilMsgTunnelIfaceManager: handleMessage what = 0
2020-03-02 09:44:07.285 3120-3144/? I/QcrilOemhookMsgTunnel: [0]processOemHookIndication length=21
2020-03-02 09:44:07.285 3120-3120/? D/QcrilMsgTunnelIfaceManager: handleMessage what = 0
2020-03-02 09:44:07.295 2862-3106/? I/QImsService: ImsSenderRxr : [UNSL]< UNSOL_VOPS_CHANGED false[SUB0]
2020-03-02 09:44:07.298 3120-3144/? I/QcrilOemhookMsgTunnel: [0]processOemHookIndication length=22
2020-03-02 09:44:07.299 2862-2862/? I/QImsService: ImsServiceSubHandler : Message received: what = 25
2020-03-02 09:44:07.299 2862-2862/? I/QImsService: ImsServiceSub : [0] broadcastVopsSsacIntent Vops = false , Ssac = false , PhoneId = 0
2020-03-02 09:44:07.303 2862-2862/? D/VopsReceiver: VopsReceiver VOIP_VOPS_SSAC_STATUS iPhoneId = 0, bInVops = false
2020-03-02 09:44:07.332 1453-21108/? D/AlarmManagerService: Kernel timezone updated to -60 minutes west of GMT
2020-03-02 09:44:07.338 2585-2951/? D/NetworkController.MobileSignalController(1): onServiceStateChanged voiceState=0 dataState=0
2020-03-02 09:44:07.338 2585-2951/? D/NetworkController.MobileSignalController(1): updateTelephonySignalStrength: hasService=true ss=SignalStrength: 99 0 -120 -160 -120 -160 -1 27 -79 -8 186 2147483647 0 2147483647 99 255 2147483647 gsm|lte use_rsrp_and_rssnr_for_lte_level [-126, -119, -114, -109, -100] [-113, -106, -101, -96, -89]
2020-03-02 09:44:07.351 2862-3796/? D/PhoneInterfaceManager: [PhoneIntfMgr] isUserDataEnabled: subId=1 phoneId=0
2020-03-02 09:44:07.351 2862-3796/? D/PhoneInterfaceManager: [PhoneIntfMgr] isUserDataEnabled: subId=1 retVal=false
2020-03-02 09:44:07.355 2862-2862/? D/ServiceStateProvider: subId=1
2020-03-02 09:44:07.357 31995-31995/? I/CarrierServices: [2] csb.onReceive: Received SERVICE_STATE intent, clearing cached cell info
2020-03-02 09:44:07.358 2862-2862/? D/ChangeTimeZoneReceiver: ChangeTimeZoneReceiver onReceive(): action = android.intent.action.NETWORK_SET_TIMEZONE
2020-03-02 09:44:07.358 2862-2862/? D/ChangeTimeZoneReceiver: ChangeTimeZoneReceiver onReceive(): intent.getAction() == TelephonyIntents.ACTION_NETWORK_SET_TIMEZONE, unregister mAutoTimeZoneObserver and cancel mPendingIntent
2020-03-02 09:44:07.358 2862-2862/? D/PhoneGlobals: [mPhoneStateListener] onServiceStateChanged, subId[0] = 1, phoneId = 0
2020-03-02 09:44:07.358 2862-2862/? D/PhoneGlobals: [mPhoneStateListener] onServiceStateChanged, state.getState() = 0
2020-03-02 09:44:07.358 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: tryToNotifyOffDataRoamingOption(), bRoaming = false, slot = 0
2020-03-02 09:44:07.359 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: [mPhoneStateListener] onServiceStateChanged, isNonRoamingInService = true
2020-03-02 09:44:07.360 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: [mPhoneStateListener] onServiceStateChanged, state.getRoaming() = false, phone.getDataRoamingEnabled() = true
2020-03-02 09:44:07.360 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: getMobileSlot(): slotId = 0
2020-03-02 09:44:07.360 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: getRoamingNotificationDB: iRoamingNotificationState = 1, ret = true
2020-03-02 09:44:07.360 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: [mPhoneStateListener] onServiceStateChanged, mobileDataOn = false
2020-03-02 09:44:07.360 2862-2862/? D/PhoneGlobals: onServiceStateChanged(): AsusPhoneUtils.sServiceState = 0, AsusPhoneUtils.sServiceState2 = 1
2020-03-02 09:44:07.360 2862-2862/? D/PhoneGlobals: onReceive(): action = android.intent.action.SERVICE_STATE
2020-03-02 09:44:07.360 2862-2862/? D/PhoneGlobals: mReceiver: ACTION_SERVICE_STATE_CHANGED
2020-03-02 09:44:07.360 2862-2862/? D/PhoneGlobals: handleServiceStateChanged: intent = Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) }
2020-03-02 09:44:07.360 2862-2862/? V/PhoneGlobals: handleServiceStateChanged
2020-03-02 09:44:07.361 2862-2862/? D/PhoneGlobals: handleServiceStateChanged: state = 0, ss.getVoiceRoaming() = false
2020-03-02 09:44:07.361 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: setHasShowedmRoamingDialog(): on = false, slotId = 0
2020-03-02 09:44:07.361 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: getMobileSlot(): slotId = 0
2020-03-02 09:44:07.361 2862-2862/? V/PhoneGlobals: subId=1,mDefaultDataSubId=1,ss roaming=false
2020-03-02 09:44:07.361 2862-2862/? V/PhoneGlobals: updateDataRoamingStatus
2020-03-02 09:44:07.362 2862-2862/? V/PhoneGlobals: dataAllowed=false, reasons=Data disallowed, reasons: DATA_DISABLED
2020-03-02 09:44:07.363 2862-2862/? D/PhoneGlobals: updateDataRoamingStatus dataAllowed = false, reasons = Data disallowed, reasons: DATA_DISABLED, mNoDataDueToRoaming = false
2020-03-02 09:44:07.363 2862-2862/? D/PhoneGlobals: updateDataRoamingStatus bROAMING_DISABLED_NOT_ATTACHED = false
2020-03-02 09:44:07.363 2862-2862/? D/PhoneGlobals: updateDataRoamingStatus bNOT_ATTACHED_ROAMING_DISABLED = false
2020-03-02 09:44:07.363 2862-2862/? D/PhoneGlobals: updateDataRoamingStatus bAsusRoamingDisabled = false
2020-03-02 09:44:07.363 2862-2862/? D/PhoneGlobals: handleMessage() msg.what: 102
2020-03-02 09:44:07.363 2862-2862/? D/[TELESERVICE][AsusPhoneUtils]: cancelDataRoamingAccessAllowed(): iSlotId = 0
2020-03-02 09:44:07.363 2862-2862/? D/PhoneGlobals: handleMessage() msg.what: 11
2020-03-02 09:44:07.363 2862-2862/? D/PhoneGlobals: mHandler: EVENT_DATA_ROAMING_OK
2020-03-02 09:44:07.366 2585-2951/? D/NetworkController: onReceive: intent=Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 (has extras) }
2020-03-02 09:44:07.367 1453-1508/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:07.367 1453-1508/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:07.367 1453-1508/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:07.367 2585-2585/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.SERVICE_STATE
2020-03-02 09:44:07.368 2585-2585/? V/KeyguardUpdateMonitor: action android.intent.action.SERVICE_STATE serviceState={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mChannelNumber=350, duplexMode()=1, mCellBandwidths=[10000, 10000], mVoiceRoamingType=home, mDataRoamingType=home, mVoiceOperatorAlphaLong=hallon, mVoiceOperatorAlphaShort=hallon, mDataOperatorAlphaLong=hallon, mDataOperatorAlphaShort=hallon, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mNetworkId=-1, mSystemId=-1, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=true, mLteEarfcnRsrpBoost=0, mNetworkRegistrationStates=[]} subId=1
2020-03-02 09:44:07.368 2585-2585/? D/KeyguardUpdateMonitor: handleServiceStateChange(subId=1, serviceState={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mChannelNumber=350, duplexMode()=1, mCellBandwidths=[10000, 10000], mVoiceRoamingType=home, mDataRoamingType=home, mVoiceOperatorAlphaLong=hallon, mVoiceOperatorAlphaShort=hallon, mDataOperatorAlphaLong=hallon, mDataOperatorAlphaShort=hallon, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=unsupported, mNetworkId=-1, mSystemId=-1, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=true, mLteEarfcnRsrpBoost=0, mNetworkRegistrationStates=[]}
2020-03-02 09:44:07.368 2585-2585/? D/CarrierText: updateCarrierText(): 1
2020-03-02 09:44:07.368 2585-2585/? D/CarrierText: isBrazilCountryCode(): subId = 1 / simCountryISO = se / result = false
2020-03-02 09:44:07.368 22235-22235/? V/AsusCellBroadcast: [CellBroadcastReceiver] onReceive Intent { act=android.intent.action.SERVICE_STATE flg=0x1000010 cmp=com.android.cellbroadcastreceiver/.CellBroadcastReceiver (has extras) } , privileged=false
2020-03-02 09:44:07.369 1453-21108/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:07.369 1453-21108/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:07.369 1453-21108/? D/CompatibilityInfo: applicationScale - 1.0
2020-03-02 09:44:07.370 2585-2585/? D/CarrierText: subId:1 / status:Normal / ss:true
2020-03-02 09:44:07.370 2585-2585/? D/CarrierText: getRoaming:false
2020-03-02 09:44:07.370 2585-2585/? D/CarrierText: Handling (subId=1): READY hallon
2020-03-02 09:44:07.370 2585-2585/? D/CarrierText: Handling subId=1 simState=READY carrierName=hallon carrierTextForSimState=hallon mSimSlotMessage={}
2020-03-02 09:44:07.370 2585-2585/? D/CarrierText: displayText=null carrierTextForSimState=hallon
2020-03-02 09:44:07.371 2585-2585/? D/CarrierText: displayText--hallon
2020-03-02 09:44:07.371 8965-8965/? D/SimCardReceiver: onReceive actioncode: android.intent.action.SERVICE_STATE
2020-03-02 09:44:07.371 2585-2585/? D/CarrierText: updateCarrierText(): 1
2020-03-02 09:44:07.371 2585-2585/? D/CarrierText: isBrazilCountryCode(): subId = 1 / simCountryISO = se / result = false
2020-03-02 09:44:07.372 2585-2585/? D/CarrierText: subId:1 / status:Normal / ss:true
2020-03-02 09:44:07.372 2585-2585/? D/CarrierText: getRoaming:false
2020-03-02 09:44:07.372 2585-2585/? D/CarrierText: Handling (subId=1): READY hallon
2020-03-02 09:44:07.372 2585-2585/? D/CarrierText: Handling subId=1 simState=READY carrierName=hallon carrierTextForSimState=hallon mSimSlotMessage={}
2020-03-02 09:44:07.372 2585-2585/? D/CarrierText: displayText=null carrierTextForSimState=hallon
2020-03-02 09:44:07.375 2585-2585/? D/CarrierText: displayText--hallon
2020-03-02 09:44:07.376 1453-4021/? D/Telecom: TelecomServiceImpl: getCallCapablePhoneAccounts callingPackage = com.asus.contacts
2020-03-02 09:44:07.376 1453-4021/? D/Telecom: TelecomServiceImpl: canReadPhoneState callingPackage = com.asus.contacts: TSI.gCCPA@W4o
2020-03-02 09:44:07.376 1453-4021/? D/Telecom: TelecomServiceImpl: isPrivilegedDialerCalling = com.asus.contacts: TSI.gCCPA@W4o
2020-03-02 09:44:07.377 8965-26195/? D/AsusContactsTelephonyManager: [getSimCardPhoneAccountHandle] accountHandles size = 1, slotId = 0
2020-03-02 09:44:07.380 2862-3140/? D/PhoneUtils: getPhoneForPhoneAccountHandle handle.getComponentName().equals(getPstnConnectionServiceName()) = true
2020-03-02 09:44:07.384 8965-26195/? D/PhoneCapabilityTester: sim1 isActive = true
2020-03-02 09:44:07.385 1453-4021/? D/Telecom: TelecomServiceImpl: getCallCapablePhoneAccounts callingPackage = com.asus.contacts
2020-03-02 09:44:07.386 1453-4021/? D/Telecom: TelecomServiceImpl: canReadPhoneState callingPackage = com.asus.contacts: TSI.gCCPA@W40
2020-03-02 09:44:07.386 1453-4021/? D/Telecom: TelecomServiceImpl: isPrivilegedDialerCalling = com.asus.contacts: TSI.gCCPA@W40
2020-03-02 09:44:07.386 8965-26195/? D/AsusContactsTelephonyManager: [getSimCardPhoneAccountHandle] accountHandles size = 1, slotId = 1
2020-03-02 09:44:07.389 2862-3140/? D/PhoneUtils: getPhoneForPhoneAccountHandle handle.getComponentName().equals(getPstnConnectionServiceName()) = true
2020-03-02 09:44:07.390 8965-26195/? D/AsusContactsTelephonyManager: [getSimCardPhoneAccountHandle] Can't find PhoneAccountHandle for slot:1
2020-03-02 09:44:07.390 8965-26195/? D/PhoneCapabilityTester: sim2 isActive = false
2020-03-02 09:44:08.018 842-1559/? V/AudioFlinger: releaseWakeLock_l() AudioOut_1D
2020-03-02 09:44:08.019 842-1559/? V/AudioFlinger: thread 0xe6c83f40 type 0 TID 1559 going to sleep
2020-03-02 09:44:08.025 842-1563/? V/AudioFlinger: releaseWakeLock_l() AudioOut_2D
2020-03-02 09:44:08.025 842-1563/? V/AudioFlinger: thread 0xe6783140 type 0 TID 1563 going to sleep
2020-03-02 09:44:08.026 842-1561/? V/AudioFlinger: releaseWakeLock_l() AudioOut_25
2020-03-02 09:44:08.026 842-1561/? V/AudioFlinger: thread 0xe6b03bc0 type 0 TID 1561 going to sleep
2020-03-02 09:44:08.500 26134-26162/? I/TENGINE: Creating thread: LoadEntry
2020-03-02 09:44:08.501 26134-26198/? I/TENGINE: Destroying quad: splash_tengine
2020-03-02 09:44:08.502 26134-26198/? I/TENGINE: Creating light: Ambient
2020-03-02 09:44:08.517 26134-26162/? I/TENGINE: Destroying thread: LoadEntry
2020-03-02 09:44:08.519 26134-26162/? I/TENGINE: [GUI] App
2020-03-02 09:44:08.519 26134-26162/? E/TENGINE: Line: 1101 - xaml/App.xaml(1): Unknown member Application.StartupUri
2020-03-02 09:44:08.520 26134-26162/? I/TENGINE: 'xaml/App.xaml' loaded
2020-03-02 09:44:08.522 26134-26162/? I/TENGINE: 'xaml/MainWindow.xaml' loaded
2020-03-02 09:44:08.885 26134-26162/? I/TENGINE: Creating thread: LoadEntry
2020-03-02 09:44:08.891 26134-26199/? I/TENGINE: Creating texture: textures/android/menu_background.pvr
2020-03-02 09:44:08.892 26134-26199/? I/TENGINE: Creating quad: menu_background
2020-03-02 09:44:08.892 26134-26199/? I/TENGINE: Creating quad: SampleQuad_Network
2020-03-02 09:44:08.892 26134-26199/? I/TENGINE: Creating quad: SampleQuad_Media
2020-03-02 09:44:08.892 26134-26199/? I/TENGINE: Creating quad: SampleQuad_WebApi
2020-03-02 09:44:08.893 26134-26199/? I/TENGINE: Creating quad: SampleQuad_FileWatcher
2020-03-02 09:44:08.893 26134-26199/? I/TENGINE: Creating quad: SampleQuad_Location
2020-03-02 09:44:08.893 26134-26199/? I/TENGINE: Creating quad: SampleQuad_Noesis
2020-03-02 09:44:08.893 26134-26199/? I/TENGINE: Creating quad: SampleQuad_FFMpeg
2020-03-02 09:44:08.906 26134-26162/? I/TENGINE: Destroying thread: LoadEntry
2020-03-02 09:44:09.499 796-25725/? I/SSC_HAL: handle_sns_std_sensor_event:396, [SSC_HAL] ACCEL, ts:1692155.983354 s X:0.00 Y:0.11 Z:9.70
2020-03-02 09:44:09.601 1453-1509/? V/WindowOrientationListener: [SensorN] Result: currentRotation=0, proposedRotation=-1, oldProposedRotation=-1, predictedRotation=-1, timeDeltaMS=66.66698, isAccelerating=false, isFlat=true, isSwinging=false, isOverhead=false, isTouched=false, timeUntilSettledMS=0.0, timeUntilAccelerationDelayExpiredMS=0.0, timeUntilFlatDelayExpiredMS=500.0, timeUntilSwingDelayExpiredMS=0.0, timeUntilTouchDelayExpiredMS=0.0, now=1692156.050020627, mTouchEndedTimestamp=1692133.487025079
2020-03-02 09:44:10.474 816-846/? E/ANDR-PERF-MPCTL: Request does not exist, nothing released
2020-03-02 09:44:10.852 26134-26162/? I/TENGINE: Creating thread: LoadEntry
2020-03-02 09:44:10.853 26134-26203/? I/TENGINE: Destroying quad: SampleQuad_Network
2020-03-02 09:44:10.853 26134-26203/? I/TENGINE: Destroying quad: SampleQuad_Media
2020-03-02 09:44:10.853 26134-26203/? I/TENGINE: Destroying quad: SampleQuad_WebApi
2020-03-02 09:44:10.853 26134-26203/? I/TENGINE: Destroying quad: SampleQuad_FileWatcher
2020-03-02 09:44:10.853 26134-26203/? I/TENGINE: Destroying quad: SampleQuad_Location
2020-03-02 09:44:10.854 26134-26203/? I/TENGINE: Destroying quad: SampleQuad_Noesis
2020-03-02 09:44:10.854 26134-26203/? I/TENGINE: Destroying quad: SampleQuad_FFMpeg
2020-03-02 09:44:10.854 26134-26203/? I/TENGINE: Destroying quad: menu_background
2020-03-02 09:44:10.854 26134-26203/? I/TENGINE: Destroying texture: menu_background
2020-03-02 09:44:10.855 26134-26203/? I/TENGINE: Creating light: Directional
2020-03-02 09:44:10.868 26134-26162/? I/TENGINE: Destroying thread: LoadEntry
2020-03-02 09:44:11.816 1453-1995/? I/BatteryService: health = 2, mPlugType = 2, mUsbAbnormal = 0
2020-03-02 09:44:11.820 2889-2889/? I/AlwaysOn:BatteryStatusMonitor: onReceive(): [BATTERY] - action=android.intent.action.BATTERY_CHANGED
2020-03-02 09:44:11.821 2889-2889/? D/FirmwareManager: ACTION_BATTERY_CHANGED level: 35, mPadLevel: 0, mPadPresent: 0, mState: 0, mNeedCheckUpdatePower: true
2020-03-02 09:44:11.821 2889-6780/? I/AlwaysOn:BatteryStatusMonitor: BatteryStatus: (percentage=35, status=2, plug=2) ...
2020-03-02 09:44:11.823 2889-2889/? D/PowerSaverService: extraBatteryHealth:2 changed:false extraStatus:2
2020-03-02 09:44:11.823 2585-2585/? D/KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
2020-03-02 09:44:11.823 2889-2889/? D/PowerSaverService: changed:false mCurrentBatteryLevel:35 level:35 statusChange:false plugChange:false mExtraPlugged:2 extraPlugged:2
2020-03-02 09:44:11.823 2585-2585/? D/KeyguardUpdateMonitor: handleBatteryUpdate
2020-03-02 09:44:11.823 2889-2889/? D/GameGenieHandler: GameWidgetReceiver onRecevie: android.intent.action.BATTERY_CHANGED
2020-03-02 09:44:11.823 2585-2585/? D/PowerUI: oldTemp=295, mTemp=292
2020-03-02 09:44:11.823 2585-2585/? D/PowerUI: findUsbOtg =false,supportReverseCharging =0
2020-03-02 09:44:11.830 2889-2889/? D/DockManagerService: mBatteryReceiver onReceive
2020-03-02 09:44:11.841 1453-1508/? D/CompatibilityInfo: mCompatibilityFlags - 0
2020-03-02 09:44:11.841 1453-1508/? D/CompatibilityInfo: applicationDensity - 460
2020-03-02 09:44:11.841 1453-1508/? D/CompatibilityInfo: applicationScale - 1.0

jsantos

jsantos

2020-03-02 16:05

manager   ~0006118

Thanks for the log.

Is this using our default GL ES renderer or custom one?

jsantos

jsantos

2020-03-02 16:06

manager   ~0006119

Plus, if you could provide minimal .apk reproducing the issue (if possible with source). So far, we are not able to reproduce it here.

tension_andreas

tension_andreas

2020-03-04 08:51

reporter   ~0006122

Yes we're using your default renderer. We're looking into providing some sample

jsantos

jsantos

2020-03-05 10:23

manager   ~0006123

Thanks!

SKylander

SKylander

2020-03-10 12:17

reporter   ~0006133

While working on providing a minimal example, I decided to take a stab at finding the cause of the error. It turns out that it was an unrelated OpenGL error from within our middleware. Namely, glEnable(GL_TEXTURE2D); which seems to be an invalid option in GLES. Our presumption as to why it prevented the font from rendering on certain devices is because the GL drivers of non-Samsung devices implements some kind of safe guard where it makes sure the GL error stack is empty before submitting the texture units to the GPU. Regardless if our presumptions are correct or not, fixing the bug in the middleware solved the font bug.

jsantos

jsantos

2020-03-10 14:24

manager   ~0006134

Last edited: 2020-03-10 14:25

That's interesting. The only point where we call glGetError() in Noesis (in Release) is to detect a bug in AMD drivers. We are flushing the error stack there. Not sure if we should do this test only in Desktop by the way.


// Check that TexStorage is not bugged (AMD Catalyst 13.90)
if (TexStorage2D_ != 0)
{
GLuint name;
V(glGenTextures(1, &name));
V(glBindTexture(GL_TEXTURE_2D, name));

while (glGetError() != GL_NO_ERROR);

uint8_t data;
TexStorage2D_(GL_TEXTURE_2D, 1, GL_RGBA8, 2, 2);
glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &data);

if (glGetError() != GL_NO_ERROR)
{
    mExtensions[Extension::ARB_texture_storage].supported = false;
    TexStorage2D_ = 0;
    while (glGetError() != GL_NO_ERROR);
}

V(glDeleteTextures(1, &name));

}

Anyway, glad to know you solved it!

Issue History

Date Modified Username Field Change
2020-02-27 09:09 tension_andreas New Issue
2020-02-27 23:52 jsantos Note Added: 0006116
2020-03-02 09:55 tension_andreas Note Added: 0006117
2020-03-02 16:05 jsantos Note Added: 0006118
2020-03-02 16:06 jsantos Assigned To => jsantos
2020-03-02 16:06 jsantos Status new => feedback
2020-03-02 16:06 jsantos Note Added: 0006119
2020-03-04 08:51 tension_andreas Note Added: 0006122
2020-03-04 08:51 tension_andreas Status feedback => assigned
2020-03-05 10:23 jsantos Note Added: 0006123
2020-03-10 12:17 SKylander Note Added: 0006133
2020-03-10 14:24 jsantos Note Added: 0006134
2020-03-10 14:25 jsantos Note Edited: 0006134
2020-03-10 14:25 jsantos Status assigned => resolved
2020-03-10 14:25 jsantos Resolution open => no change required
2020-03-10 14:25 jsantos Fixed in Version => 2.2.5