Skip to content

Instantly share code, notes, and snippets.

@alyssadev
Created November 19, 2025 01:57
Show Gist options
  • Select an option

  • Save alyssadev/511e5b109b370a8a4fe75787678c9a05 to your computer and use it in GitHub Desktop.

Select an option

Save alyssadev/511e5b109b370a8a4fe75787678c9a05 to your computer and use it in GitHub Desktop.
Anko Mini Label Thermal Printer investigation

I bought a Anko Mini Label Thermal Printer (seo: JLR-80657 F004226) from kmart, and wanted to be able to print barcodes with it. The recommended app, AumiLabel, was underwhelming and I haven't yet figured out how to change the value of a barcode being printed. I tried to pair it with Bluetooth to my NixOS laptop, but it did not stay connected, probably due to lack of drivers. I used logcat to dump what AumiLabel is doing, fortunately it seems to show all kinds of otherwise secret values in debug logs, as I've noticed before when I did the same thing with another cheap device's proprietary app. I hope to use this information to further decipher how this device works, with the end goal of having a driver for Linux that can print barcodes with this device.

11-19 11:43:16.071 1079 1079 D Zygote : Forked child process 12527
11-19 11:43:16.071 1652 2024 I ActivityManager: Start proc 12527:com.efercro.aumilabel/u0a458 for next-top-activity {com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity}
11-19 11:43:16.095 12527 12527 I ercro.aumilabel: Using CollectorTypeCC GC.
11-19 11:43:16.098 12527 12527 E ercro.aumilabel: Not starting debugger since process cannot load the jdwp agent.
11-19 11:43:16.100 12527 12527 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok
11-19 11:43:16.102 12527 12527 D ActivityThread: setConscryptValidator
11-19 11:43:16.102 12527 12527 D ActivityThread: setConscryptValidator - put
11-19 11:43:16.135 1652 1874 D PkgPredictorService-SecIpmManagerServiceImpl: onForegroundActivitiesChanged pid:12527 uid:10458
11-19 11:43:16.147 12527 12527 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/org.apache.http.legacy.jar
11-19 11:43:16.190 12527 12527 W ercro.aumilabel: Failed to find entry 'classes.dex': Entry not found
11-19 11:43:16.190 12527 12527 W ercro.aumilabel: Failed to find entry 'classes.dex': Entry not found
11-19 11:43:16.191 12527 12527 W ercro.aumilabel: Failed to find entry 'classes.dex': Entry not found
11-19 11:43:16.192 12527 12527 D nativeloader: Configuring clns-7 for other apk /data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/base.apk:/data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/split_config.arm64_v8a.apk:/data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/split_config.en.apk:/data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/split_config.xxhdpi.apk. target_sdk_version=35, uses_libraries=, library_path=/data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/lib/arm64:/data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/base.apk!/lib/arm64-v8a:/data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/split_config.arm64_v8a.apk!/lib/arm64-v8a:/data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/split_config.en.apk!/lib/arm64-v8a:/data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXY
11-19 11:43:16.193 12527 12527 D CompatChangeReporter: Compat change id reported: 202956589; UID 10458; state: ENABLED
11-19 11:43:16.199 12527 12527 V GraphicsEnvironment: Currently set values for:
11-19 11:43:16.199 12527 12527 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[]
11-19 11:43:16.199 12527 12527 V GraphicsEnvironment: angle_gl_driver_selection_values=[]
11-19 11:43:16.199 12527 12527 V GraphicsEnvironment: Global.Settings values are invalid: number of packages: 0, number of values: 0
11-19 11:43:16.199 12527 12527 V GraphicsEnvironment: App is not on the allowlist for updatable production driver.
11-19 11:43:16.205 12527 12545 D AdvertisingIdClient: Creating AdvertisingIdClient
11-19 11:43:16.205 12527 12545 D AdvertisingIdClient: AdvertisingIdClient already created.
11-19 11:43:16.206 12527 12545 D AdvertisingIdClient: AdvertisingIdClient is not bounded. Starting to bind it...
11-19 11:43:16.207 12527 12527 D AndroidAutoSize: designWidthInDp = 360, designHeightInDp = 640, screenWidth = 1080, screenHeight = 2640
11-19 11:43:16.207 12527 12527 D AndroidAutoSize: initDensity = 3.0, initScaledDensity = 3.0
11-19 11:43:16.212 12527 12527 D CompatChangeReporter: Compat change id reported: 279646685; UID 10458; state: ENABLED
11-19 11:43:16.212 12527 12527 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
11-19 11:43:16.213 12527 12527 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService
11-19 11:43:16.213 12527 12527 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService
11-19 11:43:16.227 12527 12546 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/org.apache.http.legacy.jar
11-19 11:43:16.232 12527 12527 I MMKV : Disable checkProcessMode()
11-19 11:43:16.233 12527 12546 D nativeloader: Configuring clns-8 for other apk /system/framework/com.android.media.remotedisplay.jar. target_sdk_version=36, uses_libraries=ALL, library_path=/data/app/~~b7Z65qltZ1GfPaJfx9nuIQ==/com.google.android.gms-DW6_fnyKp1fjBEUmBSlrvA==/lib/arm64:/data/app/~~b7Z65qltZ1GfPaJfx9nuIQ==/com.google.android.gms-DW6_fnyKp1fjBEUmBSlrvA==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
11-19 11:43:16.233 12527 12546 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libfrtracking_engine.arcsoft.so:libFaceRecognition.arcsoft.so:libveengine.arcsoft.so:libhigh_res.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libobjectcapture_jni.arcsoft.so:libobjectcapture.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libaudiomirroring_jni.audiomirroring.samsung.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libC2paDps.camera.samsung.so:libVideoClassifier.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.so:libtflite2.myfilters.camera.samsung.so:libCandidSnapJNI.camera.samsung.so:libHIDTSnapJNI.camera.samsung.so:libSmartScan.camera.samsung.so:libRectify.camera.samsung.so:libDocRectifyWrapper.camera.samsung.so:libstartr
11-19 11:43:16.234 12527 12527 D nativeloader: Load /data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/lib/arm64/libmmkv.so using class loader ns clns-7 (caller=/data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/base.apk!classes4.dex): ok
11-19 11:43:16.241 12527 12527 I MMKV : current API level = 35, libc++_shared=0
11-19 11:43:16.241 12527 12527 I MMKV : <MMKV.cpp:166::initialize> version v1.3.2, page size 4096, arch arm64-v8a
11-19 11:43:16.241 12527 12527 I MMKV : <MMKV.cpp:177::initialize> armv8 AES instructions is supported
11-19 11:43:16.241 12527 12527 I MMKV : <MMKV.cpp:185::initialize> armv8 CRC32 instructions is supported
11-19 11:43:16.241 12527 12527 I MMKV : <MMKV.cpp:225::initializeMMKV> root dir: /data/user/0/com.efercro.aumilabel/files/mmkv
11-19 11:43:16.241 12527 12527 I MMKV : <MemoryFile.cpp:97::open> open fd[0x74], /data/user/0/com.efercro.aumilabel/files/mmkv/mymmkv
11-19 11:43:16.242 12527 12527 I MMKV : <MemoryFile.cpp:97::open> open fd[0x76], /data/user/0/com.efercro.aumilabel/files/mmkv/mymmkv.crc
11-19 11:43:16.242 12527 12527 I MMKV : <MMKV_IO.cpp:204::loadMetaInfoAndCheck> meta file [mymmkv] has flag [0]
11-19 11:43:16.242 12527 12527 I MMKV : <MMKV_IO.cpp:78::loadFromFile> loading [mymmkv] with 11700 actual size, file size 16384, InterProcess 1, meta info version:4
11-19 11:43:16.242 12527 12527 I MMKV : <MMKV_IO.cpp:83::loadFromFile> loading [mymmkv] with crc 2261317143 sequence 3 version 4
11-19 11:43:16.242 12527 12527 I MMKV : <MMKV_IO.cpp:127::loadFromFile> loaded [mymmkv] with 15 key-values
11-19 11:43:16.243 12527 12546 D nativeloader: Configuring clns-9 for other apk /system/framework/com.android.location.provider.jar. target_sdk_version=36, uses_libraries=ALL, library_path=/data/app/~~b7Z65qltZ1GfPaJfx9nuIQ==/com.google.android.gms-DW6_fnyKp1fjBEUmBSlrvA==/lib/arm64:/data/app/~~b7Z65qltZ1GfPaJfx9nuIQ==/com.google.android.gms-DW6_fnyKp1fjBEUmBSlrvA==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
11-19 11:43:16.243 12527 12546 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libfrtracking_engine.arcsoft.so:libFaceRecognition.arcsoft.so:libveengine.arcsoft.so:libhigh_res.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libobjectcapture_jni.arcsoft.so:libobjectcapture.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libaudiomirroring_jni.audiomirroring.samsung.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libC2paDps.camera.samsung.so:libVideoClassifier.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.so:libtflite2.myfilters.camera.samsung.so:libCandidSnapJNI.camera.samsung.so:libHIDTSnapJNI.camera.samsung.so:libSmartScan.camera.samsung.so:libRectify.camera.samsung.so:libDocRectifyWrapper.camera.samsung.so:libstartr
11-19 11:43:16.246 12527 12527 D jingbit : 初始化:false,语种:en
11-19 11:43:16.251 12527 12546 D nativeloader: Configuring clns-10 for other apk /system/system_ext/framework/org.carconnectivity.android.digitalkey.rangingintent.jar. target_sdk_version=36, uses_libraries=ALL, library_path=/data/app/~~b7Z65qltZ1GfPaJfx9nuIQ==/com.google.android.gms-DW6_fnyKp1fjBEUmBSlrvA==/lib/arm64:/data/app/~~b7Z65qltZ1GfPaJfx9nuIQ==/com.google.android.gms-DW6_fnyKp1fjBEUmBSlrvA==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
11-19 11:43:16.251 12527 12546 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libfrtracking_engine.arcsoft.so:libFaceRecognition.arcsoft.so:libveengine.arcsoft.so:libhigh_res.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libobjectcapture_jni.arcsoft.so:libobjectcapture.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libaudiomirroring_jni.audiomirroring.samsung.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libC2paDps.camera.samsung.so:libVideoClassifier.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.so:libtflite2.myfilters.camera.samsung.so:libCandidSnapJNI.camera.samsung.so:libHIDTSnapJNI.camera.samsung.so:libSmartScan.camera.samsung.so:libRectify.camera.samsung.so:libDocRectifyWrapper.camera.samsung.so:libstartr
11-19 11:43:16.253 12527 12545 D AdvertisingIdClient: AdvertisingIdClient is bounded
11-19 11:43:16.255 12527 12527 D ActivityThread: com.efercro.aumilabel will use render engine as VK
11-19 11:43:16.266 12527 12527 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:16.267 12527 12546 D nativeloader: Configuring clns-11 for other apk /system/system_ext/framework/org.carconnectivity.android.digitalkey.secureelement.jar. target_sdk_version=36, uses_libraries=ALL, library_path=/data/app/~~b7Z65qltZ1GfPaJfx9nuIQ==/com.google.android.gms-DW6_fnyKp1fjBEUmBSlrvA==/lib/arm64:/data/app/~~b7Z65qltZ1GfPaJfx9nuIQ==/com.google.android.gms-DW6_fnyKp1fjBEUmBSlrvA==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
11-19 11:43:16.267 12527 12546 D nativeloader: Extending system_exposed_libraries: libhumantracking.arcsoft.so:libPortraitDistortionCorrection.arcsoft.so:libPortraitDistortionCorrectionCali.arcsoft.so:libface_landmark.arcsoft.so:libFacialStickerEngine.arcsoft.so:libfrtracking_engine.arcsoft.so:libFaceRecognition.arcsoft.so:libveengine.arcsoft.so:libhigh_res.arcsoft.so:libimage_enhancement.arcsoft.so:liblow_light_hdr.arcsoft.so:libhigh_dynamic_range.arcsoft.so:libobjectcapture_jni.arcsoft.so:libobjectcapture.arcsoft.so:libFacialAttributeDetection.arcsoft.so:libaudiomirroring_jni.audiomirroring.samsung.so:libBeauty_v4.camera.samsung.so:libexifa.camera.samsung.so:libjpega.camera.samsung.so:libOpenCv.camera.samsung.so:libC2paDps.camera.samsung.so:libVideoClassifier.camera.samsung.so:libImageScreener.camera.samsung.so:libMyFilter.camera.samsung.so:libtflite2.myfilters.camera.samsung.so:libCandidSnapJNI.camera.samsung.so:libHIDTSnapJNI.camera.samsung.so:libSmartScan.camera.samsung.so:libRectify.camera.samsung.so:libDocRectifyWrapper.camera.samsung.so:libstartr
11-19 11:43:16.267 12527 12545 I AdvertisingIdClient: shouldSendLog -1
11-19 11:43:16.268 12527 12545 I AdvertisingIdClient: GetInfoInternal elapse 62ms
11-19 11:43:16.268 12527 12546 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.extensions.jar
11-19 11:43:16.269 12527 12546 D ApplicationLoaders: Returning zygote-cached class loader: /system_ext/framework/androidx.window.sidecar.jar
11-19 11:43:16.272 12527 12527 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found
11-19 11:43:16.283 12527 12558 D HWUI : CacheManager constructor. deviceInfo=(1080, 1920)
11-19 11:43:16.285 12527 12558 I AdrenoGLES-0: QUALCOMM build : 9ad1b67875, Ib48d2dada6
11-19 11:43:16.285 12527 12558 I AdrenoGLES-0: Build Date : 05/11/25
11-19 11:43:16.285 12527 12558 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.35.01.12
11-19 11:43:16.285 12527 12558 I AdrenoGLES-0: Local Branch :
11-19 11:43:16.285 12527 12558 I AdrenoGLES-0: Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.9.14.11.00.00.571.148
11-19 11:43:16.285 12527 12558 I AdrenoGLES-0: Remote Branch : NONE
11-19 11:43:16.285 12527 12558 I AdrenoGLES-0: Reconstruct Branch : NOTHING
11-19 11:43:16.285 12527 12558 I AdrenoGLES-0: Build Config : S P 10.0.7 AArch64
11-19 11:43:16.285 12527 12558 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so
11-19 11:43:16.299 12527 12558 I AdrenoGLES-0: PFP: 0x016dc094, ME: 0x00000000
11-19 11:43:16.302 12527 12546 D nativeloader: Configuring clns-12 for other apk /data/app/~~b7Z65qltZ1GfPaJfx9nuIQ==/com.google.android.gms-DW6_fnyKp1fjBEUmBSlrvA==/base.apk. target_sdk_version=36, uses_libraries=, library_path=/data/app/~~b7Z65qltZ1GfPaJfx9nuIQ==/com.google.android.gms-DW6_fnyKp1fjBEUmBSlrvA==/lib/arm64:/data/app/~~b7Z65qltZ1GfPaJfx9nuIQ==/com.google.android.gms-DW6_fnyKp1fjBEUmBSlrvA==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.google.android.gms
11-19 11:43:16.323 12527 12527 D CompatChangeReporter: Compat change id reported: 309578419; UID 10458; state: ENABLED
11-19 11:43:16.327 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=fffafafa d=android.graphics.drawable.ColorDrawable@b56e7af
11-19 11:43:16.331 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.SplashActivity onAdaptBefore!
11-19 11:43:16.331 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.SplashActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:16.332 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.SplashActivity has been adapted!
11-19 11:43:16.332 12527 12527 D AndroidAutoSize: SplashActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:16.332 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.SplashActivity onAdaptAfter!
11-19 11:43:16.338 12527 12527 D jingbit : startCall===addHeaders:https://imsaccount.efercro.com:10548/account/authen/app/user/various/country---
11-19 11:43:16.338 12527 12527 D jingbit : startCall===https://imsaccount.efercro.com:10548/account/authen/app/user/various/country---timestamp: 1763516596338
11-19 11:43:16.338 12527 12527 D jingbit : Content-Type: application/json
11-19 11:43:16.339 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.SplashActivity onAdaptBefore!
11-19 11:43:16.340 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.SplashActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:16.340 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.SplashActivity has been adapted!
11-19 11:43:16.340 12527 12527 D AndroidAutoSize: SplashActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:16.340 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.SplashActivity onAdaptAfter!
11-19 11:43:16.340 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptBefore!
11-19 11:43:16.340 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment used the global configuration.
11-19 11:43:16.340 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.SplashActivity has been adapted!
11-19 11:43:16.340 12527 12527 D AndroidAutoSize: SplashActivity Info: isBaseOnWidth = true, designWidthInDp = 360.000000, designWidthInSubunits = 360.000000, targetDensity = 3.000000, targetScaledDensity = 3.000000, targetDensityDpi = 480, targetXdpi = 3.000000, targetScreenWidthDp = 360, targetScreenHeightDp = 848
11-19 11:43:16.340 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptAfter!
11-19 11:43:16.343 12527 12527 I Dialog : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
11-19 11:43:16.343 12527 12527 D CompatChangeReporter: Compat change id reported: 352594277; UID 10458; state: ENABLED
11-19 11:43:16.350 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:16.350 12527 12527 D HardwareRenderer: onDisplayChanged. displayId=0 current wxh=1080x2640 mLargest wxh=0x0
11-19 11:43:16.351 12527 12527 D HardwareRenderer: Set largestWidth and largestHeight as logical resolution. (1080x2640)
11-19 11:43:16.351 12527 12558 D HWUI : setMaxSurfaceArea requested wxh=(1080,2640) requestedSurfaceArea(2851200) mMaxSurfaceArea(2073600)
11-19 11:43:16.351 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:16.357 12527 12527 D InputTransport: Input channel constructed: '764c59 ', fd=139
11-19 11:43:16.358 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:16.358 12527 12527 I VRI[SplashActivity]@b555307: synced displayState. AttachInfo displayState=2
11-19 11:43:16.360 12527 12527 I VRI[SplashActivity]@b555307: setView = com.android.internal.policy.DecorView@f6a18a3 IsHRR=false TM=true
11-19 11:43:16.360 12527 12527 I IDS_TAG : Starting IDS observe window
11-19 11:43:16.360 12527 12527 I IDS_TAG : Getting Shared Preference for com.efercro.aumilabel.PrinterApp@9dc4764 uid = 10458
11-19 11:43:16.361 12527 12527 I IDS_TAG : App com.efercro.aumilabel.PrinterApp@9dc4764 has not finished training
11-19 11:43:16.362 12527 12527 I AdvertisingIdClient: getting error as 17: API: ClientTelemetry.API is not available on this device. Connection failed with: ConnectionResult{statusCode=API_DISABLED_FOR_CONNECTION, resolution=null, message=null}
11-19 11:43:16.362 12527 12527 I IDS_TAG : Closing IDS observe window
11-19 11:43:16.362 12527 12527 I IDS_TAG : Getting Shared Preference for com.efercro.aumilabel.PrinterApp@9dc4764 uid = 10458
11-19 11:43:16.362 12527 12527 I IDS_TAG : IDS count updated to 3 for com.efercro.aumilabel.PrinterApp@9dc4764
11-19 11:43:16.366 1426 1471 I SurfaceFlinger: id=15688 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527#15688
11-19 11:43:16.367 1652 6004 D WindowManager: makeSurface duration=2 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527
11-19 11:43:16.370 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527#15688] attach to parent LayerHierarchy{RequestedLayerState{764c59 com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity#15687 parentId=15677} 1 children}
11-19 11:43:16.372 1652 6004 V WindowManager: Relayout hash=764c59, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={adjust=pan forwardNavigation} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:16.374 12527 12527 E ercro.aumilabel: Unable to open libpenguin.so: dlopen failed: library "libpenguin.so" not found.
11-19 11:43:16.374 12527 12527 I BufferQueueProducer: [](id:30ef00000000,api:0,p:0,c:12527) setDequeueTimeout:2077252342
11-19 11:43:16.375 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[SplashActivity]@b555307 mNativeObject= 0xb400007b9e136950 sc.mNativeObject= 0xb400007b2e1364d0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:16.375 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[SplashActivity]@b555307 mNativeObject= 0xb400007b9e136950 sc.mNativeObject= 0xb400007b2e1364d0 format= -1 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:16.375 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:16.375 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:16.376 12527 12527 I VRI[SplashActivity]@b555307: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)0 dur=6 res=0x3 s={true 0xb400007d5e147f00} ch=true seqId=0
11-19 11:43:16.376 12527 12527 I VRI[SplashActivity]@b555307: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:16.376 12527 12527 D VRI[SplashActivity]@b555307: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e147f00} hwInitialized=true
11-19 11:43:16.377 12527 12527 D VRI[SplashActivity]@b555307: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:16.377 12527 12527 D VRI[SplashActivity]@b555307: Setup new sync=wmsSync-VRI[SplashActivity]@b555307#0
11-19 11:43:16.377 12527 12527 I VRI[SplashActivity]@b555307: Creating new active sync group VRI[SplashActivity]@b555307#1
11-19 11:43:16.382 12527 12527 D VRI[SplashActivity]@b555307: registerCallbacksForSync syncBuffer=false
11-19 11:43:16.383 12527 12566 D VRI[SplashActivity]@b555307: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:16.383 12527 12566 I VRI[SplashActivity]@b555307: mWNT: t=0xb400007d8e15c090 mBlastBufferQueue=0xb400007b9e136950 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:16.383 12527 12566 I VRI[SplashActivity]@b555307: Setting up sync and frameCommitCallback
11-19 11:43:16.400 12527 12558 I BLASTBufferQueue: [VRI[SplashActivity]@b555307#0](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:16.400 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15688, bufferData(ID: 53803055316992, frameNumber: 1)
11-19 11:43:16.401 12527 12558 I VRI[SplashActivity]@b555307: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:16.401 1426 1471 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527#15688] setTransactionState with the first frame. bufferData(ID: 53803055316992, frameNumber: 1)
11-19 11:43:16.401 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:16.401 12527 12527 D VRI[SplashActivity]@b555307: reportDrawFinished seqId=0
11-19 11:43:16.401 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:16.403 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity
11-19 11:43:16.403 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity
11-19 11:43:16.420 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]activity.SplashActivity$_12527#15688] hidden!! flag(0)
11-19 11:43:16.421 1652 1872 I Pageboost: Launch time gathered : pid 12527 com.efercro.aumilabel 382
11-19 11:43:16.428 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd7870 | 0001 | RGBA_8888 | 0.0 0.0 1037.0 2640.0 | 43 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]activity.SplashActivity$_12527#15688 (1)
11-19 11:43:16.430 12527 12527 D VRI[SplashActivity]@b555307: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e147f00}
11-19 11:43:16.430 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:16.430 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:16.433 1652 2657 V InputMethodManagerService: Creating new session for client ClientState{c5221e2 mUid=10458 mPid=12527 mSelfReportedDisplayId=0}
11-19 11:43:16.440 12527 12541 D InputTransport: Input channel constructed: 'ClientS', fd=156
11-19 11:43:16.443 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd7870 | 0001 | RGBA_8888 | 0.0 0.0 1046.0 2580.0 | 34 60 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]activity.SplashActivity$_12527#15688 (1)
11-19 11:43:16.454 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity
11-19 11:43:16.512 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd7870 | 0001 | RGBA_8888 | 0.0 0.0 1069.0 2640.0 | 11 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]activity.SplashActivity$_12527#15688 (1)
11-19 11:43:16.612 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd7870 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]activity.SplashActivity$_12527#15688 (1)
11-19 11:43:18.606 12527 12562 D jingbit : startCall onResponse===https://imsaccount.efercro.com:10548/account/authen/app/user/various/country---{"timestamp":"2025-11-19T01:43:18.303+00:00","status":405,"error":"Method Not Allowed","message":"","path":"/account/authen/app/user/various/country"}---
11-19 11:43:18.611 1652 5011 D ActivityTaskManager: startActivityAsUser: callingPid=12527, callingUid=10458, caller=com.android.server.wm.ActivityTaskManagerService.startActivity:120 android.app.IActivityTaskManager$Stub.onTransact:1356 com.android.server.wm.ActivityTaskManagerService.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack> <bottom of call stack>
11-19 11:43:18.642 12527 12527 D ActivityThread: com.efercro.aumilabel will use render engine as VK
11-19 11:43:18.658 12527 12527 D CompatChangeReporter: Compat change id reported: 63938206; UID 10458; state: ENABLED
11-19 11:43:18.668 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=fffafafa d=android.graphics.drawable.ColorDrawable@1533166
11-19 11:43:18.671 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity onAdaptBefore!
11-19 11:43:18.671 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:18.671 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.MainActivity has been adapted!
11-19 11:43:18.671 12527 12527 D AndroidAutoSize: MainActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:18.671 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity onAdaptAfter!
11-19 11:43:18.674 12527 12527 I Dialog : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
11-19 11:43:18.674 12527 12527 W ViewPager: Requested offscreen page limit -1 too small; defaulting to 1
11-19 11:43:18.675 12527 12527 D jingbit : startCall===addHeaders:https://iapp.efercro.com:10545/edu/app/content/findBanner---
11-19 11:43:18.675 12527 12527 D jingbit : startCall===https://iapp.efercro.com:10545/edu/app/content/findBanner---timestamp: 1763516598675
11-19 11:43:18.675 12527 12527 D jingbit : token: eyJhbGciOiJIUzI1NiJ9.eyJzY2kiOiI3NjQ2OTIzIiwiZXhwIjoxNzYzNTI0NjQyLCJzY3QiOjIsImNoaWQiOiIyMDI0LTAwMDYtMDAwNiJ9.FuhumvYkqUJo3Zkwj6zVnM0eqGiKt6RdNFOzZAoq-nk
11-19 11:43:18.675 12527 12527 D jingbit : Content-Type: application/json
11-19 11:43:18.679 12527 12527 D jingbit : postByJson:{"appChannel":"2024-0006-0006"}
11-19 11:43:18.679 12527 12527 D jingbit : startCall===addHeaders:https://iwsprinter.efercro.com:10542/awsS3/s3SecretKey---
11-19 11:43:18.679 12527 12527 D jingbit : startCall===https://iwsprinter.efercro.com:10542/awsS3/s3SecretKey---timestamp: 1763516598679
11-19 11:43:18.679 12527 12527 D jingbit : token: eyJhbGciOiJIUzI1NiJ9.eyJzY2kiOiI3NjQ2OTIzIiwiZXhwIjoxNzYzNTI0NjQyLCJzY3QiOjIsImNoaWQiOiIyMDI0LTAwMDYtMDAwNiJ9.FuhumvYkqUJo3Zkwj6zVnM0eqGiKt6RdNFOzZAoq-nk
11-19 11:43:18.679 12527 12527 D jingbit : Content-Type: application/json
11-19 11:43:18.703 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity onAdaptBefore!
11-19 11:43:18.703 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:18.703 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.MainActivity has been adapted!
11-19 11:43:18.703 12527 12527 D AndroidAutoSize: MainActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:18.703 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity onAdaptAfter!
11-19 11:43:18.704 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptBefore!
11-19 11:43:18.704 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment used the global configuration.
11-19 11:43:18.704 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.MainActivity has been adapted!
11-19 11:43:18.704 12527 12527 D AndroidAutoSize: MainActivity Info: isBaseOnWidth = true, designWidthInDp = 360.000000, designWidthInSubunits = 360.000000, targetDensity = 3.000000, targetScaledDensity = 3.000000, targetDensityDpi = 480, targetXdpi = 3.000000, targetScreenWidthDp = 360, targetScreenHeightDp = 848
11-19 11:43:18.704 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptAfter!
11-19 11:43:18.705 12527 12527 D jingbit : postByJson:{"key":"walkprint-set","version":"1"}
11-19 11:43:18.705 12527 12527 D jingbit : startCall===addHeaders:https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---
11-19 11:43:18.705 12527 12527 D jingbit : startCall===https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---timestamp: 1763516598705
11-19 11:43:18.705 12527 12527 D jingbit : token: eyJhbGciOiJIUzI1NiJ9.eyJzY2kiOiI3NjQ2OTIzIiwiZXhwIjoxNzYzNTI0NjQyLCJzY3QiOjIsImNoaWQiOiIyMDI0LTAwMDYtMDAwNiJ9.FuhumvYkqUJo3Zkwj6zVnM0eqGiKt6RdNFOzZAoq-nk
11-19 11:43:18.705 12527 12527 D jingbit : Content-Type: application/json
11-19 11:43:18.706 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=70000000 d=android.graphics.drawable.ColorDrawable@da7e37f
11-19 11:43:18.723 12527 12527 I WindowManager: WindowManagerGlobal#addView, ty=2, view=com.android.internal.policy.DecorView{596c585 V.E...... R.....I. 0,0-0,0}[MainActivity], caller=android.view.WindowManagerImpl.addView:158 android.app.Dialog.show:511 com.jingbit.dialog.BaseDialog.showDialog:35
11-19 11:43:18.724 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:18.724 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:18.731 12527 12527 D InputTransport: Input channel constructed: '4fb2bb5', fd=166
11-19 11:43:18.731 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:18.731 12527 12527 I VRI[MainActivity]@59c7ae8: synced displayState. AttachInfo displayState=2
11-19 11:43:18.733 12527 12527 I VRI[MainActivity]@59c7ae8: setView = com.android.internal.policy.DecorView@596c585 IsHRR=false TM=true
11-19 11:43:18.733 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=0 d=android.graphics.drawable.ColorDrawable@c316de7
11-19 11:43:18.735 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:18.735 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:18.741 12527 12527 D InputTransport: Input channel constructed: '2d21c6d', fd=167
11-19 11:43:18.741 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:18.741 12527 12527 I VRI[MainActivity]@7a1bf00: synced displayState. AttachInfo displayState=2
11-19 11:43:18.743 12527 12527 I VRI[MainActivity]@7a1bf00: setView = com.android.internal.policy.DecorView@7a432df IsHRR=false TM=true
11-19 11:43:18.746 1426 1578 I SurfaceFlinger: id=15698 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15698
11-19 11:43:18.746 1652 6001 D WindowManager: makeSurface duration=1 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527
11-19 11:43:18.747 1652 6001 V WindowManager: Relayout hash=4fb2bb5, pid=12527, syncId=-1: mAttrs={(0,0)(972xwrap) gr=CENTER sim={adjust=pan} ty=APPLICATION fmt=TRANSPARENT wanim=0x7f140005
11-19 11:43:18.748 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:18.749 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:18.749 12527 12527 I BufferQueueProducer: [](id:30ef00000001,api:0,p:0,c:12527) setDequeueTimeout:2077252342
11-19 11:43:18.749 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[MainActivity]@59c7ae8 mNativeObject= 0xb400007b9e13b770 sc.mNativeObject= 0xb400007b2e135b10 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:18.749 12527 12527 I BLASTBufferQueue_Java: update, w= 972 h= 300 mName = VRI[MainActivity]@59c7ae8 mNativeObject= 0xb400007b9e13b770 sc.mNativeObject= 0xb400007b2e135b10 format= -2 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:18.750 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:18.750 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:18.750 12527 12527 I VRI[MainActivity]@59c7ae8: Relayout returned: old=(0,94,1080,2496) new=(54,1145,1026,1445) relayoutAsync=false req=(972,300)0 dur=4 res=0x3 s={true 0xb400007d5e154b60} ch=true seqId=0
11-19 11:43:18.750 12527 12527 I VRI[MainActivity]@59c7ae8: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:18.751 12527 12527 D VRI[MainActivity]@59c7ae8: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e154b60} hwInitialized=true
11-19 11:43:18.752 12527 12527 D VRI[MainActivity]@59c7ae8: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:18.752 12527 12527 D VRI[MainActivity]@59c7ae8: Setup new sync=wmsSync-VRI[MainActivity]@59c7ae8#2
11-19 11:43:18.752 12527 12527 I VRI[MainActivity]@59c7ae8: Creating new active sync group VRI[MainActivity]@59c7ae8#3
11-19 11:43:18.753 12527 12527 D VRI[MainActivity]@59c7ae8: registerCallbacksForSync syncBuffer=false
11-19 11:43:18.754 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15698] attach to parent LayerHierarchy{RequestedLayerState{4fb2bb5 com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity#15694 parentId=15693} 1 children}
11-19 11:43:18.755 12527 12567 D VRI[MainActivity]@59c7ae8: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:18.755 12527 12567 I VRI[MainActivity]@59c7ae8: mWNT: t=0xb400007d8e16d890 mBlastBufferQueue=0xb400007b9e13b770 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:18.755 12527 12567 I VRI[MainActivity]@59c7ae8: Setting up sync and frameCommitCallback
11-19 11:43:18.755 12527 12558 I BLASTBufferQueue: [VRI[MainActivity]@59c7ae8#1](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:18.755 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15698, bufferData(ID: 53803055316999, frameNumber: 1)
11-19 11:43:18.755 12527 12558 I VRI[MainActivity]@59c7ae8: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:18.756 1426 1578 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15698] setTransactionState with the first frame. bufferData(ID: 53803055316999, frameNumber: 1)
11-19 11:43:18.756 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:18.756 12527 12527 D VRI[MainActivity]@59c7ae8: reportDrawFinished seqId=0
11-19 11:43:18.760 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.MainFragment onAdaptBefore!
11-19 11:43:18.760 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.MainFragment implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:18.760 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.MainActivity has been adapted!
11-19 11:43:18.760 12527 12527 D AndroidAutoSize: MainActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:18.760 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.MainFragment onAdaptAfter!
11-19 11:43:18.797 12527 12527 W TabLayout: GRAVITY_START is not supported with the current tab mode, GRAVITY_CENTER will be used instead
11-19 11:43:18.806 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.home.MySavedTempFragment onAdaptBefore!
11-19 11:43:18.806 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.home.MySavedTempFragment implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:18.806 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.MainActivity has been adapted!
11-19 11:43:18.806 12527 12527 D AndroidAutoSize: MainActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:18.806 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.home.MySavedTempFragment onAdaptAfter!
11-19 11:43:18.807 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.home.MyPrintedTempFragment onAdaptBefore!
11-19 11:43:18.807 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.home.MyPrintedTempFragment implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:18.807 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.MainActivity has been adapted!
11-19 11:43:18.807 12527 12527 D AndroidAutoSize: MainActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:18.807 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.home.MyPrintedTempFragment onAdaptAfter!
11-19 11:43:18.827 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.SettingFragment onAdaptBefore!
11-19 11:43:18.827 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.SettingFragment implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:18.827 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.MainActivity has been adapted!
11-19 11:43:18.827 12527 12527 D AndroidAutoSize: MainActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:18.827 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.SettingFragment onAdaptAfter!
11-19 11:43:18.851 12527 12527 D jingbit : startCall===addHeaders:https://iaccount.efercro.com:10548/account/authen/app/user/getUserInfo---token=eyJhbGciOiJIUzI1NiJ9.eyJzY2kiOiI3NjQ2OTIzIiwiZXhwIjoxNzYzNTI0NjQyLCJzY3QiOjIsImNoaWQiOiIyMDI0LTAwMDYtMDAwNiJ9.FuhumvYkqUJo3Zkwj6zVnM0eqGiKt6RdNFOzZAoq-nk&timestamp=1763516598851&3b28db17-152e-4038-b60e-8502ca7626e6
11-19 11:43:18.851 12527 12527 D jingbit : startCall===addHeaders111:https://iaccount.efercro.com:10548/account/authen/app/user/getUserInfo---eyJhbGciOiJIUzI1NiJ9.eyJzY2kiOiI3NjQ2OTIzIiwiZXhwIjoxNzYzNTI0NjQyLCJzY3QiOjIsImNoaWQiOiIyMDI0LTAwMDYtMDAwNiJ9.FuhumvYkqUJo3Zkwj6zVnM0eqGiKt6RdNFOzZAoq-nk&1763516598851&3b28db17-152e-4038-b60e-8502ca7626e6
11-19 11:43:18.851 12527 12527 E -- : sign:YWP9/+Erw/zUlWIW6TP6zwUJNxg=
11-19 11:43:18.851 12527 12527 D jingbit : startCall===https://iaccount.efercro.com:10548/account/authen/app/user/getUserInfo---token: eyJhbGciOiJIUzI1NiJ9.eyJzY2kiOiI3NjQ2OTIzIiwiZXhwIjoxNzYzNTI0NjQyLCJzY3QiOjIsImNoaWQiOiIyMDI0LTAwMDYtMDAwNiJ9.FuhumvYkqUJo3Zkwj6zVnM0eqGiKt6RdNFOzZAoq-nk
11-19 11:43:18.851 12527 12527 D jingbit : timestamp: 1763516598851
11-19 11:43:18.851 12527 12527 D jingbit : sign: YWP9/+Erw/zUlWIW6TP6zwUJNxg=
11-19 11:43:18.851 12527 12527 D jingbit : Content-Type: application/json
11-19 11:43:18.858 1426 1470 I SurfaceFlinger: id=15699 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15699
11-19 11:43:18.859 1652 5011 D WindowManager: makeSurface duration=2 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527
11-19 11:43:18.863 1652 5011 V WindowManager: Relayout hash=2d21c6d, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={adjust=resize forwardNavigation} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:18.864 12527 12527 I BufferQueueProducer: [](id:30ef00000002,api:0,p:0,c:12527) setDequeueTimeout:2077252342
11-19 11:43:18.864 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[MainActivity]@7a1bf00 mNativeObject= 0xb400007b9e1440f0 sc.mNativeObject= 0xb400007b2e140850 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:18.864 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[MainActivity]@7a1bf00 mNativeObject= 0xb400007b9e1440f0 sc.mNativeObject= 0xb400007b2e140850 format= -1 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:18.864 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:18.864 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:18.864 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)0 dur=7 res=0x3 s={true 0xb400007d5e1617c0} ch=true seqId=0
11-19 11:43:18.865 12527 12527 I VRI[MainActivity]@7a1bf00: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:18.865 12527 12527 D VRI[MainActivity]@7a1bf00: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e1617c0} hwInitialized=true
11-19 11:43:18.870 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15699] attach to parent LayerHierarchy{RequestedLayerState{2d21c6d com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity#15697 parentId=15693} 1 children}
11-19 11:43:18.873 12527 12527 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
11-19 11:43:18.873 12527 12527 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
11-19 11:43:18.875 12527 12527 W BitmapDrawable: BitmapDrawable created with null Bitmap
11-19 11:43:18.880 12527 12527 D jingbit : getItemOffsets:0 x:0.0
11-19 11:43:18.882 12527 12527 D jingbit : getItemOffsets:1 x:0.0
11-19 11:43:18.883 12527 12527 D jingbit : getItemOffsets:0 x:0.0
11-19 11:43:18.884 12527 12527 D jingbit : getItemOffsets:1 x:0.0
11-19 11:43:18.885 12527 12527 D VRI[MainActivity]@7a1bf00: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:18.886 12527 12527 D VRI[MainActivity]@7a1bf00: Setup new sync=wmsSync-VRI[MainActivity]@7a1bf00#4
11-19 11:43:18.886 12527 12527 I VRI[MainActivity]@7a1bf00: Creating new active sync group VRI[MainActivity]@7a1bf00#5
11-19 11:43:18.886 12527 12527 D VRI[MainActivity]@7a1bf00: registerCallbacksForSync syncBuffer=false
11-19 11:43:18.889 12527 12566 D VRI[MainActivity]@7a1bf00: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:18.889 12527 12566 I VRI[MainActivity]@7a1bf00: mWNT: t=0xb400007d8e1857d0 mBlastBufferQueue=0xb400007b9e1440f0 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:18.889 12527 12566 I VRI[MainActivity]@7a1bf00: Setting up sync and frameCommitCallback
11-19 11:43:18.918 12527 12558 I BLASTBufferQueue: [VRI[MainActivity]@7a1bf00#2](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:18.919 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15699, bufferData(ID: 53803055317003, frameNumber: 1)
11-19 11:43:18.919 12527 12558 I VRI[MainActivity]@7a1bf00: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:18.919 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:18.919 1426 1578 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15699] setTransactionState with the first frame. bufferData(ID: 53803055317003, frameNumber: 1)
11-19 11:43:18.919 12527 12527 D VRI[MainActivity]@7a1bf00: reportDrawFinished seqId=0
11-19 11:43:18.928 1652 1872 I Pageboost: Launch time gathered : pid 12527 com.efercro.aumilabel 145
11-19 11:43:18.930 12527 12527 I BluetoothAdapter: BluetoothAdapter() : com.efercro.aumilabel
11-19 11:43:18.931 12527 12527 D jingbit : BluetoothService 等待3秒重连...:25:00:02:00:1A:93---0---2
11-19 11:43:18.932 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:18.932 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:18.932 12527 12527 I ImeFocusController: onPreWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:18.932 12527 12527 I ImeFocusController: onPostWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:18.936 12527 12527 D AndroidAutoSize: com.bumptech.glide.manager.SupportRequestManagerFragment onAdaptBefore!
11-19 11:43:18.936 12527 12527 D AndroidAutoSize: com.bumptech.glide.manager.SupportRequestManagerFragment used the global configuration.
11-19 11:43:18.936 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.MainActivity has been adapted!
11-19 11:43:18.936 12527 12527 D AndroidAutoSize: MainActivity Info: isBaseOnWidth = true, designWidthInDp = 360.000000, designWidthInSubunits = 360.000000, targetDensity = 3.000000, targetScaledDensity = 3.000000, targetDensityDpi = 480, targetXdpi = 3.000000, targetScreenWidthDp = 360, targetScreenHeightDp = 848
11-19 11:43:18.936 12527 12527 D AndroidAutoSize: com.bumptech.glide.manager.SupportRequestManagerFragment onAdaptAfter!
11-19 11:43:18.938 1426 1476 D RenderEngine: [SEC_SF_EFFECTS] drawLayersInternal,1299, Rendering layer com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527#15688 at index 1
11-19 11:43:18.941 12527 12527 D jingbit : getItemOffsets:0 x:0.0
11-19 11:43:18.941 12527 12527 D jingbit : getItemOffsets:1 x:523.0
11-19 11:43:18.941 12527 12527 D jingbit : getItemOffsets:0 x:0.0
11-19 11:43:18.941 12527 12527 D jingbit : getItemOffsets:1 x:523.0
11-19 11:43:18.970 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15698] hidden!! flag(0)
11-19 11:43:18.970 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15699] hidden!! flag(0)
11-19 11:43:18.993 12527 12527 D VRI[MainActivity]@59c7ae8: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e154b60}
11-19 11:43:18.993 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:18.993 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:18.998 12527 12540 D InputTransport: Input channel constructed: 'ClientS', fd=205
11-19 11:43:19.006 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:19.011 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd7870 | 0001 | RGBA_8888 | 33.0 0.0 1080.0 2640.0 | 0 0 1047 2640 | com.efercro.aumilabel/com.efercro.au[...]activity.SplashActivity$_12527#15688 (1)
11-19 11:43:19.011 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df5f00 | 0001 | RGBA_8888 | 0.0 0.0 99.0 2640.0 | 981 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15699 (4)
11-19 11:43:19.013 12527 12597 D jingbit : startCall onResponse===https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---{"code":"success","msg":"Success","data":{"aiPicture":1,"advertisement": true,"advBlacklist":["203800",""]},"timestamp":1763516598747}---
11-19 11:43:19.014 12527 12597 D jingbit : onSuccess:com.jingbit.http.response.SingleResp@143743e
11-19 11:43:19.014 12527 12527 I WindowManager: WindowManagerGlobal#removeView, ty=2, view=com.android.internal.policy.DecorView{596c585 V.ED..... R....... 0,0-972,300 aid=1073741827}[MainActivity], caller=android.view.WindowManagerGlobal.removeView:626 android.view.WindowManagerImpl.removeViewImmediate:216 android.app.Dialog.dismissDialog:808
11-19 11:43:19.014 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@fe3cb2c
11-19 11:43:19.016 12527 12527 I VRI[MainActivity]@59c7ae8: dispatchDetachedFromWindow
11-19 11:43:19.017 1652 6001 V WindowManager: Remove Window{4fb2bb5 u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527)/@0x9fc3911 mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=true animating=true app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:43:19.024 12527 12527 D InputTransport: Input channel destroyed: '4fb2bb5', fd=166
11-19 11:43:19.026 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity, from=android.view.ViewRootImpl.handleInsetsControlChanged:2888, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:19.026 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:19.026 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:19.045 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd7870 | 0001 | RGBA_8888 | 136.0 0.0 1080.0 2640.0 | 0 0 944 2640 | com.efercro.aumilabel/com.efercro.au[...]activity.SplashActivity$_12527#15688 (1)
11-19 11:43:19.045 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df5f00 | 0001 | RGBA_8888 | 0.0 0.0 409.0 2640.0 | 671 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15699 (4)
11-19 11:43:19.045 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ded140 | 0001 | RGBA_8888 | 0.0 0.0 355.0 300.0 | 725 1145 1080 1445 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15698 (2)
11-19 11:43:19.061 12527 12527 D VRI[MainActivity]@7a1bf00: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e1617c0}
11-19 11:43:19.062 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:19.062 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:19.065 12527 12540 D InputTransport: Input channel constructed: 'ClientS', fd=166
11-19 11:43:19.078 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:19.239 1652 1890 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527)/@0x9fc3911 called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.destroySurfaceUnchecked:5 com.android.server.wm.WindowState.destroySurface:126 com.android.server.wm.WindowState.onExitAnimationDone:222 com.android.server.wm.WindowState.onAnimationFinished:161 com.android.server.wm.WindowContainer$$ExternalSyntheticLambda5.onAnimationFinished:26 com.android.server.wm.SurfaceAnimator$$ExternalSyntheticLambda1.run:28
11-19 11:43:19.253 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15698} no children}] reparent to OffscreenRoot
11-19 11:43:19.253 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15698} no children}] RelativeParent to null
11-19 11:43:19.269 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd7870 | 0001 | RGBA_8888 | 345.0 0.0 1080.0 2640.0 | 0 0 735 2640 | com.efercro.aumilabel/com.efercro.au[...]activity.SplashActivity$_12527#15688 (1)
11-19 11:43:19.269 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df1160 | 0001 | RGBA_8888 | 0.0 0.0 1036.0 2640.0 | 44 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15699 (5)
11-19 11:43:19.270 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15698] hidden!! flag(1)
11-19 11:43:19.429 12527 12527 I VRI[SplashActivity]@b555307: handleAppVisibility mAppVisible = true visible = false
11-19 11:43:19.429 12527 12527 D VRI[SplashActivity]@b555307: visibilityChanged oldVisibility=true newVisibility=false
11-19 11:43:19.441 1652 5011 V WindowManager: Relayout hash=764c59, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={adjust=pan forwardNavigation} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:19.442 12527 12527 I VRI[SplashActivity]@b555307: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)8 dur=3 res=0x2 s={false 0x0} ch=true seqId=0
11-19 11:43:19.442 12527 12527 D VRI[SplashActivity]@b555307: Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility
11-19 11:43:19.442 12527 12527 I VRI[SplashActivity]@b555307: stopped(true) old = false
11-19 11:43:19.442 12527 12527 D VRI[SplashActivity]@b555307: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity set to true
11-19 11:43:19.444 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mCurRootView:Landroid/view/ViewRootImpl; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:19.444 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mServedView:Landroid/view/View; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:19.444 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mNextServedView:Landroid/view/View; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:19.445 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@c7b9bff
11-19 11:43:19.447 12527 12527 I VRI[SplashActivity]@b555307: dispatchDetachedFromWindow
11-19 11:43:19.447 1652 5011 V WindowManager: Remove Window{764c59 u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527)/@0x9b82bbd mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=false animating=false app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:43:19.448 1652 5011 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527)/@0x9b82bbd called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.removeImmediately:43 com.android.server.wm.WindowState.removeIfPossible:635 com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536
11-19 11:43:19.450 12527 12527 D InputTransport: Input channel destroyed: '764c59 ', fd=139
11-19 11:43:19.452 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df1160 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15699 (5)
11-19 11:43:19.453 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]activity.SplashActivity$_12527#15688] hidden!! flag(1)
11-19 11:43:19.456 1426 1579 I SurfaceFlinger: id=15698 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15698 (289)
11-19 11:43:19.461 12527 12599 D jingbit : startCall onResponse===https://iaccount.efercro.com:10548/account/authen/app/user/getUserInfo---{"timestamp":"2025-11-19T01:43:19.211+00:00","status":405,"error":"Method Not Allowed","message":"","path":"/account/authen/app/user/getUserInfo"}---
11-19 11:43:19.470 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15698
11-19 11:43:19.470 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527#15688} no children}] reparent to OffscreenRoot
11-19 11:43:19.470 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527#15688} no children}] RelativeParent to null
11-19 11:43:19.472 1426 1426 I Layer : id=15698 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15698
11-19 11:43:19.472 1426 1426 I SurfaceFlinger: id=15688 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527#15688 (285)
11-19 11:43:19.486 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527#15688
11-19 11:43:19.487 1426 1426 I Layer : id=15688 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.SplashActivity$_12527#15688
11-19 11:43:19.944 799 799 D io_stats: !@ Read_top(KB): ch_zygote(12527) 37252 system_server(1652) 908 .gms.persistent(10606) 828
11-19 11:43:20.550 12527 12562 D jingbit : startCall onResponse===https://iapp.efercro.com:10545/edu/app/content/findBanner---{"data":[{"jumpLink":"","url":"https://eubackotadown.efercro.com/backstage/ota/8ef05c34d1c26b0fb8578377185e18c(1)_1726654898668.jpg"}],"message":"Successful operation!","status":"success"}---
11-19 11:43:20.552 12527 12562 D jingbit : onSuccess:com.jingbit.http.response.MultiResp@199087c
11-19 11:43:20.554 12527 12591 D jingbit : startCall onResponse===https://iwsprinter.efercro.com:10542/awsS3/s3SecretKey---{"code":"success","msg":"Success","data":{"bucketName":"us-east-1-aumilabel-printdoc","secretKey":"utVYiQfZ/OWRYch8E0SqYnlV9C15RYkCGB+lBa5f","accessKey":"AKIAZF7PPULH62H4WW5H","filePath":"2024-0006-0006/template","region":"us-east-1"}}---
11-19 11:43:20.556 12527 12591 D jingbit : onSuccess:com.jingbit.http.response.SingleResp@7ac3068
11-19 11:43:20.558 12527 12527 D jingbit : encode:banners===[{"jumpLink":"","url":"https://eubackotadown.efercro.com/backstage/ota/8ef05c34d1c26b0fb8578377185e18c(1)_1726654898668.jpg"}]
11-19 11:43:20.575 12527 12527 D jingbit : initAwsS3 onResponse:com.jingbit.http.response.SingleResp@7ac3068
11-19 11:43:20.588 12527 12527 W LogFactory: Truncating log tag length as it exceed 23, the limit imposed by Android on certain API Levels
11-19 11:43:20.600 12527 12527 D AmazonS3Client: initialized with endpoint = https://s3.amazonaws.com
11-19 11:43:20.602 12527 12527 W LogFactory: Truncating log tag length as it exceed 23, the limit imposed by Android on certain API Levels
11-19 11:43:20.606 12527 12527 D TransferService: Initializing the thread pool of size: 18
11-19 11:43:20.874 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, '2d21c6d', t=1
11-19 11:43:20.875 12527 12527 I VRI[MainActivity]@7a1bf00: ViewPostIme pointer 0
11-19 11:43:20.876 12527 12527 I VRI[MainActivity]@7a1bf00: call setFrameRateCategory for touch hint category=high hint, reason=touch, vri=VRI[MainActivity]@7a1bf00
11-19 11:43:20.885 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15699] setFrameRateCategory: HighHint
11-19 11:43:20.938 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, '2d21c6d', t=1
11-19 11:43:20.938 12527 12527 I VRI[MainActivity]@7a1bf00: ViewPostIme pointer 1
11-19 11:43:20.947 1652 5011 D ActivityTaskManager: startActivityAsUser: callingPid=12527, callingUid=10458, caller=com.android.server.wm.ActivityTaskManagerService.startActivity:120 android.app.IActivityTaskManager$Stub.onTransact:1356 com.android.server.wm.ActivityTaskManagerService.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack> <bottom of call stack>
11-19 11:43:20.967 12527 12527 D ActivityThread: com.efercro.aumilabel will use render engine as VK
11-19 11:43:20.980 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=fffafafa d=android.graphics.drawable.ColorDrawable@91612b8
11-19 11:43:20.983 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.BTSettingActivity onAdaptBefore!
11-19 11:43:20.983 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.BTSettingActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:20.983 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.BTSettingActivity has been adapted!
11-19 11:43:20.983 12527 12527 D AndroidAutoSize: BTSettingActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:20.983 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.BTSettingActivity onAdaptAfter!
11-19 11:43:20.987 12527 12527 I BluetoothAdapter: startDiscovery
11-19 11:43:20.988 19611 13241 I BluetoothAdapterService: startDiscovery: from uid/pid=10458/12527
11-19 11:43:20.989 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.BTSettingActivity onAdaptBefore!
11-19 11:43:20.989 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.BTSettingActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:20.989 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.BTSettingActivity has been adapted!
11-19 11:43:20.989 12527 12527 D AndroidAutoSize: BTSettingActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:20.989 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.BTSettingActivity onAdaptAfter!
11-19 11:43:20.990 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptBefore!
11-19 11:43:20.990 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment used the global configuration.
11-19 11:43:20.990 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.BTSettingActivity has been adapted!
11-19 11:43:20.990 12527 12527 D AndroidAutoSize: BTSettingActivity Info: isBaseOnWidth = true, designWidthInDp = 360.000000, designWidthInSubunits = 360.000000, targetDensity = 3.000000, targetScaledDensity = 3.000000, targetDensityDpi = 480, targetXdpi = 3.000000, targetScreenWidthDp = 360, targetScreenHeightDp = 848
11-19 11:43:20.990 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptAfter!
11-19 11:43:20.991 12527 12527 I Dialog : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
11-19 11:43:20.992 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:20.993 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:20.996 12527 12527 D InputTransport: Input channel constructed: '47abec8', fd=177
11-19 11:43:20.996 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:20.996 12527 12527 I VRI[BTSettingActivity]@7f9be00: synced displayState. AttachInfo displayState=2
11-19 11:43:20.997 12527 12527 I VRI[BTSettingActivity]@7f9be00: setView = com.android.internal.policy.DecorView@81f7ddf IsHRR=false TM=true
11-19 11:43:21.005 1426 1578 I SurfaceFlinger: id=15713 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15713
11-19 11:43:21.006 1652 5011 D WindowManager: makeSurface duration=1 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527
11-19 11:43:21.010 1652 5011 V WindowManager: Relayout hash=47abec8, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={adjust=resize forwardNavigation} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:21.011 12527 12527 I BufferQueueProducer: [](id:30ef00000003,api:0,p:0,c:12527) setDequeueTimeout:2077252342
11-19 11:43:21.011 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[BTSettingActivity]@7f9be00 mNativeObject= 0xb400007b9e14ab30 sc.mNativeObject= 0xb400007b2e143550 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:21.011 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[BTSettingActivity]@7f9be00 mNativeObject= 0xb400007b9e14ab30 sc.mNativeObject= 0xb400007b2e143550 format= -1 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:21.012 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:21.012 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:21.012 12527 12527 I VRI[BTSettingActivity]@7f9be00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)0 dur=7 res=0x3 s={true 0xb400007d5e14a110} ch=true seqId=0
11-19 11:43:21.012 12527 12527 I VRI[BTSettingActivity]@7f9be00: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:21.012 12527 12527 D VRI[BTSettingActivity]@7f9be00: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e14a110} hwInitialized=true
11-19 11:43:21.014 12527 12527 D VRI[BTSettingActivity]@7f9be00: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:21.014 12527 12527 D VRI[BTSettingActivity]@7f9be00: Setup new sync=wmsSync-VRI[BTSettingActivity]@7f9be00#6
11-19 11:43:21.014 12527 12527 I VRI[BTSettingActivity]@7f9be00: Creating new active sync group VRI[BTSettingActivity]@7f9be00#7
11-19 11:43:21.014 12527 12527 D VRI[BTSettingActivity]@7f9be00: registerCallbacksForSync syncBuffer=false
11-19 11:43:21.015 12527 12567 D VRI[BTSettingActivity]@7f9be00: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:21.015 12527 12567 I VRI[BTSettingActivity]@7f9be00: mWNT: t=0xb400007d8e1aca50 mBlastBufferQueue=0xb400007b9e14ab30 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:21.015 12527 12567 I VRI[BTSettingActivity]@7f9be00: Setting up sync and frameCommitCallback
11-19 11:43:21.019 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15713] attach to parent LayerHierarchy{RequestedLayerState{47abec8 com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity#15712 parentId=15711} 1 children}
11-19 11:43:21.027 12527 12558 I BLASTBufferQueue: [VRI[BTSettingActivity]@7f9be00#3](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:21.027 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15713, bufferData(ID: 53803055317004, frameNumber: 1)
11-19 11:43:21.028 12527 12558 I VRI[BTSettingActivity]@7f9be00: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:21.028 1426 1578 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15713] setTransactionState with the first frame. bufferData(ID: 53803055317004, frameNumber: 1)
11-19 11:43:21.028 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:21.028 12527 12527 D VRI[BTSettingActivity]@7f9be00: reportDrawFinished seqId=0
11-19 11:43:21.028 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:21.028 12527 12527 I ImeFocusController: onPreWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:21.029 12527 12527 I ImeFocusController: onPostWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:21.031 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:21.031 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:21.035 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[BTSettingActivity]@7f9be00 mNativeObject= 0xb400007b9e14ab30 sc.mNativeObject= 0xb400007b2e143550 format= -1 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3386 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751
11-19 11:43:21.036 12527 12527 I VRI[BTSettingActivity]@7f9be00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=true req=(1080,2640)0 dur=0 res=0x0 s={true 0xb400007d5e14a110} ch=false seqId=0
11-19 11:43:21.036 12527 12527 I VRI[BTSettingActivity]@7f9be00: registerCallbackForPendingTransactions
11-19 11:43:21.037 12527 12566 I VRI[BTSettingActivity]@7f9be00: mWNT: t=0xb400007d8e1b0410 mBlastBufferQueue=0xb400007b9e14ab30 fn= 2 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$9.onFrameDraw:6276 android.view.ViewRootImpl$3.onFrameDraw:2440 android.view.ThreadedRenderer$1.onFrameDraw:761
11-19 11:43:21.039 1652 1872 I Pageboost: Launch time gathered : pid 12527 com.efercro.aumilabel 82
11-19 11:43:21.052 1426 1476 D RenderEngine: [SEC_SF_EFFECTS] drawLayersInternal,1299, Rendering layer com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15699 at index 1
11-19 11:43:21.069 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713] hidden!! flag(0)
11-19 11:43:21.078 12527 12527 D VRI[BTSettingActivity]@7f9be00: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e14a110}
11-19 11:43:21.078 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:21.078 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:21.082 12527 12541 D InputTransport: Input channel constructed: 'ClientS', fd=222
11-19 11:43:21.104 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:21.109 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df5f00 | 0001 | RGBA_8888 | 35.0 0.0 1080.0 2640.0 | 0 0 1045 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15699 (8)
11-19 11:43:21.109 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddddb0 | 0001 | RGBA_8888 | 0.0 0.0 106.0 2640.0 | 974 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (5)
11-19 11:43:21.532 12527 12527 I VRI[MainActivity]@7a1bf00: handleAppVisibility mAppVisible = true visible = false
11-19 11:43:21.532 12527 12527 D VRI[MainActivity]@7a1bf00: visibilityChanged oldVisibility=true newVisibility=false
11-19 11:43:21.545 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dea0e0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (31)
11-19 11:43:21.549 1652 1668 V WindowManager: Relayout hash=2d21c6d, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={adjust=resize forwardNavigation} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:21.552 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15699] hidden!! flag(1)
11-19 11:43:21.552 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)8 dur=7 res=0x2 s={false 0x0} ch=true seqId=0
11-19 11:43:21.552 12527 12527 D VRI[MainActivity]@7a1bf00: Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility
11-19 11:43:21.553 12527 12527 I VRI[MainActivity]@7a1bf00: stopped(true) old = false
11-19 11:43:21.553 12527 12527 D VRI[MainActivity]@7a1bf00: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity set to true
11-19 11:43:21.570 1652 1668 V WindowManager: Relayout hash=2d21c6d, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=always_hidden adjust=pan} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:21.570 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)8 dur=2 res=0x2 s={false 0x0} ch=false seqId=0
11-19 11:43:21.572 1652 1668 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527)/@0x17076c2 called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.destroySurfaceUnchecked:5 com.android.server.wm.WindowState.destroySurface:126 com.android.server.wm.ActivityRecord.destroySurfaces:25 com.android.server.wm.ActivityRecord.activityStopped:204 com.android.server.wm.ActivityClientController.activityStopped:95 android.app.IActivityClientController$Stub.onTransact:722
11-19 11:43:21.585 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15699} no children}] reparent to OffscreenRoot
11-19 11:43:21.585 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15699} no children}] RelativeParent to null
11-19 11:43:21.604 1426 1426 I SurfaceFlinger: id=15699 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15699 (288)
11-19 11:43:21.618 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15699
11-19 11:43:21.621 1426 1426 I Layer : id=15699 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15699
11-19 11:43:21.711 12527 12628 D ProfileInstaller: Installing profile for com.efercro.aumilabel
11-19 11:43:21.774 12527 12527 D jingbit : Device: AL-1A93, Address: 25:00:02:00:1A:93, RSSI: -34
11-19 11:43:21.774 12527 12527 D jingbit : onFounded:AL-1A93---25:00:02:00:1A:93
11-19 11:43:21.785 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[BTSettingActivity]@7f9be00 mNativeObject= 0xb400007b9e14ab30 sc.mNativeObject= 0xb400007b2e143550 format= -1 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3386 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751
11-19 11:43:21.786 12527 12527 I VRI[BTSettingActivity]@7f9be00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=true req=(1080,2640)0 dur=0 res=0x0 s={true 0xb400007d5e14a110} ch=false seqId=0
11-19 11:43:21.806 12527 12527 I VRI[BTSettingActivity]@7f9be00: registerCallbackForPendingTransactions
11-19 11:43:21.808 12527 12567 I VRI[BTSettingActivity]@7f9be00: mWNT: t=0xb400007d8e1b3f90 mBlastBufferQueue=0xb400007b9e14ab30 fn= 49 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$9.onFrameDraw:6276 android.view.ViewRootImpl$3.onFrameDraw:2440 android.view.ThreadedRenderer$1.onFrameDraw:761
11-19 11:43:21.931 12527 12527 D jingbit : BluetoothService 开始重连...:25:00:02:00:1A:93---0---2
11-19 11:43:21.933 12527 12527 D jingbit : BTService startConn: XX:XX:XX:XX:1A:93---true
11-19 11:43:21.933 12527 12527 D jingbit : BTService disconnect:5
11-19 11:43:22.034 12527 12629 D jingbit : BTService timer monitor:0---0
11-19 11:43:22.035 12527 12527 D jingbit : BTService 正在连接.....2
11-19 11:43:22.036 12527 12630 D jingbit : BTService ConnectThread run:
11-19 11:43:22.036 12527 12630 I BluetoothSocket: connect() for device XX:XX:XX:XX:1A:93 called by pid: 12527
11-19 11:43:22.040 19611 13241 I BtSocketManagerBinder: connectSocket: device=XX:XX:XX:XX:1A:93, type=1, uuid=00001101-0000-1000-8000-00805f9b34fb, port=-1, from uid/pid=10458/12527
11-19 11:43:22.045 12527 12630 I BluetoothSocket: connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: java.io.FileDescriptor@32b85b4}
11-19 11:43:22.085 12527 12527 D jingbit : Device: null, Address: 13:D8:17:6B:5A:86, RSSI: -88
11-19 11:43:22.701 12527 12527 D jingbit : Device: AL-1A93, Address: 25:00:02:00:1A:93, RSSI: -27
11-19 11:43:22.701 12527 12527 D jingbit : onFounded:AL-1A93---25:00:02:00:1A:93
11-19 11:43:22.939 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, '47abec8', t=1
11-19 11:43:22.942 12527 12527 I VRI[BTSettingActivity]@7f9be00: ViewPostIme pointer 0
11-19 11:43:22.944 12527 12527 I VRI[BTSettingActivity]@7f9be00: call setFrameRateCategory for touch hint category=high hint, reason=touch, vri=VRI[BTSettingActivity]@7f9be00
11-19 11:43:22.950 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15713] setFrameRateCategory: HighHint
11-19 11:43:23.028 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, '47abec8', t=1
11-19 11:43:23.029 12527 12527 I VRI[BTSettingActivity]@7f9be00: ViewPostIme pointer 1
11-19 11:43:23.032 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=70000000 d=android.graphics.drawable.ColorDrawable@494549e
11-19 11:43:23.035 12527 12527 I WindowManager: WindowManagerGlobal#addView, ty=2, view=com.android.internal.policy.DecorView{32e0395 V.E...... R.....I. 0,0-0,0}[BTSettingActivity], caller=android.view.WindowManagerImpl.addView:158 android.app.Dialog.show:511 com.jingbit.dialog.BaseDialog.showDialog:35
11-19 11:43:23.036 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:23.037 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:23.047 12527 12527 D InputTransport: Input channel constructed: 'cd81472', fd=176
11-19 11:43:23.047 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:23.047 12527 12527 I VRI[BTSettingActivity]@9ed1caa: synced displayState. AttachInfo displayState=2
11-19 11:43:23.050 12527 12527 I VRI[BTSettingActivity]@9ed1caa: setView = com.android.internal.policy.DecorView@32e0395 IsHRR=false TM=true
11-19 11:43:23.050 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=0 d=android.graphics.drawable.ColorDrawable@bb84411
11-19 11:43:23.050 12527 12527 I BluetoothAdapter: cancelDiscovery
11-19 11:43:23.051 19611 13241 I BluetoothAdapterService: cancelDiscovery: from uid/pid=10458/12527
11-19 11:43:23.054 12527 12527 D jingbit : BTService 开始连接
11-19 11:43:23.060 1426 1470 I SurfaceFlinger: id=15725 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15725
11-19 11:43:23.062 1652 5011 D WindowManager: makeSurface duration=2 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527
11-19 11:43:23.065 1652 5011 V WindowManager: Relayout hash=cd81472, pid=12527, syncId=-1: mAttrs={(0,0)(972xwrap) gr=CENTER sim={adjust=pan} ty=APPLICATION fmt=TRANSPARENT wanim=0x7f140005
11-19 11:43:23.066 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:23.066 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:23.067 12527 12527 I BufferQueueProducer: [](id:30ef00000004,api:0,p:0,c:12527) setDequeueTimeout:2077252342
11-19 11:43:23.067 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[BTSettingActivity]@9ed1caa mNativeObject= 0xb400007b9e1440f0 sc.mNativeObject= 0xb400007b2e145e90 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:23.067 12527 12527 I BLASTBufferQueue_Java: update, w= 972 h= 300 mName = VRI[BTSettingActivity]@9ed1caa mNativeObject= 0xb400007b9e1440f0 sc.mNativeObject= 0xb400007b2e145e90 format= -2 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:23.068 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:23.068 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:23.068 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15725] attach to parent LayerHierarchy{RequestedLayerState{cd81472 com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity#15722 parentId=15711 z=1} 2 children}
11-19 11:43:23.068 12527 12527 I VRI[BTSettingActivity]@9ed1caa: Relayout returned: old=(0,94,1080,2496) new=(54,1145,1026,1445) relayoutAsync=false req=(972,300)0 dur=12 res=0x3 s={true 0xb400007d5e1617c0} ch=true seqId=0
11-19 11:43:23.068 12527 12527 I VRI[BTSettingActivity]@9ed1caa: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:23.069 12527 12527 D VRI[BTSettingActivity]@9ed1caa: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e1617c0} hwInitialized=true
11-19 11:43:23.070 12527 12527 D VRI[BTSettingActivity]@9ed1caa: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:23.070 12527 12527 D VRI[BTSettingActivity]@9ed1caa: Setup new sync=wmsSync-VRI[BTSettingActivity]@9ed1caa#8
11-19 11:43:23.070 12527 12527 I VRI[BTSettingActivity]@9ed1caa: Creating new active sync group VRI[BTSettingActivity]@9ed1caa#9
11-19 11:43:23.072 12527 12527 D VRI[BTSettingActivity]@9ed1caa: registerCallbacksForSync syncBuffer=false
11-19 11:43:23.072 12527 12566 D VRI[BTSettingActivity]@9ed1caa: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:23.072 12527 12566 I VRI[BTSettingActivity]@9ed1caa: mWNT: t=0xb400007d8e1b5d50 mBlastBufferQueue=0xb400007b9e1440f0 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:23.072 12527 12566 I VRI[BTSettingActivity]@9ed1caa: Setting up sync and frameCommitCallback
11-19 11:43:23.073 12527 12558 I BLASTBufferQueue: [VRI[BTSettingActivity]@9ed1caa#4](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:23.073 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15725, bufferData(ID: 53803055317011, frameNumber: 1)
11-19 11:43:23.073 12527 12558 I VRI[BTSettingActivity]@9ed1caa: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:23.073 1426 1579 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15725] setTransactionState with the first frame. bufferData(ID: 53803055317011, frameNumber: 1)
11-19 11:43:23.073 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:23.074 12527 12527 D VRI[BTSettingActivity]@9ed1caa: reportDrawFinished seqId=0
11-19 11:43:23.074 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:23.074 12527 12527 D jingbit : BTService startConn: XX:XX:XX:XX:1A:93---false
11-19 11:43:23.074 12527 12527 D jingbit : BTService disconnect:5
11-19 11:43:23.093 12527 12527 I ImeFocusController: onPreWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:23.093 12527 12527 I ImeFocusController: onPostWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:23.100 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15725] hidden!! flag(0)
11-19 11:43:23.127 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123deb1c0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (124)
11-19 11:43:23.127 1426 1426 D SurfaceFlinger: CLIENT | 0xb400007123de6c90 | 0001 | RGBA_8888 | 0.0 0.0 972.0 300.0 | 531 1292 549 1298 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15725 (2)
11-19 11:43:23.130 12527 12527 D VRI[BTSettingActivity]@9ed1caa: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e1617c0}
11-19 11:43:23.130 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:23.130 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:23.138 12527 12540 D InputTransport: Input channel constructed: 'ClientS', fd=179
11-19 11:43:23.154 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:23.174 12527 12633 D jingbit : BTService timer monitor:0---0
11-19 11:43:23.174 12527 12527 D jingbit : BTService 正在连接.....2
11-19 11:43:23.174 12527 12635 D jingbit : BTService ConnectThread run:
11-19 11:43:23.174 12527 12635 I BluetoothSocket: connect() for device XX:XX:XX:XX:1A:93 called by pid: 12527
11-19 11:43:23.175 19611 13241 I BtSocketManagerBinder: connectSocket: device=XX:XX:XX:XX:1A:93, type=1, uuid=00001101-0000-1000-8000-00805f9b34fb, port=-1, from uid/pid=10458/12527
11-19 11:43:23.176 12527 12635 I BluetoothSocket: connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: java.io.FileDescriptor@5de045a}
11-19 11:43:24.961 12527 12630 W System.err: java.io.IOException: read failed, socket might closed or timeout, read ret: -1
11-19 11:43:24.961 12527 12630 W System.err: at android.bluetooth.BluetoothSocket.readAll(BluetoothSocket.java:1170)
11-19 11:43:24.962 12527 12630 W System.err: at android.bluetooth.BluetoothSocket.waitSocketSignal(BluetoothSocket.java:1107)
11-19 11:43:24.962 12527 12630 W System.err: at android.bluetooth.BluetoothSocket.connect(BluetoothSocket.java:576)
11-19 11:43:24.962 12527 12630 W System.err: at com.yihengke.printer.BTService$ConnectThread.run(BTService.kt:189)
11-19 11:43:24.962 12527 12630 E : Couldn't establish Bluetooth connection!
11-19 11:43:24.962 12527 12630 D jingbit : BTService connectionFailed:2
11-19 11:43:24.962 12527 12630 D jingbit : BTService ConnectThread cancel
11-19 11:43:24.962 12527 12527 D jingbit : BTService 连接失败并尝试重连.....1
11-19 11:43:24.962 12527 12630 D BluetoothSocket: close() this: XX:XX:XX:XX:1A:93, channel: 2, mSocketIS: android.net.LocalSocketImpl$SocketInputStream@f7e0368, mSocketOS: android.net.LocalSocketImpl$SocketOutputStream@8215381, mSocket: android.net.LocalSocket@4680c26 impl:android.net.LocalSocketImpl@f64f067 fd:java.io.FileDescriptor@32b85b4, mSocketState: INIT
11-19 11:43:24.962 12527 12635 W System.err: java.io.IOException: read failed, socket might closed or timeout, read ret: -1
11-19 11:43:24.962 12527 12635 W System.err: at android.bluetooth.BluetoothSocket.readAll(BluetoothSocket.java:1170)
11-19 11:43:24.962 12527 12635 W System.err: at android.bluetooth.BluetoothSocket.waitSocketSignal(BluetoothSocket.java:1107)
11-19 11:43:24.963 12527 12635 W System.err: at android.bluetooth.BluetoothSocket.connect(BluetoothSocket.java:576)
11-19 11:43:24.963 12527 12635 W System.err: at com.yihengke.printer.BTService$ConnectThread.run(BTService.kt:189)
11-19 11:43:24.963 12527 12635 E : Couldn't establish Bluetooth connection!
11-19 11:43:24.963 12527 12635 D jingbit : BTService connectionFailed:-1
11-19 11:43:24.963 12527 12635 D jingbit : BTService ConnectThread cancel
11-19 11:43:24.963 12527 12635 D BluetoothSocket: close() this: XX:XX:XX:XX:1A:93, channel: 2, mSocketIS: android.net.LocalSocketImpl$SocketInputStream@c0ea6bd, mSocketOS: android.net.LocalSocketImpl$SocketOutputStream@c38c4b2, mSocket: android.net.LocalSocket@3c62c03 impl:android.net.LocalSocketImpl@a1bd780 fd:java.io.FileDescriptor@5de045a, mSocketState: INIT
11-19 11:43:24.964 12527 12527 I WindowManager: WindowManagerGlobal#removeView, ty=2, view=com.android.internal.policy.DecorView{32e0395 V.ED..... R....... 0,0-972,300 aid=1073741824}[BTSettingActivity], caller=android.view.WindowManagerGlobal.removeView:626 android.view.WindowManagerImpl.removeViewImmediate:216 android.app.Dialog.dismissDialog:808
11-19 11:43:24.965 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@8585976
11-19 11:43:24.968 12527 12527 I VRI[BTSettingActivity]@9ed1caa: dispatchDetachedFromWindow
11-19 11:43:24.970 1652 5508 V WindowManager: Remove Window{cd81472 u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527)/@0xfd1e9df mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=true animating=false app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:43:24.979 12527 12527 D InputTransport: Input channel destroyed: 'cd81472', fd=176
11-19 11:43:24.980 12527 12527 D jingbit : BTService 连接失败并尝试重连.....1
11-19 11:43:24.987 12527 12527 I Toast : show: caller = com.jingbit.base.utils.ToastUtil.showShort$lambda$1:36
11-19 11:43:24.987 12527 12527 I Toast : show: contextDispId = 0 mCustomDisplayId = -1 focusedDisplayId = 0 isActivityContext = false
11-19 11:43:24.996 12527 12527 I Toast : show: caller = com.jingbit.base.utils.ToastUtil.showShort$lambda$1:36
11-19 11:43:24.996 12527 12527 I Toast : show: contextDispId = 0 mCustomDisplayId = -1 focusedDisplayId = 0 isActivityContext = false
11-19 11:43:25.005 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity, from=android.view.ViewRootImpl.handleInsetsControlChanged:2888, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:25.006 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:25.006 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:25.008 12527 12527 D VRI[BTSettingActivity]@7f9be00: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e14a110}
11-19 11:43:25.008 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:25.008 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:25.011 12527 12541 D InputTransport: Input channel constructed: 'ClientS', fd=172
11-19 11:43:25.019 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:25.144 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123deb1c0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (124)
11-19 11:43:25.144 1426 1426 D SurfaceFlinger: CLIENT | 0xb400007123de6c90 | 0001 | RGBA_8888 | 0.0 0.0 972.0 300.0 | 421 1258 659 1332 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15725 (14)
11-19 11:43:25.185 1652 1890 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527)/@0xfd1e9df called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.destroySurfaceUnchecked:5 com.android.server.wm.WindowState.destroySurface:126 com.android.server.wm.WindowState.onExitAnimationDone:222 com.android.server.wm.WindowState.onAnimationFinished:161 com.android.server.wm.WindowContainer$$ExternalSyntheticLambda5.onAnimationFinished:26 com.android.server.wm.SurfaceAnimator$$ExternalSyntheticLambda1.run:28
11-19 11:43:25.199 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15725} no children}] reparent to OffscreenRoot
11-19 11:43:25.199 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15725} no children}] RelativeParent to null
11-19 11:43:25.203 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123deb1c0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (124)
11-19 11:43:25.215 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15725] hidden!! flag(1)
11-19 11:43:25.217 1426 1426 I SurfaceFlinger: id=15725 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15725 (294)
11-19 11:43:25.232 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15725
11-19 11:43:25.234 1426 1426 I Layer : id=15725 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15725
11-19 11:43:26.031 12527 12527 I VRI[BTSettingActivity]@7f9be00: call setFrameRateCategory for touch hint category=no preference, reason=boost timeout, vri=VRI[BTSettingActivity]@7f9be00
11-19 11:43:26.048 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15713] setFrameRateCategory: NoPreference
11-19 11:43:26.614 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, '47abec8', t=1
11-19 11:43:26.614 12527 12527 I VRI[BTSettingActivity]@7f9be00: ViewPostIme pointer 0
11-19 11:43:26.614 12527 12527 I VRI[BTSettingActivity]@7f9be00: call setFrameRateCategory for touch hint category=high hint, reason=touch, vri=VRI[BTSettingActivity]@7f9be00
11-19 11:43:26.632 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15713] setFrameRateCategory: HighHint
11-19 11:43:26.683 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, '47abec8', t=1
11-19 11:43:26.683 12527 12527 I VRI[BTSettingActivity]@7f9be00: ViewPostIme pointer 1
11-19 11:43:26.687 12527 12527 I WindowManager: WindowManagerGlobal#addView, ty=2, view=com.android.internal.policy.DecorView{32e0395 V.ED..... R.....ID 0,0-972,300 aid=1073741824}[BTSettingActivity], caller=android.view.WindowManagerImpl.addView:158 android.app.Dialog.show:511 com.jingbit.dialog.BaseDialog.showDialog:35
11-19 11:43:26.688 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:26.689 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:26.700 12527 12527 D InputTransport: Input channel constructed: '18c0c53', fd=188
11-19 11:43:26.700 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:26.700 12527 12527 I VRI[BTSettingActivity]@268f075: synced displayState. AttachInfo displayState=2
11-19 11:43:26.706 12527 12527 I VRI[BTSettingActivity]@268f075: setView = com.android.internal.policy.DecorView@32e0395 IsHRR=false TM=true
11-19 11:43:26.706 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=0 d=android.graphics.drawable.ColorDrawable@4ed1698
11-19 11:43:26.706 12527 12527 I BluetoothAdapter: cancelDiscovery
11-19 11:43:26.707 12527 12527 D jingbit : BTService 开始连接
11-19 11:43:26.708 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:26.710 1426 1470 I SurfaceFlinger: id=15740 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15740
11-19 11:43:26.711 1652 5508 D WindowManager: makeSurface duration=1 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527
11-19 11:43:26.713 1652 5508 V WindowManager: Relayout hash=18c0c53, pid=12527, syncId=-1: mAttrs={(0,0)(972xwrap) gr=CENTER sim={adjust=pan} ty=APPLICATION fmt=TRANSPARENT wanim=0x7f140005
11-19 11:43:26.714 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:26.714 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:26.715 12527 12527 I BufferQueueProducer: [](id:30ef00000005,api:0,p:-1,c:12527) setDequeueTimeout:2077252342
11-19 11:43:26.715 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[BTSettingActivity]@268f075 mNativeObject= 0xb400007b9e146670 sc.mNativeObject= 0xb400007b2e13cb90 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:26.715 12527 12527 I BLASTBufferQueue_Java: update, w= 972 h= 300 mName = VRI[BTSettingActivity]@268f075 mNativeObject= 0xb400007b9e146670 sc.mNativeObject= 0xb400007b2e13cb90 format= -2 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:26.716 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15740] attach to parent LayerHierarchy{RequestedLayerState{18c0c53 com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity#15737 parentId=15711 z=1} 2 children}
11-19 11:43:26.716 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:26.716 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:26.716 12527 12527 I VRI[BTSettingActivity]@268f075: Relayout returned: old=(54,94,1026,2496) new=(54,1145,1026,1445) relayoutAsync=false req=(972,300)0 dur=5 res=0x3 s={true 0xb400007d5e1617c0} ch=true seqId=0
11-19 11:43:26.716 12527 12527 I VRI[BTSettingActivity]@268f075: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:26.717 12527 12527 D VRI[BTSettingActivity]@268f075: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e1617c0} hwInitialized=true
11-19 11:43:26.718 12527 12527 D VRI[BTSettingActivity]@268f075: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:26.718 12527 12527 D VRI[BTSettingActivity]@268f075: Setup new sync=wmsSync-VRI[BTSettingActivity]@268f075#10
11-19 11:43:26.718 12527 12527 I VRI[BTSettingActivity]@268f075: Creating new active sync group VRI[BTSettingActivity]@268f075#11
11-19 11:43:26.718 12527 12527 D VRI[BTSettingActivity]@268f075: registerCallbacksForSync syncBuffer=false
11-19 11:43:26.719 12527 12567 D VRI[BTSettingActivity]@268f075: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:26.719 12527 12567 I VRI[BTSettingActivity]@268f075: mWNT: t=0xb400007d8e1ba6d0 mBlastBufferQueue=0xb400007b9e146670 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:26.719 12527 12567 I VRI[BTSettingActivity]@268f075: Setting up sync and frameCommitCallback
11-19 11:43:26.725 12527 12558 I BLASTBufferQueue: [VRI[BTSettingActivity]@268f075#5](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:26.725 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15740, bufferData(ID: 53803055317012, frameNumber: 1)
11-19 11:43:26.726 1426 1470 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15740] setTransactionState with the first frame. bufferData(ID: 53803055317012, frameNumber: 1)
11-19 11:43:26.726 12527 12558 I VRI[BTSettingActivity]@268f075: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:26.727 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:26.727 12527 12527 D VRI[BTSettingActivity]@268f075: reportDrawFinished seqId=0
11-19 11:43:26.729 12527 12527 D jingbit : BTService startConn: XX:XX:XX:XX:1A:93---false
11-19 11:43:26.729 12527 12527 D jingbit : BTService disconnect:5
11-19 11:43:26.739 12527 12527 I ImeFocusController: onPreWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:26.739 12527 12527 I ImeFocusController: onPostWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:26.740 12527 12535 W ercro.aumilabel: Cleared Reference was only reachable from finalizer (only reported once)
11-19 11:43:26.744 12527 12536 D InputTransport: Input channel destroyed: 'ClientS', fd=205
11-19 11:43:26.744 12527 12536 D InputTransport: Input channel destroyed: 'ClientS', fd=166
11-19 11:43:26.744 12527 12536 D InputTransport: Input channel destroyed: 'ClientS', fd=222
11-19 11:43:26.744 12527 12536 D InputTransport: Input channel destroyed: 'ClientS', fd=179
11-19 11:43:26.744 12527 12536 D InputTransport: Input channel destroyed: 'ClientS', fd=172
11-19 11:43:26.745 12527 12537 D BluetoothSocket: close() this: XX:XX:XX:XX:1A:93, channel: 2, mSocketIS: android.net.LocalSocketImpl$SocketInputStream@f7e0368, mSocketOS: android.net.LocalSocketImpl$SocketOutputStream@8215381, mSocket: null, mSocketState: CLOSED
11-19 11:43:26.749 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15740] hidden!! flag(0)
11-19 11:43:26.775 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123deb1c0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (124)
11-19 11:43:26.775 1426 1426 D SurfaceFlinger: CLIENT | 0xb400007123df8c00 | 0001 | RGBA_8888 | 0.0 0.0 972.0 300.0 | 531 1292 549 1298 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15740 (2)
11-19 11:43:26.778 12527 12527 D VRI[BTSettingActivity]@268f075: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e1617c0}
11-19 11:43:26.778 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:26.778 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:26.784 12527 12541 D InputTransport: Input channel constructed: 'ClientS', fd=131
11-19 11:43:26.801 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:26.830 12527 12652 D jingbit : BTService timer monitor:0---0
11-19 11:43:26.830 12527 12527 D jingbit : BTService 正在连接.....2
11-19 11:43:26.830 12527 12654 D jingbit : BTService ConnectThread run:
11-19 11:43:26.830 12527 12654 I BluetoothSocket: connect() for device XX:XX:XX:XX:1A:93 called by pid: 12527
11-19 11:43:26.834 19611 3999 I BtSocketManagerBinder: connectSocket: device=XX:XX:XX:XX:1A:93, type=1, uuid=00001101-0000-1000-8000-00805f9b34fb, port=-1, from uid/pid=10458/12527
11-19 11:43:26.835 12527 12654 I BluetoothSocket: connect(), SocketState: INIT, mPfd: {ParcelFileDescriptor: java.io.FileDescriptor@207be62}
11-19 11:43:26.896 12527 12654 I BluetoothSocket: connect(), socket connected. mPort=2
11-19 11:43:26.903 12527 12654 D jingbit : BTService doReadWrite:true---XX:XX:XX:XX:1A:93
11-19 11:43:26.903 12527 12527 D jingbit : BTService connected oldinfo:XX:XX:XX:XX:1A:93---null
11-19 11:43:26.903 12527 12527 I BluetoothAdapter: cancelDiscovery
11-19 11:43:26.904 12527 12655 D jingbit : BTService ReadWriteThread run
11-19 11:43:26.906 12527 12527 D jingbit : BTService newinfo:AL-1A93---25:00:02:00:1A:93
11-19 11:43:26.906 12527 12527 D jingbit : BTService 向设备端发送:1d6739
11-19 11:43:26.907 12527 12656 D jingbit : BTService ReadWriteThread write:3
11-19 11:43:26.913 12527 12655 D jingbit : BTService ReadWriteThread received:sn:CCAL250002001A93.
11-19 11:43:27.107 12527 12527 D jingbit : BTService 向设备端发送:1e4703
11-19 11:43:27.107 12527 12656 D jingbit : BTService ReadWriteThread write:3
11-19 11:43:27.237 12527 12655 D jingbit : BTService ReadWriteThread received:HV=H1.0,SV=V1.01,VOLT=7960mv,DPI=96,
11-19 11:43:27.307 12527 12527 D jingbit : BTService 向设备端发送:1d6753
11-19 11:43:27.308 12527 12656 D jingbit : BTService ReadWriteThread write:3
11-19 11:43:27.340 12527 12655 D jingbit : BTService ReadWriteThread received:err:.
11-19 11:43:27.451 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123deb1c0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (124)
11-19 11:43:27.451 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd3a90 | 0001 | RGBA_8888 | 0.0 0.0 972.0 300.0 | 54 1145 1026 1445 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15740 (3)
11-19 11:43:27.508 12527 12527 D jingbit : BTService 向设备端发送:1d6769
11-19 11:43:27.508 12527 12656 D jingbit : BTService ReadWriteThread write:3
11-19 11:43:27.539 12527 12655 D jingbit : BTService ReadWriteThread received:public id:0808.
11-19 11:43:27.711 12527 12527 W System.err: java.lang.NumberFormatException: For input string: ""
11-19 11:43:27.711 12527 12527 W System.err: at java.lang.Integer.parseInt(Integer.java:791)
11-19 11:43:27.711 12527 12527 W System.err: at java.lang.Integer.parseInt(Integer.java:897)
11-19 11:43:27.711 12527 12527 W System.err: at com.yihengke.printer.BTCmd.setScanid(BTCmd.java:374)
11-19 11:43:27.711 12527 12527 W System.err: at com.yihengke.printer.BTContext$1.handleMessage(BTContext.java:92)
11-19 11:43:27.711 12527 12527 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107)
11-19 11:43:27.711 12527 12527 W System.err: at android.os.Looper.loopOnce(Looper.java:257)
11-19 11:43:27.711 12527 12527 W System.err: at android.os.Looper.loop(Looper.java:342)
11-19 11:43:27.711 12527 12527 W System.err: at android.app.ActivityThread.main(ActivityThread.java:9634)
11-19 11:43:27.712 12527 12527 W System.err: at java.lang.reflect.Method.invoke(Native Method)
11-19 11:43:27.712 12527 12527 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:619)
11-19 11:43:27.712 12527 12527 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:929)
11-19 11:43:27.719 12527 12527 I WindowManager: WindowManagerGlobal#removeView, ty=2, view=com.android.internal.policy.DecorView{32e0395 V.ED..... R....... 0,0-972,300 aid=1073741824}[BTSettingActivity], caller=android.view.WindowManagerGlobal.removeView:626 android.view.WindowManagerImpl.removeViewImmediate:216 android.app.Dialog.dismissDialog:808
11-19 11:43:27.720 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@7651ef1
11-19 11:43:27.726 12527 12527 I VRI[BTSettingActivity]@268f075: dispatchDetachedFromWindow
11-19 11:43:27.729 1652 1668 V WindowManager: Remove Window{18c0c53 u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527)/@0xa019c8f mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=true animating=false app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:43:27.744 12527 12527 D InputTransport: Input channel destroyed: '18c0c53', fd=188
11-19 11:43:27.747 12527 12527 D jingbit : BTService 收到设备端消息:sn:CCAL250002001A93.---736E3A4343414C3235303030323030314139332E00
11-19 11:43:27.747 12527 12527 D jingbit : BTService 收到设备端SN反馈消息:sn:CCAL250002001A93.
11-19 11:43:27.747 12527 12527 D jingbit : checkPrinterAuth:sn:CCAL250002001A93. mac 250002001a93
11-19 11:43:27.747 12527 12527 D jingbit : checkPrinterAuth111:CCAL250002001A93 mac 250002001a93
11-19 11:43:27.748 12527 12527 D jingbit : postByJson:{"cpuSerial":"250002001a93","deviceUid":"CCAL250002001A93","boardPlatform":"250002001a93","productModel":"250002001a93","channelId":"2024-0006-0006","macAddress":"250002001a93"}
11-19 11:43:27.748 12527 12527 D jingbit : startCall===addHeaders:https://iaccount.efercro.com:10548/account/authen/device/authorization---CCAL250002001A93&250002001a93&250002001a93&84ba2d0a-5e2b-4735-9826-225593912d8a&250002001a93&250002001a93&2024-0006-0006&timestamp=1763516607747
11-19 11:43:27.752 12527 12527 D jingbit : startCall===addHeaders111:https://iaccount.efercro.com:10548/account/authen/device/authorization---CCAL250002001A93&250002001a93&250002001a93&84ba2d0a-5e2b-4735-9826-225593912d8a&250002001a93&250002001a93&2024-0006-0006&1763516607747
11-19 11:43:27.752 12527 12527 E -- : sign:KFzlUubOSWvl+GsVd5zxBKxjGfc=
11-19 11:43:27.753 12527 12527 D jingbit : startCall===https://iaccount.efercro.com:10548/account/authen/device/authorization---timestamp: 1763516607747
11-19 11:43:27.753 12527 12527 D jingbit : sign: KFzlUubOSWvl+GsVd5zxBKxjGfc=
11-19 11:43:27.753 12527 12527 D jingbit : Content-Type: application/json
11-19 11:43:27.754 12527 12527 I WindowManager: WindowManagerGlobal#addView, ty=2, view=com.android.internal.policy.DecorView{32e0395 V.ED..... R.....ID 0,0-972,300 aid=1073741824}[BTSettingActivity], caller=android.view.WindowManagerImpl.addView:158 android.app.Dialog.show:511 com.jingbit.dialog.BaseDialog.showDialog:35
11-19 11:43:27.755 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:27.756 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:27.770 12527 12527 D InputTransport: Input channel constructed: '512cec6', fd=130
11-19 11:43:27.770 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:27.771 12527 12527 I VRI[BTSettingActivity]@e609586: synced displayState. AttachInfo displayState=2
11-19 11:43:27.777 12527 12527 I VRI[BTSettingActivity]@e609586: setView = com.android.internal.policy.DecorView@32e0395 IsHRR=false TM=true
11-19 11:43:27.777 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=0 d=android.graphics.drawable.ColorDrawable@18a479d
11-19 11:43:27.778 12527 12527 D jingbit : BTService 收到设备端消息:HV=H1.0,SV=V1.01,VOLT=7960mv,DPI=96,---48563D48312E302C53563D56312E30312C564F4C543D373936306D762C4450493D39362C00
11-19 11:43:27.778 12527 12527 D jingbit : setPrintStatus HV: H1.0===SV: 1.01===VOLT: 7960.0===DPI: 96
11-19 11:43:27.778 12527 12527 D jingbit : BTService 收到设备端消息:err:.---6572723A002E
11-19 11:43:27.778 12527 12527 D jingbit : BTService 收到设备端消息:public id:0808.---7075626C69632069643A303830382E00
11-19 11:43:27.780 12527 12527 I Toast : show: caller = com.jingbit.base.utils.ToastUtil.showText$lambda$0:21
11-19 11:43:27.780 12527 12527 I Toast : show: contextDispId = 0 mCustomDisplayId = -1 focusedDisplayId = 0 isActivityContext = false
11-19 11:43:27.802 1426 1579 I SurfaceFlinger: id=15754 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15754
11-19 11:43:27.803 1652 1669 D WindowManager: makeSurface duration=1 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527
11-19 11:43:27.804 1652 1669 V WindowManager: Relayout hash=512cec6, pid=12527, syncId=-1: mAttrs={(0,0)(972xwrap) gr=CENTER sim={adjust=pan} ty=APPLICATION fmt=TRANSPARENT wanim=0x7f140005
11-19 11:43:27.805 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:27.805 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:27.809 12527 12527 I BufferQueueProducer: [](id:30ef00000006,api:0,p:-1,c:12527) setDequeueTimeout:2077252342
11-19 11:43:27.810 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[BTSettingActivity]@e609586 mNativeObject= 0xb400007b9e147610 sc.mNativeObject= 0xb400007b2e13cb90 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:27.810 12527 12527 I BLASTBufferQueue_Java: update, w= 972 h= 300 mName = VRI[BTSettingActivity]@e609586 mNativeObject= 0xb400007b9e147610 sc.mNativeObject= 0xb400007b2e13cb90 format= -2 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:27.810 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:27.810 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:27.810 12527 12527 I VRI[BTSettingActivity]@e609586: Relayout returned: old=(54,94,1026,2496) new=(54,1145,1026,1445) relayoutAsync=false req=(972,300)0 dur=8 res=0x3 s={true 0xb400007d5e1617c0} ch=true seqId=0
11-19 11:43:27.811 12527 12527 I VRI[BTSettingActivity]@e609586: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:27.811 12527 12527 D VRI[BTSettingActivity]@e609586: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e1617c0} hwInitialized=true
11-19 11:43:27.812 12527 12527 D VRI[BTSettingActivity]@e609586: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:27.812 12527 12527 D VRI[BTSettingActivity]@e609586: Setup new sync=wmsSync-VRI[BTSettingActivity]@e609586#12
11-19 11:43:27.812 12527 12527 I VRI[BTSettingActivity]@e609586: Creating new active sync group VRI[BTSettingActivity]@e609586#13
11-19 11:43:27.812 12527 12527 D VRI[BTSettingActivity]@e609586: registerCallbacksForSync syncBuffer=false
11-19 11:43:27.813 12527 12566 D VRI[BTSettingActivity]@e609586: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:27.813 12527 12566 I VRI[BTSettingActivity]@e609586: mWNT: t=0xb400007d8e14f050 mBlastBufferQueue=0xb400007b9e147610 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:27.813 12527 12566 I VRI[BTSettingActivity]@e609586: Setting up sync and frameCommitCallback
11-19 11:43:27.813 12527 12558 I BLASTBufferQueue: [VRI[BTSettingActivity]@e609586#6](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:27.813 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15754, bufferData(ID: 53803055317017, frameNumber: 1)
11-19 11:43:27.814 12527 12558 I VRI[BTSettingActivity]@e609586: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:27.814 1426 1470 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15754] setTransactionState with the first frame. bufferData(ID: 53803055317017, frameNumber: 1)
11-19 11:43:27.814 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:27.815 12527 12527 D VRI[BTSettingActivity]@e609586: reportDrawFinished seqId=0
11-19 11:43:27.815 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15754] attach to parent LayerHierarchy{RequestedLayerState{512cec6 com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity#15750 parentId=15711 z=2} 2 children}
11-19 11:43:27.815 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:27.815 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:27.816 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity, from=android.view.ViewRootImpl.handleInsetsControlChanged:2888, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:27.816 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:27.817 12527 12527 D VRI[BTSettingActivity]@7f9be00: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e14a110}
11-19 11:43:27.817 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:27.817 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:27.824 12527 12602 D InputTransport: Input channel constructed: 'ClientS', fd=213
11-19 11:43:27.832 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:27.833 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity, from=android.view.ViewRootImpl.handleInsetsControlChanged:2888, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:27.840 12527 12527 I ImeFocusController: onPreWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:27.840 12527 12527 I ImeFocusController: onPostWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:27.848 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15754] hidden!! flag(0)
11-19 11:43:27.877 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddddb0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (125)
11-19 11:43:27.877 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd3a90 | 0001 | RGBA_8888 | 0.0 0.0 972.0 300.0 | 297 1220 783 1370 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15740 (3)
11-19 11:43:27.877 1426 1426 D SurfaceFlinger: CLIENT | 0xb400007123dd9880 | 0001 | RGBA_8888 | 0.0 0.0 972.0 300.0 | 532 1293 548 1297 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15754 (2)
11-19 11:43:27.881 12527 12527 D VRI[BTSettingActivity]@e609586: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e1617c0}
11-19 11:43:27.881 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:27.881 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:27.887 12527 12663 D InputTransport: Input channel constructed: 'ClientS', fd=215
11-19 11:43:27.890 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddddb0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (125)
11-19 11:43:27.890 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd3a90 | 0001 | RGBA_8888 | 0.0 0.0 972.0 300.0 | 361 1240 719 1350 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15740 (3)
11-19 11:43:27.890 1426 1426 D SurfaceFlinger: CLIENT | 0xb400007123dd9880 | 0001 | RGBA_8888 | 0.0 0.0 972.0 300.0 | 508 1285 572 1305 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15754 (2)
11-19 11:43:27.899 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:27.949 799 799 D io_stats: !@ Write_top(KB): kworker/u16:6(10082) 3272 droid.bluetooth(19611) 280 ercro.aumilabel(12527) 12
11-19 11:43:27.950 1652 1890 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527)/@0xa019c8f called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.destroySurfaceUnchecked:5 com.android.server.wm.WindowState.destroySurface:126 com.android.server.wm.WindowState.onExitAnimationDone:222 com.android.server.wm.WindowState.onAnimationFinished:161 com.android.server.wm.WindowContainer$$ExternalSyntheticLambda5.onAnimationFinished:26 com.android.server.wm.SurfaceAnimator$$ExternalSyntheticLambda1.run:28
11-19 11:43:27.964 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15740} no children}] reparent to OffscreenRoot
11-19 11:43:27.964 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15740} no children}] RelativeParent to null
11-19 11:43:27.969 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddddb0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (125)
11-19 11:43:27.969 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd9880 | 0001 | RGBA_8888 | 0.0 0.0 972.0 300.0 | 237 1201 843 1389 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15754 (2)
11-19 11:43:27.980 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15740] hidden!! flag(1)
11-19 11:43:27.982 1426 1426 I SurfaceFlinger: id=15740 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15740 (297)
11-19 11:43:27.997 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15740
11-19 11:43:27.999 1426 1426 I Layer : id=15740 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15740
11-19 11:43:28.126 12527 12591 D jingbit : startCall onResponse===https://iaccount.efercro.com:10548/account/authen/device/authorization---{"code":"success","msg":"Success","data":{"authKey":"645235623037312f304e30596763453871337236626e63526139383d"},"timestamp":0}---
11-19 11:43:28.127 12527 12591 D jingbit : onSuccess:com.jingbit.http.response.StringResp@32e0209
11-19 11:43:28.128 12527 12527 D jingbit : checkPrinterAuth onResponse:{authKey=645235623037312f304e30596763453871337236626e63526139383d}
11-19 11:43:28.128 12527 12527 I WindowManager: WindowManagerGlobal#removeView, ty=2, view=com.android.internal.policy.DecorView{32e0395 V.ED..... R....... 0,0-972,300 aid=1073741824}[BTSettingActivity], caller=android.view.WindowManagerGlobal.removeView:626 android.view.WindowManagerImpl.removeViewImmediate:216 android.app.Dialog.dismissDialog:808
11-19 11:43:28.129 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@23f6c36
11-19 11:43:28.135 12527 12527 I VRI[BTSettingActivity]@e609586: dispatchDetachedFromWindow
11-19 11:43:28.137 1652 1669 V WindowManager: Remove Window{512cec6 u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527)/@0x219a28b mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=true animating=false app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:43:28.146 12527 12527 D InputTransport: Input channel destroyed: '512cec6', fd=130
11-19 11:43:28.154 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity, from=android.view.ViewRootImpl.handleInsetsControlChanged:2888, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:28.155 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:28.155 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:28.170 12527 12527 D VRI[BTSettingActivity]@7f9be00: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e14a110}
11-19 11:43:28.171 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:28.171 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:28.176 12527 12602 D InputTransport: Input channel constructed: 'ClientS', fd=130
11-19 11:43:28.202 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity
11-19 11:43:28.350 1652 1890 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527)/@0x219a28b called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.destroySurfaceUnchecked:5 com.android.server.wm.WindowState.destroySurface:126 com.android.server.wm.WindowState.onExitAnimationDone:222 com.android.server.wm.WindowState.onAnimationFinished:161 com.android.server.wm.WindowContainer$$ExternalSyntheticLambda5.onAnimationFinished:26 com.android.server.wm.SurfaceAnimator$$ExternalSyntheticLambda1.run:28
11-19 11:43:28.363 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15754} no children}] reparent to OffscreenRoot
11-19 11:43:28.363 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15754} no children}] RelativeParent to null
11-19 11:43:28.366 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddddb0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (125)
11-19 11:43:28.380 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15754] hidden!! flag(1)
11-19 11:43:28.381 1426 1426 I SurfaceFlinger: id=15754 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15754 (294)
11-19 11:43:28.397 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15754
11-19 11:43:28.398 1426 1426 I Layer : id=15754 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15754
11-19 11:43:29.244 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, '47abec8', t=1
11-19 11:43:29.245 12527 12527 I VRI[BTSettingActivity]@7f9be00: ViewPostIme pointer 0
11-19 11:43:29.324 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, '47abec8', t=1
11-19 11:43:29.324 12527 12527 I VRI[BTSettingActivity]@7f9be00: ViewPostIme pointer 1
11-19 11:43:29.338 12527 12527 I VRI[MainActivity]@7a1bf00: handleAppVisibility mAppVisible = false visible = true
11-19 11:43:29.338 12527 12527 I VRI[MainActivity]@7a1bf00: stopped(false) old = true
11-19 11:43:29.338 12527 12527 D VRI[MainActivity]@7a1bf00: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity set to false
11-19 11:43:29.341 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity onAdaptBefore!
11-19 11:43:29.342 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:29.342 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.MainActivity has been adapted!
11-19 11:43:29.342 12527 12527 D AndroidAutoSize: MainActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:29.342 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity onAdaptAfter!
11-19 11:43:29.346 12527 12527 I Dialog : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
11-19 11:43:29.346 12527 12527 D jingbit : postByJson:{"key":"walkprint-set","version":"1"}
11-19 11:43:29.346 12527 12527 D jingbit : startCall===addHeaders:https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---
11-19 11:43:29.347 12527 12527 D jingbit : startCall===https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---timestamp: 1763516609346
11-19 11:43:29.347 12527 12527 D jingbit : token: eyJhbGciOiJIUzI1NiJ9.eyJzY2kiOiI3NjQ2OTIzIiwiZXhwIjoxNzYzNTI0NjQyLCJzY3QiOjIsImNoaWQiOiIyMDI0LTAwMDYtMDAwNiJ9.FuhumvYkqUJo3Zkwj6zVnM0eqGiKt6RdNFOzZAoq-nk
11-19 11:43:29.347 12527 12527 D jingbit : Content-Type: application/json
11-19 11:43:29.348 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=70000000 d=android.graphics.drawable.ColorDrawable@ba1feca
11-19 11:43:29.353 12527 12527 I WindowManager: WindowManagerGlobal#addView, ty=2, view=com.android.internal.policy.DecorView{2beed3 V.E...... R.....I. 0,0-0,0}[MainActivity], caller=android.view.WindowManagerImpl.addView:158 android.app.Dialog.show:511 com.jingbit.dialog.BaseDialog.showDialog:35
11-19 11:43:29.354 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:29.355 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:29.362 12527 12527 D InputTransport: Input channel constructed: '6f58836', fd=133
11-19 11:43:29.362 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:29.362 12527 12527 I VRI[MainActivity]@fab2a10: synced displayState. AttachInfo displayState=2
11-19 11:43:29.365 12527 12527 I VRI[MainActivity]@fab2a10: setView = com.android.internal.policy.DecorView@2beed3 IsHRR=false TM=true
11-19 11:43:29.365 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=0 d=android.graphics.drawable.ColorDrawable@7bca52f
11-19 11:43:29.368 1426 1470 I SurfaceFlinger: id=15765 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15765
11-19 11:43:29.370 1652 5508 D WindowManager: makeSurface duration=2 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527
11-19 11:43:29.372 1652 5508 V WindowManager: Relayout hash=2d21c6d, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=always_hidden adjust=resize} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:29.372 12527 12527 I BufferQueueProducer: [](id:30ef00000007,api:0,p:140,c:12527) setDequeueTimeout:2077252342
11-19 11:43:29.373 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[MainActivity]@7a1bf00 mNativeObject= 0xb400007b9e149870 sc.mNativeObject= 0xb400007b2e1373d0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:29.373 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[MainActivity]@7a1bf00 mNativeObject= 0xb400007b9e149870 sc.mNativeObject= 0xb400007b2e1373d0 format= -1 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:29.373 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:29.373 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:29.373 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)0 dur=4 res=0x3 s={true 0xb400007d5e1617c0} ch=true seqId=0
11-19 11:43:29.374 12527 12527 D VRI[MainActivity]@7a1bf00: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e1617c0} hwInitialized=true
11-19 11:43:29.375 12527 12527 D VRI[MainActivity]@7a1bf00: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:29.375 12527 12527 D VRI[MainActivity]@7a1bf00: Setup new sync=wmsSync-VRI[MainActivity]@7a1bf00#14
11-19 11:43:29.375 12527 12527 I VRI[MainActivity]@7a1bf00: Creating new active sync group VRI[MainActivity]@7a1bf00#15
11-19 11:43:29.375 12527 12527 D VRI[MainActivity]@7a1bf00: Start draw after previous draw not visible
11-19 11:43:29.376 12527 12527 D VRI[MainActivity]@7a1bf00: registerCallbacksForSync syncBuffer=false
11-19 11:43:29.377 12527 12567 D VRI[MainActivity]@7a1bf00: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:29.378 12527 12567 I VRI[MainActivity]@7a1bf00: mWNT: t=0xb400007d8e165390 mBlastBufferQueue=0xb400007b9e149870 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:29.378 12527 12567 I VRI[MainActivity]@7a1bf00: Setting up sync and frameCommitCallback
11-19 11:43:29.380 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15765] attach to parent LayerHierarchy{RequestedLayerState{2d21c6d com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity#15697 parentId=15693} 1 children}
11-19 11:43:29.383 12527 12558 I BLASTBufferQueue: [VRI[MainActivity]@7a1bf00#7](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:29.384 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15765, bufferData(ID: 53803055317021, frameNumber: 1)
11-19 11:43:29.384 12527 12558 I VRI[MainActivity]@7a1bf00: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:29.384 1426 1470 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15765] setTransactionState with the first frame. bufferData(ID: 53803055317021, frameNumber: 1)
11-19 11:43:29.384 12527 12527 D VRI[MainActivity]@7a1bf00: reportDrawFinished seqId=0
11-19 11:43:29.387 1426 1470 I SurfaceFlinger: id=15766 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15766
11-19 11:43:29.388 1652 2583 D WindowManager: makeSurface duration=2 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527
11-19 11:43:29.389 1652 2583 V WindowManager: Relayout hash=6f58836, pid=12527, syncId=-1: mAttrs={(0,0)(972xwrap) gr=CENTER sim={adjust=pan} ty=APPLICATION fmt=TRANSPARENT wanim=0x7f140005
11-19 11:43:29.390 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:29.391 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:29.391 12527 12527 I BufferQueueProducer: [](id:30ef00000008,api:0,p:0,c:12527) setDequeueTimeout:2077252342
11-19 11:43:29.391 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[MainActivity]@fab2a10 mNativeObject= 0xb400007b9e14b7b0 sc.mNativeObject= 0xb400007b2e136d10 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:29.391 12527 12527 I BLASTBufferQueue_Java: update, w= 972 h= 349 mName = VRI[MainActivity]@fab2a10 mNativeObject= 0xb400007b9e14b7b0 sc.mNativeObject= 0xb400007b2e136d10 format= -2 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:29.392 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:29.392 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:29.392 12527 12527 I VRI[MainActivity]@fab2a10: Relayout returned: old=(0,94,1080,2496) new=(54,1120,1026,1469) relayoutAsync=false req=(972,349)0 dur=5 res=0x3 s={true 0xb400007d5e15f5b0} ch=true seqId=0
11-19 11:43:29.392 12527 12527 I VRI[MainActivity]@fab2a10: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:29.392 12527 12527 D VRI[MainActivity]@fab2a10: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e15f5b0} hwInitialized=true
11-19 11:43:29.393 12527 12527 D VRI[MainActivity]@fab2a10: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:29.393 12527 12527 D VRI[MainActivity]@fab2a10: Setup new sync=wmsSync-VRI[MainActivity]@fab2a10#16
11-19 11:43:29.393 12527 12527 I VRI[MainActivity]@fab2a10: Creating new active sync group VRI[MainActivity]@fab2a10#17
11-19 11:43:29.394 12527 12527 D VRI[MainActivity]@fab2a10: registerCallbacksForSync syncBuffer=false
11-19 11:43:29.394 12527 12566 D VRI[MainActivity]@fab2a10: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:29.394 12527 12566 I VRI[MainActivity]@fab2a10: mWNT: t=0xb400007d8e1651d0 mBlastBufferQueue=0xb400007b9e14b7b0 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:29.394 12527 12566 I VRI[MainActivity]@fab2a10: Setting up sync and frameCommitCallback
11-19 11:43:29.395 12527 12558 I BLASTBufferQueue: [VRI[MainActivity]@fab2a10#8](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:29.395 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15766, bufferData(ID: 53803055317024, frameNumber: 1)
11-19 11:43:29.395 12527 12558 I VRI[MainActivity]@fab2a10: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:29.396 1426 1470 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15766] setTransactionState with the first frame. bufferData(ID: 53803055317024, frameNumber: 1)
11-19 11:43:29.396 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:29.396 12527 12527 D VRI[MainActivity]@fab2a10: reportDrawFinished seqId=0
11-19 11:43:29.397 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:29.397 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15766] attach to parent LayerHierarchy{RequestedLayerState{6f58836 com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity#15762 parentId=15693} 1 children}
11-19 11:43:29.398 12527 12527 I VRI[MainActivity]@fab2a10: handleResized, frames=ClientWindowFrames{frame=[54,1120][1026,1469] display=[0,94][1080,2496] parentFrame=[0,0][0,0]} displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false dragResizingChanged=false
11-19 11:43:29.398 12527 12527 I VRI[MainActivity]@fab2a10: handleResized mSyncSeqId = 0
11-19 11:43:29.398 12527 12527 D VRI[MainActivity]@fab2a10: reportNextDraw android.view.ViewRootImpl.handleResized:2864 android.view.ViewRootImpl.-$$Nest$mhandleResized:0 android.view.ViewRootImpl$W.resized:13691 android.app.servertransaction.WindowStateResizeItem.execute:64 android.app.servertransaction.WindowStateTransactionItem.execute:59
11-19 11:43:29.398 12527 12527 I ImeFocusController: onPreWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:29.398 12527 12527 I ImeFocusController: onPostWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:29.413 12527 12527 D VRI[MainActivity]@fab2a10: Setup new sync=wmsSync-VRI[MainActivity]@fab2a10#18
11-19 11:43:29.413 12527 12527 I VRI[MainActivity]@fab2a10: Creating new active sync group VRI[MainActivity]@fab2a10#19
11-19 11:43:29.413 12527 12527 D VRI[MainActivity]@fab2a10: registerCallbacksForSync syncBuffer=false
11-19 11:43:29.413 12527 12567 D VRI[MainActivity]@fab2a10: Received frameDrawingCallback syncResult=0 frameNum=2.
11-19 11:43:29.413 12527 12567 I VRI[MainActivity]@fab2a10: Setting up sync and frameCommitCallback
11-19 11:43:29.415 12527 12558 I VRI[MainActivity]@fab2a10: Received frameCommittedCallback lastAttemptedDrawFrameNum=2 didProduceBuffer=true
11-19 11:43:29.415 12527 12527 D VRI[MainActivity]@fab2a10: reportDrawFinished seqId=0
11-19 11:43:29.430 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15766] hidden!! flag(0)
11-19 11:43:29.430 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15765] hidden!! flag(0)
11-19 11:43:29.447 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[MainActivity]@7a1bf00 mNativeObject= 0xb400007b9e149870 sc.mNativeObject= 0xb400007b2e1373d0 format= -1 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3386 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751
11-19 11:43:29.447 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=true req=(1080,2640)0 dur=1 res=0x0 s={true 0xb400007d5e1617c0} ch=false seqId=0
11-19 11:43:29.447 12527 12527 I VRI[MainActivity]@7a1bf00: registerCallbackForPendingTransactions
11-19 11:43:29.448 12527 12566 I VRI[MainActivity]@7a1bf00: mWNT: t=0xb400007d8e166dd0 mBlastBufferQueue=0xb400007b9e149870 fn= 3 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$9.onFrameDraw:6276 android.view.ViewRootImpl$3.onFrameDraw:2440 android.view.ThreadedRenderer$1.onFrameDraw:761
11-19 11:43:29.456 12527 12527 D VRI[MainActivity]@fab2a10: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e15f5b0}
11-19 11:43:29.456 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:29.456 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:29.461 12527 12602 D InputTransport: Input channel constructed: 'ClientS', fd=237
11-19 11:43:29.468 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:29.471 12527 12527 I VRI[MainActivity]@7a1bf00: handleResized, frames=ClientWindowFrames{frame=[0,0][1080,2640] display=[0,0][1080,2640] parentFrame=[0,0][0,0]} displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false dragResizingChanged=false
11-19 11:43:29.471 12527 12527 I VRI[MainActivity]@fab2a10: handleResized, frames=ClientWindowFrames{frame=[54,1120][1026,1469] display=[0,94][1080,2496] parentFrame=[0,0][0,0]} displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false dragResizingChanged=false
11-19 11:43:29.473 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df2000 | 0001 | RGBA_8888 | 338.0 0.0 1080.0 2640.0 | 0 0 742 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15765 (3)
11-19 11:43:29.473 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddddb0 | 0001 | RGBA_8888 | 0.0 0.0 1015.0 2640.0 | 65 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (125)
11-19 11:43:29.494 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df2000 | 0001 | RGBA_8888 | 300.0 0.0 1080.0 2640.0 | 0 0 780 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15765 (3)
11-19 11:43:29.494 1426 1426 D SurfaceFlinger: CLIENT | 0xb400007123de2e20 | 0001 | RGBA_8888 | 0.0 0.0 972.0 349.0 | 169 1269 311 1320 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15766 (2)
11-19 11:43:29.494 1426 1426 D SurfaceFlinger: CLIENT | 0xb400007123ddddb0 | 0001 | RGBA_8888 | 0.0 0.0 899.0 2640.0 | 181 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (125)
11-19 11:43:29.617 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df2000 | 0001 | RGBA_8888 | 53.0 0.0 1080.0 2640.0 | 0 0 1027 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15765 (3)
11-19 11:43:29.617 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd4c00 | 0001 | RGBA_8888 | 0.0 0.0 972.0 349.0 | 10 1123 965 1466 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15766 (3)
11-19 11:43:29.617 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddddb0 | 0001 | RGBA_8888 | 0.0 0.0 158.0 2640.0 | 922 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713 (125)
11-19 11:43:29.663 12527 12591 D jingbit : startCall onResponse===https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---{"code":"success","msg":"Success","data":{"aiPicture":1,"advertisement": true,"advBlacklist":["203800",""]},"timestamp":1763516609393}---
11-19 11:43:29.664 12527 12591 D jingbit : onSuccess:com.jingbit.http.response.SingleResp@f76146e
11-19 11:43:29.665 12527 12527 I WindowManager: WindowManagerGlobal#removeView, ty=2, view=com.android.internal.policy.DecorView{2beed3 V.ED..... R....... 0,0-972,349 aid=1073741828}[MainActivity], caller=android.view.WindowManagerGlobal.removeView:626 android.view.WindowManagerImpl.removeViewImmediate:216 android.app.Dialog.dismissDialog:808
11-19 11:43:29.666 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@227381f
11-19 11:43:29.670 12527 12527 I VRI[MainActivity]@fab2a10: dispatchDetachedFromWindow
11-19 11:43:29.672 1652 2583 V WindowManager: Remove Window{6f58836 u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527)/@0x9214040 mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=true animating=false app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:43:29.683 12527 12527 D InputTransport: Input channel destroyed: '6f58836', fd=133
11-19 11:43:29.687 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity, from=android.view.ViewRootImpl.handleInsetsControlChanged:2888, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:29.687 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:29.687 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:29.721 12527 12527 D VRI[MainActivity]@7a1bf00: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e1617c0}
11-19 11:43:29.723 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:29.723 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:29.727 12527 12663 D InputTransport: Input channel constructed: 'ClientS', fd=133
11-19 11:43:29.750 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:29.851 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123de6300 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15765 (4)
11-19 11:43:29.851 1426 1426 D SurfaceFlinger: CLIENT | 0xb400007123dd4c00 | 0001 | RGBA_8888 | 0.0 0.0 972.0 349.0 | 469 1269 611 1320 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15766 (3)
11-19 11:43:29.855 12527 12527 I VRI[BTSettingActivity]@7f9be00: handleAppVisibility mAppVisible = true visible = false
11-19 11:43:29.855 12527 12527 D VRI[BTSettingActivity]@7f9be00: visibilityChanged oldVisibility=true newVisibility=false
11-19 11:43:29.870 1652 2583 V WindowManager: Relayout hash=47abec8, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={adjust=resize} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:29.873 12527 12527 I VRI[BTSettingActivity]@7f9be00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)8 dur=5 res=0x2 s={false 0x0} ch=true seqId=0
11-19 11:43:29.873 12527 12527 D VRI[BTSettingActivity]@7f9be00: Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility
11-19 11:43:29.875 12527 12527 I VRI[BTSettingActivity]@7f9be00: stopped(true) old = false
11-19 11:43:29.875 12527 12527 D VRI[BTSettingActivity]@7f9be00: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity set to true
11-19 11:43:29.878 12527 12527 I BluetoothAdapter: cancelDiscovery
11-19 11:43:29.879 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.BTSettingActivity$_12527#15713] hidden!! flag(1)
11-19 11:43:29.882 1652 1890 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527)/@0x9214040 called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.destroySurfaceUnchecked:5 com.android.server.wm.WindowState.destroySurface:126 com.android.server.wm.WindowState.onExitAnimationDone:222 com.android.server.wm.WindowState.onAnimationFinished:161 com.android.server.wm.WindowContainer$$ExternalSyntheticLambda5.onAnimationFinished:26 com.android.server.wm.SurfaceAnimator$$ExternalSyntheticLambda1.run:28
11-19 11:43:29.882 12527 12527 I BluetoothAdapter: cancelDiscovery
11-19 11:43:29.884 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mCurRootView:Landroid/view/ViewRootImpl; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:29.885 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mServedView:Landroid/view/View; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:29.885 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mNextServedView:Landroid/view/View; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:29.886 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@b9aea8a
11-19 11:43:29.887 12527 12527 I VRI[BTSettingActivity]@7f9be00: dispatchDetachedFromWindow
11-19 11:43:29.888 1652 2583 V WindowManager: Remove Window{47abec8 u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527)/@0xe6ca6ed mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=false animating=false app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:43:29.888 1652 2583 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527)/@0xe6ca6ed called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.removeImmediately:43 com.android.server.wm.WindowState.removeIfPossible:635 com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536
11-19 11:43:29.889 12527 12527 D InputTransport: Input channel destroyed: '47abec8', fd=177
11-19 11:43:29.896 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15766} no children}] reparent to OffscreenRoot
11-19 11:43:29.896 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15766} no children}] RelativeParent to null
11-19 11:43:29.899 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123de6300 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15765 (4)
11-19 11:43:29.912 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15766] hidden!! flag(1)
11-19 11:43:29.912 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15713} no children}] reparent to OffscreenRoot
11-19 11:43:29.912 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15713} no children}] RelativeParent to null
11-19 11:43:29.914 1426 1426 I SurfaceFlinger: id=15713 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15713 (296)
11-19 11:43:29.914 1426 1426 I SurfaceFlinger: id=15766 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15766 (296)
11-19 11:43:29.929 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15713
11-19 11:43:29.929 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15766
11-19 11:43:29.930 1426 1426 I Layer : id=15766 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15766
11-19 11:43:29.931 1426 1426 I Layer : id=15713 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.BTSettingActivity$_12527#15713
11-19 11:43:30.033 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123de6300 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15765 (4)
11-19 11:43:30.449 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123de6300 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15765 (4)
11-19 11:43:31.560 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, '2d21c6d', t=1
11-19 11:43:31.560 12527 12527 I VRI[MainActivity]@7a1bf00: ViewPostIme pointer 0
11-19 11:43:31.561 12527 12527 I VRI[MainActivity]@7a1bf00: call setFrameRateCategory for touch hint category=high hint, reason=touch, vri=VRI[MainActivity]@7a1bf00
11-19 11:43:31.579 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15765] setFrameRateCategory: HighHint
11-19 11:43:31.623 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, '2d21c6d', t=1
11-19 11:43:31.624 12527 12527 I VRI[MainActivity]@7a1bf00: ViewPostIme pointer 1
11-19 11:43:31.633 1652 5508 D ActivityTaskManager: startActivityAsUser: callingPid=12527, callingUid=10458, caller=com.android.server.wm.ActivityTaskManagerService.startActivity:120 android.app.IActivityTaskManager$Stub.onTransact:1356 com.android.server.wm.ActivityTaskManagerService.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack> <bottom of call stack>
11-19 11:43:31.655 12527 12527 D ActivityThread: com.efercro.aumilabel will use render engine as VK
11-19 11:43:31.664 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:31.664 12527 12527 D CompatChangeReporter: Compat change id reported: 303326708; UID 10458; state: ENABLED
11-19 11:43:31.666 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:31.666 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:31.667 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:31.667 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:31.678 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=fffafafa d=android.graphics.drawable.ColorDrawable@c9ed924
11-19 11:43:31.680 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelSettingActivity onAdaptBefore!
11-19 11:43:31.680 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelSettingActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:31.680 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelSettingActivity has been adapted!
11-19 11:43:31.680 12527 12527 D AndroidAutoSize: LabelSettingActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:31.680 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelSettingActivity onAdaptAfter!
11-19 11:43:31.683 12527 12527 I Dialog : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
11-19 11:43:31.684 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:31.684 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:31.684 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:31.692 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelSettingActivity onAdaptBefore!
11-19 11:43:31.692 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelSettingActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:31.692 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelSettingActivity has been adapted!
11-19 11:43:31.692 12527 12527 D AndroidAutoSize: LabelSettingActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:31.692 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelSettingActivity onAdaptAfter!
11-19 11:43:31.693 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptBefore!
11-19 11:43:31.693 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment used the global configuration.
11-19 11:43:31.693 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelSettingActivity has been adapted!
11-19 11:43:31.693 12527 12527 D AndroidAutoSize: LabelSettingActivity Info: isBaseOnWidth = true, designWidthInDp = 360.000000, designWidthInSubunits = 360.000000, targetDensity = 3.000000, targetScaledDensity = 3.000000, targetDensityDpi = 480, targetXdpi = 3.000000, targetScreenWidthDp = 360, targetScreenHeightDp = 848
11-19 11:43:31.693 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptAfter!
11-19 11:43:31.694 12527 12527 I Dialog : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
11-19 11:43:31.695 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:31.695 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:31.698 12527 12527 D InputTransport: Input channel constructed: '7b4e819', fd=173
11-19 11:43:31.699 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:31.699 12527 12527 I VRI[LabelSettingActivity]@1f0674a: synced displayState. AttachInfo displayState=2
11-19 11:43:31.700 12527 12527 I VRI[LabelSettingActivity]@1f0674a: setView = com.android.internal.policy.DecorView@f98731 IsHRR=false TM=true
11-19 11:43:31.707 1426 1579 I SurfaceFlinger: id=15781 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527#15781
11-19 11:43:31.708 1652 5508 D WindowManager: makeSurface duration=1 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527
11-19 11:43:31.712 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527#15781] attach to parent LayerHierarchy{RequestedLayerState{7b4e819 com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity#15780 parentId=15779} 1 children}
11-19 11:43:31.712 1652 5508 V WindowManager: Relayout hash=7b4e819, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={adjust=pan forwardNavigation} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:31.713 12527 12527 I BufferQueueProducer: [](id:30ef00000009,api:0,p:0,c:12527) setDequeueTimeout:2077252342
11-19 11:43:31.715 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[LabelSettingActivity]@1f0674a mNativeObject= 0xb400007b9e13a190 sc.mNativeObject= 0xb400007b2e13bb10 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:31.715 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[LabelSettingActivity]@1f0674a mNativeObject= 0xb400007b9e13a190 sc.mNativeObject= 0xb400007b2e13bb10 format= -1 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:31.715 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:31.715 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:31.715 12527 12527 I VRI[LabelSettingActivity]@1f0674a: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)0 dur=6 res=0x3 s={true 0xb400007d5e167df0} ch=true seqId=0
11-19 11:43:31.716 12527 12527 I VRI[LabelSettingActivity]@1f0674a: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:31.716 12527 12527 D VRI[LabelSettingActivity]@1f0674a: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e167df0} hwInitialized=true
11-19 11:43:31.719 12527 12527 D VRI[LabelSettingActivity]@1f0674a: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:31.719 12527 12527 D VRI[LabelSettingActivity]@1f0674a: Setup new sync=wmsSync-VRI[LabelSettingActivity]@1f0674a#20
11-19 11:43:31.719 12527 12527 I VRI[LabelSettingActivity]@1f0674a: Creating new active sync group VRI[LabelSettingActivity]@1f0674a#21
11-19 11:43:31.720 12527 12527 D VRI[LabelSettingActivity]@1f0674a: registerCallbacksForSync syncBuffer=false
11-19 11:43:31.723 12527 12567 D VRI[LabelSettingActivity]@1f0674a: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:31.723 12527 12567 I VRI[LabelSettingActivity]@1f0674a: mWNT: t=0xb400007d8e16ddd0 mBlastBufferQueue=0xb400007b9e13a190 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:31.723 12527 12567 I VRI[LabelSettingActivity]@1f0674a: Setting up sync and frameCommitCallback
11-19 11:43:31.744 12527 12558 I BLASTBufferQueue: [VRI[LabelSettingActivity]@1f0674a#9](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:31.744 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15781, bufferData(ID: 53803055317029, frameNumber: 1)
11-19 11:43:31.744 12527 12558 I VRI[LabelSettingActivity]@1f0674a: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:31.744 1426 1579 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527#15781] setTransactionState with the first frame. bufferData(ID: 53803055317029, frameNumber: 1)
11-19 11:43:31.745 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:31.745 12527 12527 D VRI[LabelSettingActivity]@1f0674a: reportDrawFinished seqId=0
11-19 11:43:31.745 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:31.745 12527 12527 I ImeFocusController: onPreWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:31.746 12527 12527 I ImeFocusController: onPostWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:31.748 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity
11-19 11:43:31.749 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity
11-19 11:43:31.758 1652 1872 I Pageboost: Launch time gathered : pid 12527 com.efercro.aumilabel 114
11-19 11:43:31.778 1426 1476 D RenderEngine: [SEC_SF_EFFECTS] drawLayersInternal,1299, Rendering layer com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15765 at index 1
11-19 11:43:31.795 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ty.LabelSettingActivity$_12527#15781] hidden!! flag(0)
11-19 11:43:31.808 12527 12527 D VRI[LabelSettingActivity]@1f0674a: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e167df0}
11-19 11:43:31.808 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:31.808 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:31.813 12527 12541 D InputTransport: Input channel constructed: 'ClientS', fd=207
11-19 11:43:31.830 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity
11-19 11:43:31.838 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd92e0 | 0001 | RGBA_8888 | 35.0 0.0 1080.0 2640.0 | 0 0 1045 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15765 (6)
11-19 11:43:31.838 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123de6930 | 0001 | RGBA_8888 | 0.0 0.0 106.0 2640.0 | 974 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ty.LabelSettingActivity$_12527#15781 (2)
11-19 11:43:31.951 799 799 D io_stats: !@ Read_top(KB): .apps.messaging(32606) 43588 ercro.aumilabel(12527) 332 system_server(1652) 208
11-19 11:43:32.259 12527 12527 I VRI[MainActivity]@7a1bf00: handleAppVisibility mAppVisible = true visible = false
11-19 11:43:32.259 12527 12527 D VRI[MainActivity]@7a1bf00: visibilityChanged oldVisibility=true newVisibility=false
11-19 11:43:32.273 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123de6930 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ty.LabelSettingActivity$_12527#15781 (2)
11-19 11:43:32.278 1652 5508 V WindowManager: Relayout hash=2d21c6d, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=always_hidden adjust=resize} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:32.278 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15765] hidden!! flag(1)
11-19 11:43:32.280 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)8 dur=9 res=0x2 s={false 0x0} ch=true seqId=0
11-19 11:43:32.280 12527 12527 D VRI[MainActivity]@7a1bf00: Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility
11-19 11:43:32.281 12527 12527 I VRI[MainActivity]@7a1bf00: stopped(true) old = false
11-19 11:43:32.281 12527 12527 D VRI[MainActivity]@7a1bf00: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity set to true
11-19 11:43:32.297 1652 5508 V WindowManager: Relayout hash=2d21c6d, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=always_hidden adjust=pan} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:32.298 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)8 dur=4 res=0x2 s={false 0x0} ch=false seqId=0
11-19 11:43:32.300 1652 6001 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527)/@0xd98fd8e called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.destroySurfaceUnchecked:5 com.android.server.wm.WindowState.destroySurface:126 com.android.server.wm.ActivityRecord.destroySurfaces:25 com.android.server.wm.ActivityRecord.activityStopped:204 com.android.server.wm.ActivityClientController.activityStopped:95 android.app.IActivityClientController$Stub.onTransact:722
11-19 11:43:32.311 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15765} no children}] reparent to OffscreenRoot
11-19 11:43:32.311 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15765} no children}] RelativeParent to null
11-19 11:43:32.314 1426 1426 I SurfaceFlinger: id=15765 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15765 (296)
11-19 11:43:32.328 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15765
11-19 11:43:32.331 1426 1426 I Layer : id=15765 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15765
11-19 11:43:33.051 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123de6930 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ty.LabelSettingActivity$_12527#15781 (2)
11-19 11:43:33.723 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, '7b4e819', t=1
11-19 11:43:33.724 12527 12527 I VRI[LabelSettingActivity]@1f0674a: ViewPostIme pointer 0
11-19 11:43:33.725 12527 12527 I VRI[LabelSettingActivity]@1f0674a: call setFrameRateCategory for touch hint category=high hint, reason=touch, vri=VRI[LabelSettingActivity]@1f0674a
11-19 11:43:33.743 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527#15781] setFrameRateCategory: HighHint
11-19 11:43:33.778 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, '7b4e819', t=1
11-19 11:43:33.779 12527 12527 I VRI[LabelSettingActivity]@1f0674a: ViewPostIme pointer 1
11-19 11:43:33.785 12527 12527 D jingbit : encode:label_w===15.0
11-19 11:43:33.785 12527 12527 D jingbit : encode:label_h===30.0
11-19 11:43:33.803 12527 12527 I VRI[MainActivity]@7a1bf00: handleAppVisibility mAppVisible = false visible = true
11-19 11:43:33.804 12527 12527 I VRI[MainActivity]@7a1bf00: stopped(false) old = true
11-19 11:43:33.804 12527 12527 D VRI[MainActivity]@7a1bf00: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity set to false
11-19 11:43:33.804 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity onAdaptBefore!
11-19 11:43:33.804 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:33.804 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.MainActivity has been adapted!
11-19 11:43:33.804 12527 12527 D AndroidAutoSize: MainActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:33.804 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity onAdaptAfter!
11-19 11:43:33.809 1652 6001 D ActivityTaskManager: startActivityAsUser: callingPid=12527, callingUid=10458, caller=com.android.server.wm.ActivityTaskManagerService.startActivity:120 android.app.IActivityTaskManager$Stub.onTransact:1356 com.android.server.wm.ActivityTaskManagerService.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack> <bottom of call stack>
11-19 11:43:33.819 12527 12527 I Dialog : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
11-19 11:43:33.819 12527 12527 D jingbit : postByJson:{"key":"walkprint-set","version":"1"}
11-19 11:43:33.819 12527 12527 D jingbit : startCall===addHeaders:https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---
11-19 11:43:33.819 12527 12527 D jingbit : startCall===https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---timestamp: 1763516613819
11-19 11:43:33.819 12527 12527 D jingbit : token: eyJhbGciOiJIUzI1NiJ9.eyJzY2kiOiI3NjQ2OTIzIiwiZXhwIjoxNzYzNTI0NjQyLCJzY3QiOjIsImNoaWQiOiIyMDI0LTAwMDYtMDAwNiJ9.FuhumvYkqUJo3Zkwj6zVnM0eqGiKt6RdNFOzZAoq-nk
11-19 11:43:33.819 12527 12527 D jingbit : Content-Type: application/json
11-19 11:43:33.821 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=70000000 d=android.graphics.drawable.ColorDrawable@bd831b3
11-19 11:43:33.822 12527 12527 I WindowManager: WindowManagerGlobal#addView, ty=2, view=com.android.internal.policy.DecorView{fc5bf6e V.E...... R.....I. 0,0-0,0}[MainActivity], caller=android.view.WindowManagerImpl.addView:158 android.app.Dialog.show:511 com.jingbit.dialog.BaseDialog.showDialog:35
11-19 11:43:33.823 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:33.824 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:33.832 12527 12527 D InputTransport: Input channel constructed: 'eb88dd ', fd=172
11-19 11:43:33.833 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:33.833 12527 12527 I VRI[MainActivity]@49a360f: synced displayState. AttachInfo displayState=2
11-19 11:43:33.835 12527 12527 I VRI[MainActivity]@49a360f: setView = com.android.internal.policy.DecorView@fc5bf6e IsHRR=false TM=true
11-19 11:43:33.835 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=0 d=android.graphics.drawable.ColorDrawable@d12647a
11-19 11:43:33.837 1426 1579 I SurfaceFlinger: id=15795 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15795
11-19 11:43:33.838 1652 6001 D WindowManager: makeSurface duration=2 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527
11-19 11:43:33.839 1652 6001 V WindowManager: Relayout hash=2d21c6d, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=always_hidden adjust=resize} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:33.840 12527 12527 I BufferQueueProducer: [](id:30ef0000000a,api:0,p:-1,c:12527) setDequeueTimeout:2077252342
11-19 11:43:33.840 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[MainActivity]@7a1bf00 mNativeObject= 0xb400007b9e14a1d0 sc.mNativeObject= 0xb400007b2e145dd0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:33.841 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[MainActivity]@7a1bf00 mNativeObject= 0xb400007b9e14a1d0 sc.mNativeObject= 0xb400007b2e145dd0 format= -1 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:33.841 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:33.841 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:33.841 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)0 dur=3 res=0x3 s={true 0xb400007d5e1617c0} ch=true seqId=0
11-19 11:43:33.841 12527 12527 D VRI[MainActivity]@7a1bf00: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e1617c0} hwInitialized=true
11-19 11:43:33.842 12527 12527 D VRI[MainActivity]@7a1bf00: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:33.842 12527 12527 D VRI[MainActivity]@7a1bf00: Setup new sync=wmsSync-VRI[MainActivity]@7a1bf00#22
11-19 11:43:33.842 12527 12527 I VRI[MainActivity]@7a1bf00: Creating new active sync group VRI[MainActivity]@7a1bf00#23
11-19 11:43:33.842 12527 12527 D VRI[MainActivity]@7a1bf00: Start draw after previous draw not visible
11-19 11:43:33.843 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15795] attach to parent LayerHierarchy{RequestedLayerState{2d21c6d com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity#15697 parentId=15693} 1 children}
11-19 11:43:33.848 12527 12527 D VRI[MainActivity]@7a1bf00: registerCallbacksForSync syncBuffer=false
11-19 11:43:33.850 12527 12566 D VRI[MainActivity]@7a1bf00: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:33.850 12527 12566 I VRI[MainActivity]@7a1bf00: mWNT: t=0xb400007d8e18b490 mBlastBufferQueue=0xb400007b9e14a1d0 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:33.850 12527 12566 I VRI[MainActivity]@7a1bf00: Setting up sync and frameCommitCallback
11-19 11:43:33.851 12527 12558 I BLASTBufferQueue: [VRI[MainActivity]@7a1bf00#10](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:33.852 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15795, bufferData(ID: 53803055317035, frameNumber: 1)
11-19 11:43:33.852 12527 12558 I VRI[MainActivity]@7a1bf00: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:33.852 12527 12527 D VRI[MainActivity]@7a1bf00: reportDrawFinished seqId=0
11-19 11:43:33.852 1426 1471 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15795] setTransactionState with the first frame. bufferData(ID: 53803055317035, frameNumber: 1)
11-19 11:43:33.855 1426 1471 I SurfaceFlinger: id=15796 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15796
11-19 11:43:33.856 1652 5508 D WindowManager: makeSurface duration=2 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527
11-19 11:43:33.859 1652 5508 V WindowManager: Relayout hash=eb88dd, pid=12527, syncId=-1: mAttrs={(0,0)(972xwrap) gr=CENTER sim={adjust=pan} ty=APPLICATION fmt=TRANSPARENT wanim=0x7f140005
11-19 11:43:33.860 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:33.860 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:33.860 12527 12527 I BufferQueueProducer: [](id:30ef0000000b,api:0,p:1847451856,c:12527) setDequeueTimeout:2077252342
11-19 11:43:33.860 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15796] attach to parent LayerHierarchy{RequestedLayerState{eb88dd com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity#15792 parentId=15693} 1 children}
11-19 11:43:33.861 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[MainActivity]@49a360f mNativeObject= 0xb400007b9e14e690 sc.mNativeObject= 0xb400007b2e145c50 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:33.861 12527 12527 I BLASTBufferQueue_Java: update, w= 972 h= 349 mName = VRI[MainActivity]@49a360f mNativeObject= 0xb400007b9e14e690 sc.mNativeObject= 0xb400007b2e145c50 format= -2 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:33.861 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:33.861 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:33.861 12527 12527 I VRI[MainActivity]@49a360f: Relayout returned: old=(0,94,1080,2496) new=(54,1120,1026,1469) relayoutAsync=false req=(972,349)0 dur=6 res=0x3 s={true 0xb400007d5e176c60} ch=true seqId=0
11-19 11:43:33.862 12527 12527 I VRI[MainActivity]@49a360f: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:33.862 12527 12527 D VRI[MainActivity]@49a360f: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e176c60} hwInitialized=true
11-19 11:43:33.863 12527 12527 D VRI[MainActivity]@49a360f: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:33.863 12527 12527 D VRI[MainActivity]@49a360f: Setup new sync=wmsSync-VRI[MainActivity]@49a360f#24
11-19 11:43:33.863 12527 12527 I VRI[MainActivity]@49a360f: Creating new active sync group VRI[MainActivity]@49a360f#25
11-19 11:43:33.863 12527 12527 D VRI[MainActivity]@49a360f: registerCallbacksForSync syncBuffer=false
11-19 11:43:33.863 12527 12567 D VRI[MainActivity]@49a360f: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:33.864 12527 12567 I VRI[MainActivity]@49a360f: mWNT: t=0xb400007d8e186950 mBlastBufferQueue=0xb400007b9e14e690 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:33.864 12527 12567 I VRI[MainActivity]@49a360f: Setting up sync and frameCommitCallback
11-19 11:43:33.865 12527 12558 I BLASTBufferQueue: [VRI[MainActivity]@49a360f#11](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:33.865 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15796, bufferData(ID: 53803055317036, frameNumber: 1)
11-19 11:43:33.865 12527 12558 I VRI[MainActivity]@49a360f: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:33.865 1426 1471 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15796] setTransactionState with the first frame. bufferData(ID: 53803055317036, frameNumber: 1)
11-19 11:43:33.865 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:33.865 12527 12527 D VRI[MainActivity]@49a360f: reportDrawFinished seqId=0
11-19 11:43:33.868 12527 12527 I WindowManager: WindowManagerGlobal#removeView, ty=2, view=com.android.internal.policy.DecorView{fc5bf6e V.ED..... R....... 0,0-972,349}[MainActivity], caller=android.view.WindowManagerGlobal.removeView:626 android.view.WindowManagerImpl.removeViewImmediate:216 android.app.Dialog.dismissDialog:808
11-19 11:43:33.868 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@b0ce02a
11-19 11:43:33.870 12527 12527 I VRI[MainActivity]@49a360f: dispatchDetachedFromWindow
11-19 11:43:33.870 1652 1669 V WindowManager: Remove Window{eb88dd u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527)/@0x17bf695 mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=false animating=false app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:43:33.872 1652 1669 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527)/@0x17bf695 called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.removeImmediately:43 com.android.server.wm.WindowState.removeIfPossible:635 com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536
11-19 11:43:33.877 12527 12527 D InputTransport: Input channel destroyed: 'eb88dd ', fd=172
11-19 11:43:33.886 12527 12527 I ImeFocusController: onPreWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:33.886 12527 12527 I ImeFocusController: onPostWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:33.887 12527 12527 D ActivityThread: com.efercro.aumilabel will use render engine as VK
11-19 11:43:33.905 12527 12527 W TabLayout: GRAVITY_START is not supported with the current tab mode, GRAVITY_CENTER will be used instead
11-19 11:43:33.909 12527 12527 D ScrollView: initGoToTop
11-19 11:43:33.918 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:33.920 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=fffafafa d=android.graphics.drawable.ColorDrawable@96a82da
11-19 11:43:33.922 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelEditActivity onAdaptBefore!
11-19 11:43:33.922 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelEditActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:33.922 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelEditActivity has been adapted!
11-19 11:43:33.922 12527 12527 D AndroidAutoSize: LabelEditActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:33.922 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelEditActivity onAdaptAfter!
11-19 11:43:33.932 12527 12527 W libc : Access denied finding property "qemu.hw.mainkeys"
11-19 11:43:33.932 12527 12527 D jingbit : initPanel:167---1763516611683
11-19 11:43:33.934 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:33.934 12527 12527 I ImeTracker: com.efercro.aumilabel:dc1b09e3: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT fromUser false
11-19 11:43:33.935 12527 12527 I InputMethodManager_LC: hsifw() - flag : 0
11-19 11:43:33.935 12527 12527 I ImeTracker: com.efercro.aumilabel:dc1b09e3: onFailed at PHASE_CLIENT_VIEW_SERVED
11-19 11:43:33.935 12527 12527 I InputMethodManager: hsifw() ignored windowToken=null servedView=com.android.internal.policy.DecorView{f98731 V.E...... R....... 0,0-1080,2640 aid=3}[LabelSettingActivity],focus=false,windowFocus=false,window=android.view.ViewRootImpl$W@1f0674a,displayId=0,temporaryDetach=false,hasImeFocus=true mDisplayId=0
11-19 11:43:33.935 12527 12527 D jingbit : cost time:0.004
11-19 11:43:33.936 12527 12527 I ImeTracker: com.efercro.aumilabel:e887706f: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT fromUser false
11-19 11:43:33.936 12527 12527 I InputMethodManager_LC: hsifw() - flag : 0
11-19 11:43:33.936 12527 12527 I ImeTracker: com.efercro.aumilabel:e887706f: onFailed at PHASE_CLIENT_VIEW_SERVED
11-19 11:43:33.936 12527 12527 I InputMethodManager: hsifw() ignored windowToken=null servedView=com.android.internal.policy.DecorView{f98731 V.E...... R....... 0,0-1080,2640 aid=3}[LabelSettingActivity],focus=false,windowFocus=false,window=android.view.ViewRootImpl$W@1f0674a,displayId=0,temporaryDetach=false,hasImeFocus=true mDisplayId=0
11-19 11:43:33.937 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelEditActivity onAdaptBefore!
11-19 11:43:33.937 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelEditActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:33.937 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelEditActivity has been adapted!
11-19 11:43:33.937 12527 12527 D AndroidAutoSize: LabelEditActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:33.937 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelEditActivity onAdaptAfter!
11-19 11:43:33.937 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptBefore!
11-19 11:43:33.937 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment used the global configuration.
11-19 11:43:33.937 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelEditActivity has been adapted!
11-19 11:43:33.937 12527 12527 D AndroidAutoSize: LabelEditActivity Info: isBaseOnWidth = true, designWidthInDp = 360.000000, designWidthInSubunits = 360.000000, targetDensity = 3.000000, targetScaledDensity = 3.000000, targetDensityDpi = 480, targetXdpi = 3.000000, targetScreenWidthDp = 360, targetScreenHeightDp = 848
11-19 11:43:33.937 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptAfter!
11-19 11:43:33.938 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.FormatFragment onAdaptBefore!
11-19 11:43:33.938 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.FormatFragment implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:33.938 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelEditActivity has been adapted!
11-19 11:43:33.938 12527 12527 D AndroidAutoSize: LabelEditActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:33.938 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.FormatFragment onAdaptAfter!
11-19 11:43:33.952 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.StyleFragment onAdaptBefore!
11-19 11:43:33.952 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.StyleFragment implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:33.953 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelEditActivity has been adapted!
11-19 11:43:33.953 12527 12527 D AndroidAutoSize: LabelEditActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:33.953 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.StyleFragment onAdaptAfter!
11-19 11:43:33.973 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.FontFragment onAdaptBefore!
11-19 11:43:33.973 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.FontFragment implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:33.973 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelEditActivity has been adapted!
11-19 11:43:33.973 12527 12527 D AndroidAutoSize: LabelEditActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:33.973 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.FontFragment onAdaptAfter!
11-19 11:43:33.975 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.DataFragment onAdaptBefore!
11-19 11:43:33.975 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.DataFragment implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:33.975 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelEditActivity has been adapted!
11-19 11:43:33.975 12527 12527 D AndroidAutoSize: LabelEditActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:33.975 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.fragment.labelattr.DataFragment onAdaptAfter!
11-19 11:43:33.980 12527 12527 I Dialog : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
11-19 11:43:33.981 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:33.982 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:33.985 12527 12527 D InputTransport: Input channel constructed: 'e8ff703', fd=172
11-19 11:43:33.985 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:33.985 12527 12527 I VRI[LabelEditActivity]@eecfe02: synced displayState. AttachInfo displayState=2
11-19 11:43:33.986 12527 12527 I VRI[LabelEditActivity]@eecfe02: setView = com.android.internal.policy.DecorView@6173749 IsHRR=false TM=true
11-19 11:43:33.986 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity
11-19 11:43:33.987 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity
11-19 11:43:33.995 1426 1471 I SurfaceFlinger: id=15803 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15803
11-19 11:43:33.996 1652 6001 D WindowManager: makeSurface duration=2 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527
11-19 11:43:34.002 1652 6001 V WindowManager: Relayout hash=e8ff703, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=visible adjust=resize} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:34.002 12527 12527 I BufferQueueProducer: [](id:30ef0000000c,api:0,p:0,c:12527) setDequeueTimeout:2077252342
11-19 11:43:34.003 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[LabelEditActivity]@eecfe02 mNativeObject= 0xb400007b9e14dd30 sc.mNativeObject= 0xb400007b2e14e350 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:34.003 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[LabelEditActivity]@eecfe02 mNativeObject= 0xb400007b9e14dd30 sc.mNativeObject= 0xb400007b2e14e350 format= -1 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:34.003 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:34.003 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:34.003 12527 12527 I VRI[LabelEditActivity]@eecfe02: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)0 dur=8 res=0x3 s={true 0xb400007d5e170630} ch=true seqId=0
11-19 11:43:34.004 12527 12527 I VRI[LabelEditActivity]@eecfe02: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:34.004 12527 12527 D VRI[LabelEditActivity]@eecfe02: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e170630} hwInitialized=true
11-19 11:43:34.010 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15803] attach to parent LayerHierarchy{RequestedLayerState{e8ff703 com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity#15802 parentId=15791} 1 children}
11-19 11:43:34.017 12527 12527 D ScrollView: onsize change changed
11-19 11:43:34.017 12527 12527 D VRI[LabelEditActivity]@eecfe02: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:34.018 12527 12527 D VRI[LabelEditActivity]@eecfe02: Setup new sync=wmsSync-VRI[LabelEditActivity]@eecfe02#26
11-19 11:43:34.018 12527 12527 I VRI[LabelEditActivity]@eecfe02: Creating new active sync group VRI[LabelEditActivity]@eecfe02#27
11-19 11:43:34.019 12527 12527 D VRI[LabelEditActivity]@eecfe02: registerCallbacksForSync syncBuffer=false
11-19 11:43:34.021 12527 12527 D jingbit : dispatchDraw=========android.view.View{4915263 V.ED..... ........ 0,0-450,225}
11-19 11:43:34.021 12527 12527 D jingbit : drawHorizontalTicks:315---450---1.0
11-19 11:43:34.021 12527 12527 D jingbit : drawVerticalTicks:412.5---642---1.0
11-19 11:43:34.022 12527 12566 D VRI[LabelEditActivity]@eecfe02: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:34.022 12527 12566 I VRI[LabelEditActivity]@eecfe02: mWNT: t=0xb400007d8e1b8750 mBlastBufferQueue=0xb400007b9e14dd30 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:34.022 12527 12566 I VRI[LabelEditActivity]@eecfe02: Setting up sync and frameCommitCallback
11-19 11:43:34.033 12527 12558 I BLASTBufferQueue: [VRI[LabelEditActivity]@eecfe02#12](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:34.033 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15803, bufferData(ID: 53803055317042, frameNumber: 1)
11-19 11:43:34.034 12527 12558 I VRI[LabelEditActivity]@eecfe02: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:34.034 1426 1471 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15803] setTransactionState with the first frame. bufferData(ID: 53803055317042, frameNumber: 1)
11-19 11:43:34.034 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:34.034 12527 12527 D VRI[LabelEditActivity]@eecfe02: reportDrawFinished seqId=0
11-19 11:43:34.035 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:34.035 12527 12527 D jingbit : dispatchDraw=========android.view.View{4915263 V.ED..... ........ 0,0-450,225}
11-19 11:43:34.035 12527 12527 D jingbit : drawHorizontalTicks:315---450---1.0
11-19 11:43:34.035 12527 12527 D jingbit : drawVerticalTicks:412.5---642---1.0
11-19 11:43:34.036 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[MainActivity]@7a1bf00 mNativeObject= 0xb400007b9e14a1d0 sc.mNativeObject= 0xb400007b2e145dd0 format= -1 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3386 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751
11-19 11:43:34.036 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=true req=(1080,2640)0 dur=0 res=0x0 s={true 0xb400007d5e1617c0} ch=false seqId=0
11-19 11:43:34.036 12527 12527 I VRI[MainActivity]@7a1bf00: registerCallbackForPendingTransactions
11-19 11:43:34.038 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity
11-19 11:43:34.038 12527 12567 I VRI[MainActivity]@7a1bf00: mWNT: t=0xb400007d8e177d10 mBlastBufferQueue=0xb400007b9e14a1d0 fn= 2 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$9.onFrameDraw:6276 android.view.ViewRootImpl$3.onFrameDraw:2440 android.view.ThreadedRenderer$1.onFrameDraw:761
11-19 11:43:34.038 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity
11-19 11:43:34.040 1652 1872 I Pageboost: Launch time gathered : pid 12527 com.efercro.aumilabel 223
11-19 11:43:34.060 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15803] hidden!! flag(0)
11-19 11:43:34.061 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15796} no children}] reparent to OffscreenRoot
11-19 11:43:34.061 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15796} no children}] RelativeParent to null
11-19 11:43:34.069 12527 12527 D VRI[LabelEditActivity]@eecfe02: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e170630}
11-19 11:43:34.070 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:34.070 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:34.072 12527 12663 D InputTransport: Input channel constructed: 'ClientS', fd=227
11-19 11:43:34.095 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity
11-19 11:43:34.102 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df4b50 | 0001 | RGBA_8888 | 336.0 0.0 1080.0 2640.0 | 0 0 744 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15803 (3)
11-19 11:43:34.102 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123de5070 | 0001 | RGBA_8888 | 0.0 0.0 1009.0 2640.0 | 71 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ty.LabelSettingActivity$_12527#15781 (4)
11-19 11:43:34.170 12527 12591 D jingbit : startCall onResponse===https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---{"code":"success","msg":"Success","data":{"aiPicture":1,"advertisement": true,"advBlacklist":["203800",""]},"timestamp":1763516613869}---
11-19 11:43:34.170 12527 12591 D jingbit : onSuccess:com.jingbit.http.response.SingleResp@482f90
11-19 11:43:34.231 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df4b50 | 0001 | RGBA_8888 | 64.0 0.0 1080.0 2640.0 | 0 0 1016 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15803 (3)
11-19 11:43:34.231 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123de5070 | 0001 | RGBA_8888 | 0.0 0.0 191.0 2640.0 | 889 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ty.LabelSettingActivity$_12527#15781 (4)
11-19 11:43:34.468 1426 1579 I SurfaceFlinger: id=15796 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15796 (303)
11-19 11:43:34.470 12527 12527 I VRI[LabelSettingActivity]@1f0674a: handleAppVisibility mAppVisible = true visible = false
11-19 11:43:34.470 12527 12527 D VRI[LabelSettingActivity]@1f0674a: visibilityChanged oldVisibility=true newVisibility=false
11-19 11:43:34.476 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15796
11-19 11:43:34.481 1426 1426 I Layer : id=15796 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15796
11-19 11:43:34.487 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df4b50 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15803 (3)
11-19 11:43:34.489 1652 6001 V WindowManager: Relayout hash=7b4e819, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={adjust=pan forwardNavigation} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:34.492 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ty.LabelSettingActivity$_12527#15781] hidden!! flag(1)
11-19 11:43:34.493 12527 12527 I VRI[LabelSettingActivity]@1f0674a: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)8 dur=6 res=0x2 s={false 0x0} ch=true seqId=0
11-19 11:43:34.493 12527 12527 D VRI[LabelSettingActivity]@1f0674a: Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility
11-19 11:43:34.494 12527 12527 I VRI[LabelSettingActivity]@1f0674a: stopped(true) old = false
11-19 11:43:34.494 12527 12527 D VRI[LabelSettingActivity]@1f0674a: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity set to true
11-19 11:43:34.499 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mCurRootView:Landroid/view/ViewRootImpl; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:34.499 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mServedView:Landroid/view/View; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:34.499 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mNextServedView:Landroid/view/View; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:34.501 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@7f695a2
11-19 11:43:34.503 12527 12527 I VRI[LabelSettingActivity]@1f0674a: dispatchDetachedFromWindow
11-19 11:43:34.503 1652 5508 V WindowManager: Remove Window{7b4e819 u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527)/@0xd6ca6f3 mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=false animating=false app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:43:34.504 1652 5508 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527)/@0xd6ca6f3 called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.removeImmediately:43 com.android.server.wm.WindowState.removeIfPossible:635 com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536
11-19 11:43:34.505 12527 12527 D InputTransport: Input channel destroyed: '7b4e819', fd=173
11-19 11:43:34.505 12527 12527 I VRI[MainActivity]@7a1bf00: stopped(true) old = false
11-19 11:43:34.505 12527 12527 D VRI[MainActivity]@7a1bf00: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity set to true
11-19 11:43:34.512 1652 6001 V WindowManager: Relayout hash=2d21c6d, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=always_hidden adjust=pan} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:34.512 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)4 dur=2 res=0x2 s={false 0x0} ch=false seqId=0
11-19 11:43:34.512 12527 12527 D VRI[MainActivity]@7a1bf00: Not drawing due to not visible. Reason=View.INVISIBLE
11-19 11:43:34.514 1652 6001 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527)/@0xda0be29 called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.destroySurfaceUnchecked:5 com.android.server.wm.WindowState.destroySurface:126 com.android.server.wm.ActivityRecord.destroySurfaces:25 com.android.server.wm.ActivityRecord.activityStopped:204 com.android.server.wm.ActivityClientController.activityStopped:95 android.app.IActivityClientController$Stub.onTransact:722
11-19 11:43:34.515 12527 12527 I VRI[MainActivity]@7a1bf00: handleAppVisibility mAppVisible = true visible = false
11-19 11:43:34.526 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527#15781} no children}] reparent to OffscreenRoot
11-19 11:43:34.526 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527#15781} no children}] RelativeParent to null
11-19 11:43:34.526 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15795} no children}] reparent to OffscreenRoot
11-19 11:43:34.526 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15795} no children}] RelativeParent to null
11-19 11:43:34.530 1426 1426 I SurfaceFlinger: id=15795 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15795 (299)
11-19 11:43:34.530 1426 1426 I SurfaceFlinger: id=15781 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527#15781 (299)
11-19 11:43:34.542 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527#15781
11-19 11:43:34.543 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15795
11-19 11:43:34.545 1426 1426 I Layer : id=15781 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelSettingActivity$_12527#15781
11-19 11:43:34.546 1426 1426 I Layer : id=15795 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15795
11-19 11:43:35.573 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, 'e8ff703', t=1
11-19 11:43:35.573 12527 12527 I VRI[LabelEditActivity]@eecfe02: ViewPostIme pointer 0
11-19 11:43:35.574 12527 12527 I VRI[LabelEditActivity]@eecfe02: call setFrameRateCategory for touch hint category=high hint, reason=touch, vri=VRI[LabelEditActivity]@eecfe02
11-19 11:43:35.576 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15803] setFrameRateCategory: HighHint
11-19 11:43:35.653 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, 'e8ff703', t=1
11-19 11:43:35.653 12527 12527 I VRI[LabelEditActivity]@eecfe02: ViewPostIme pointer 1
11-19 11:43:35.658 12527 12527 D jingbit : renderResult:345
11-19 11:43:35.664 12527 12527 D jingbit : rotateView:0.0
11-19 11:43:35.666 12527 12527 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
11-19 11:43:35.666 12527 12527 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
11-19 11:43:35.674 12527 12527 D ScrollView: onsize change changed
11-19 11:43:35.694 12527 12527 D ScrollView: onsize change changed
11-19 11:43:35.696 12527 12527 D jingbit : drawArrows 坐标:0---0---348---209
11-19 11:43:35.696 12527 12527 D jingbit : dispatchDraw=========android.view.View{4915263 V.ED..... ........ 0,0-450,225}
11-19 11:43:35.696 12527 12527 D jingbit : drawHorizontalTicks:315---450---1.0
11-19 11:43:35.696 12527 12527 D jingbit : drawVerticalTicks:412.5---642---1.0
11-19 11:43:35.708 12527 12527 D jingbit : drawArrows 坐标:0---0---348---209
11-19 11:43:35.708 12527 12527 D jingbit : dispatchDraw=========android.view.View{4915263 V.ED..... ........ 0,0-450,225}
11-19 11:43:35.708 12527 12527 D jingbit : drawHorizontalTicks:315---450---1.0
11-19 11:43:35.708 12527 12527 D jingbit : drawVerticalTicks:412.5---642---1.0
11-19 11:43:35.726 12527 12527 D jingbit : drawArrows 坐标:0---0---348---209
11-19 11:43:35.727 12527 12527 D jingbit : dispatchDraw=========android.view.View{4915263 V.ED..... ........ 0,0-450,225}
11-19 11:43:35.727 12527 12527 D jingbit : drawHorizontalTicks:315---450---1.0
11-19 11:43:35.727 12527 12527 D jingbit : drawVerticalTicks:412.5---642---1.0
11-19 11:43:35.775 12527 12527 D jingbit : drawArrows 坐标:0---0---348---209
11-19 11:43:35.777 12527 12527 D jingbit : renderResult:345
11-19 11:43:35.793 12527 12527 D jingbit : drawArrows 坐标:0---0---348---209
11-19 11:43:35.793 12527 12527 D jingbit : dispatchDraw=========android.view.View{4915263 V.ED..... ........ 0,0-450,225}
11-19 11:43:35.793 12527 12527 D jingbit : drawHorizontalTicks:315---450---1.0
11-19 11:43:35.794 12527 12527 D jingbit : drawVerticalTicks:412.5---642---1.0
11-19 11:43:35.953 799 799 D io_stats: !@ Read_top(KB): loop17(931) 112 ercro.aumilabel(12527) 104 android.vending(8740) 36
11-19 11:43:35.954 799 799 D io_stats: !@ Write_top(KB): kworker/u16:7(31145) 2560 ercro.aumilabel(12527) 16 system_server(1652) 16
11-19 11:43:37.122 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, 'e8ff703', t=1
11-19 11:43:37.122 12527 12527 I VRI[LabelEditActivity]@eecfe02: ViewPostIme pointer 0
11-19 11:43:37.176 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, 'e8ff703', t=1
11-19 11:43:37.177 12527 12527 I VRI[LabelEditActivity]@eecfe02: ViewPostIme pointer 1
11-19 11:43:37.185 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.186 12527 12527 I ImeTracker: com.efercro.aumilabel:f935d3d6: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT fromUser false
11-19 11:43:37.186 12527 12527 I InputMethodManager_LC: hsifw() - flag : 0
11-19 11:43:37.186 12527 12527 I InputMethodManager_LC: hsifw() - mService.hideSoftInput
11-19 11:43:37.196 12527 12527 D jingbit : encode:data_items===[{"autoswap":"off","cells":[],"codeFormat":0,"col":3,"colWidth":[],"columnDatas":[],"columnIndex":0,"columnName":"","content":"123456","coordX":0.06666667,"coordY":0.13333334,"dataType":0,"dateFormat":3,"dateValue":"","dotWidth":5.0,"drawColor":"black","enableDate":true,"enableTime":true,"errRecovery":3,"fontColor":"#171A1D","fontDirect":false,"fontFamily":"","fontGap":0.0,"fontHAlign":"center","fontRowGap":1.0,"fontSize":20.0,"fontStyles":[],"fontVAlign":"center","graphFill":false,"graphRound":25.0,"graphType":"rect","height":0.9288889,"imgPath":"","imgTile":false,"imgUrl":"","index":1,"inverse":false,"join":true,"lineStyle":"full","lineWidth":10.0,"lock":false,"orientation":false,"preview":false,"rgbMode":"original","rotation":0.0,"row":2,"rowHeight":[],"spaceArea":0,"textLayout":"none","textPosition":"bottom","timeFormat":0,"timeValue":"","type":"barcode","variable":1,"width":0.7733333}]
11-19 11:43:37.197 1652 6001 D ActivityTaskManager: startActivityAsUser: callingPid=12527, callingUid=10458, caller=com.android.server.wm.ActivityTaskManagerService.startActivity:120 android.app.IActivityTaskManager$Stub.onTransact:1356 com.android.server.wm.ActivityTaskManagerService.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack> <bottom of call stack>
11-19 11:43:37.208 12527 12527 D ScrollView: onsize change changed
11-19 11:43:37.210 12527 12527 D jingbit : dispatchDraw=========android.view.View{4915263 V.ED..... ........ 0,0-450,225}
11-19 11:43:37.210 12527 12527 D jingbit : drawHorizontalTicks:315---450---1.0
11-19 11:43:37.210 12527 12527 D jingbit : drawVerticalTicks:412.5---642---1.0
11-19 11:43:37.224 12527 12527 D jingbit : dispatchDraw=========android.view.View{4915263 V.ED..... ........ 0,0-450,225}
11-19 11:43:37.224 12527 12527 D jingbit : drawHorizontalTicks:315---450---1.0
11-19 11:43:37.224 12527 12527 D jingbit : drawVerticalTicks:412.5---642---1.0
11-19 11:43:37.227 12527 12527 D ActivityThread: com.efercro.aumilabel will use render engine as VK
11-19 11:43:37.233 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.233 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.234 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.234 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.236 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.236 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.237 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.237 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.242 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=fffafafa d=android.graphics.drawable.ColorDrawable@b0ac868
11-19 11:43:37.244 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelPreviewActivity onAdaptBefore!
11-19 11:43:37.244 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelPreviewActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:37.244 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelPreviewActivity has been adapted!
11-19 11:43:37.244 12527 12527 D AndroidAutoSize: LabelPreviewActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:37.244 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelPreviewActivity onAdaptAfter!
11-19 11:43:37.247 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.247 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.247 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.247 12527 12527 I InputMethodManager: invalidateInput
11-19 11:43:37.249 12527 12527 D jingbit : renderResult:345
11-19 11:43:37.249 12527 12527 D jingbit : rotateView:0.0
11-19 11:43:37.249 12527 12527 D jingbit : doRotateView:-90.0
11-19 11:43:37.250 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelPreviewActivity onAdaptBefore!
11-19 11:43:37.250 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelPreviewActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:37.250 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelPreviewActivity has been adapted!
11-19 11:43:37.250 12527 12527 D AndroidAutoSize: LabelPreviewActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:37.250 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelPreviewActivity onAdaptAfter!
11-19 11:43:37.251 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptBefore!
11-19 11:43:37.251 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment used the global configuration.
11-19 11:43:37.251 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelPreviewActivity has been adapted!
11-19 11:43:37.251 12527 12527 D AndroidAutoSize: LabelPreviewActivity Info: isBaseOnWidth = true, designWidthInDp = 360.000000, designWidthInSubunits = 360.000000, targetDensity = 3.000000, targetScaledDensity = 3.000000, targetDensityDpi = 480, targetXdpi = 3.000000, targetScreenWidthDp = 360, targetScreenHeightDp = 848
11-19 11:43:37.251 12527 12527 D AndroidAutoSize: com.gyf.immersionbar.SupportRequestManagerFragment onAdaptAfter!
11-19 11:43:37.252 12527 12527 I Dialog : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
11-19 11:43:37.253 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:37.253 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:37.256 12527 12527 D InputTransport: Input channel constructed: 'dd0112f', fd=145
11-19 11:43:37.257 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:37.257 12527 12527 I VRI[LabelPreviewActivity]@9880bae: synced displayState. AttachInfo displayState=2
11-19 11:43:37.260 12527 12527 I VRI[LabelPreviewActivity]@9880bae: setView = com.android.internal.policy.DecorView@be31e5 IsHRR=false TM=true
11-19 11:43:37.260 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:37.266 1426 1471 I SurfaceFlinger: id=15812 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812
11-19 11:43:37.267 1652 6001 D WindowManager: makeSurface duration=2 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527
11-19 11:43:37.272 1652 6001 V WindowManager: Relayout hash=dd0112f, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={adjust=pan forwardNavigation} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:37.272 12527 12527 I BufferQueueProducer: [](id:30ef0000000d,api:0,p:0,c:12527) setDequeueTimeout:2077252342
11-19 11:43:37.272 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[LabelPreviewActivity]@9880bae mNativeObject= 0xb400007b9e1346f0 sc.mNativeObject= 0xb400007b2e152fd0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:37.273 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[LabelPreviewActivity]@9880bae mNativeObject= 0xb400007b9e1346f0 sc.mNativeObject= 0xb400007b2e152fd0 format= -1 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:37.273 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:37.273 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:37.273 12527 12527 I VRI[LabelPreviewActivity]@9880bae: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)0 dur=6 res=0x3 s={true 0xb400007d5e18c100} ch=true seqId=0
11-19 11:43:37.273 12527 12527 I VRI[LabelPreviewActivity]@9880bae: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:37.274 12527 12527 D VRI[LabelPreviewActivity]@9880bae: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e18c100} hwInitialized=true
11-19 11:43:37.275 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812] attach to parent LayerHierarchy{RequestedLayerState{dd0112f com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity#15811 parentId=15810} 1 children}
11-19 11:43:37.277 12527 12527 D VRI[LabelPreviewActivity]@9880bae: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:37.278 12527 12527 D VRI[LabelPreviewActivity]@9880bae: Setup new sync=wmsSync-VRI[LabelPreviewActivity]@9880bae#28
11-19 11:43:37.278 12527 12527 I VRI[LabelPreviewActivity]@9880bae: Creating new active sync group VRI[LabelPreviewActivity]@9880bae#29
11-19 11:43:37.278 12527 12527 D VRI[LabelPreviewActivity]@9880bae: registerCallbacksForSync syncBuffer=false
11-19 11:43:37.282 12527 12567 D VRI[LabelPreviewActivity]@9880bae: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:37.282 12527 12567 I VRI[LabelPreviewActivity]@9880bae: mWNT: t=0xb400007d8e1ef5d0 mBlastBufferQueue=0xb400007b9e1346f0 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:37.282 12527 12567 I VRI[LabelPreviewActivity]@9880bae: Setting up sync and frameCommitCallback
11-19 11:43:37.285 12527 12558 I BLASTBufferQueue: [VRI[LabelPreviewActivity]@9880bae#13](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:37.285 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15812, bufferData(ID: 53803055317047, frameNumber: 1)
11-19 11:43:37.285 12527 12558 I VRI[LabelPreviewActivity]@9880bae: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:37.285 1426 1579 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812] setTransactionState with the first frame. bufferData(ID: 53803055317047, frameNumber: 1)
11-19 11:43:37.285 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:37.285 12527 12527 D VRI[LabelPreviewActivity]@9880bae: reportDrawFinished seqId=0
11-19 11:43:37.286 12527 12527 I ImeFocusController: onPreWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:37.286 12527 12527 I ImeFocusController: onPostWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:37.289 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity
11-19 11:43:37.291 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity
11-19 11:43:37.292 1652 1872 I Pageboost: Launch time gathered : pid 12527 com.efercro.aumilabel 89
11-19 11:43:37.309 1426 1476 D RenderEngine: [SEC_SF_EFFECTS] drawLayersInternal,1299, Rendering layer com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15803 at index 1
11-19 11:43:37.325 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ty.LabelPreviewActivity$_12527#15812] hidden!! flag(0)
11-19 11:43:37.333 12527 12527 D VRI[LabelPreviewActivity]@9880bae: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e18c100}
11-19 11:43:37.333 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:37.333 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:37.337 12527 12540 D InputTransport: Input channel constructed: 'ClientS', fd=220
11-19 11:43:37.342 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity
11-19 11:43:37.368 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd0490 | 0001 | RGBA_8888 | 35.0 0.0 1080.0 2640.0 | 0 0 1045 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15803 (14)
11-19 11:43:37.368 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dd3190 | 0001 | RGBA_8888 | 0.0 0.0 106.0 2640.0 | 974 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ty.LabelPreviewActivity$_12527#15812 (4)
11-19 11:43:37.376 12527 12527 D jingbit : renderResult:345
11-19 11:43:37.799 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddae70 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ty.LabelPreviewActivity$_12527#15812 (6)
11-19 11:43:37.805 12527 12527 I VRI[LabelEditActivity]@eecfe02: handleAppVisibility mAppVisible = true visible = false
11-19 11:43:37.805 12527 12527 D VRI[LabelEditActivity]@eecfe02: visibilityChanged oldVisibility=true newVisibility=false
11-19 11:43:37.822 1652 6001 V WindowManager: Relayout hash=e8ff703, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=visible adjust=resize} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:37.824 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15803] hidden!! flag(1)
11-19 11:43:37.825 12527 12527 I VRI[LabelEditActivity]@eecfe02: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)8 dur=8 res=0x2 s={false 0x0} ch=true seqId=0
11-19 11:43:37.825 12527 12527 D VRI[LabelEditActivity]@eecfe02: Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility
11-19 11:43:37.826 12527 12527 I VRI[LabelEditActivity]@eecfe02: stopped(true) old = false
11-19 11:43:37.826 12527 12527 D VRI[LabelEditActivity]@eecfe02: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity set to true
11-19 11:43:37.844 1652 6001 V WindowManager: Relayout hash=e8ff703, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=always_hidden adjust=resize} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:37.846 12527 12527 I VRI[LabelEditActivity]@eecfe02: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)8 dur=4 res=0x2 s={false 0x0} ch=false seqId=0
11-19 11:43:37.847 1652 6001 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527)/@0xbf2a496 called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.destroySurfaceUnchecked:5 com.android.server.wm.WindowState.destroySurface:126 com.android.server.wm.ActivityRecord.destroySurfaces:25 com.android.server.wm.ActivityRecord.activityStopped:204 com.android.server.wm.ActivityClientController.activityStopped:95 android.app.IActivityClientController$Stub.onTransact:722
11-19 11:43:37.857 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15803} no children}] reparent to OffscreenRoot
11-19 11:43:37.857 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15803} no children}] RelativeParent to null
11-19 11:43:37.876 1426 1426 I SurfaceFlinger: id=15803 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15803 (301)
11-19 11:43:37.890 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15803
11-19 11:43:37.893 1426 1426 I Layer : id=15803 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15803
11-19 11:43:38.163 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, 'dd0112f', t=1
11-19 11:43:38.163 12527 12527 I VRI[LabelPreviewActivity]@9880bae: ViewPostIme pointer 0
11-19 11:43:38.163 12527 12527 I VRI[LabelPreviewActivity]@9880bae: call setFrameRateCategory for touch hint category=high hint, reason=touch, vri=VRI[LabelPreviewActivity]@9880bae
11-19 11:43:38.174 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812] setFrameRateCategory: HighHint
11-19 11:43:38.243 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, 'dd0112f', t=1
11-19 11:43:38.243 12527 12527 I VRI[LabelPreviewActivity]@9880bae: ViewPostIme pointer 1
11-19 11:43:38.282 12527 12527 D jingbit : encode:history_1763516611683===[{"autoswap":"off","cells":[],"codeFormat":0,"col":3,"colWidth":[],"columnDatas":[],"columnIndex":0,"columnName":"","content":"123456","coordX":0.06666667,"coordY":0.13333334,"dataType":0,"dateFormat":3,"dateValue":"","dotWidth":5.0,"drawColor":"black","enableDate":true,"enableTime":true,"errRecovery":3,"fontColor":"#171A1D","fontDirect":false,"fontFamily":"","fontGap":0.0,"fontHAlign":"center","fontRowGap":1.0,"fontSize":20.0,"fontStyles":[],"fontVAlign":"center","graphFill":false,"graphRound":25.0,"graphType":"rect","height":0.9288889,"imgPath":"","imgTile":false,"imgUrl":"","index":1,"inverse":false,"join":true,"lineStyle":"full","lineWidth":10.0,"lock":false,"orientation":false,"preview":false,"rgbMode":"original","rotation":0.0,"row":2,"rowHeight":[],"spaceArea":0,"textLayout":"none","textPosition":"bottom","timeFormat":0,"timeValue":"","type":"barcode","variable":1,"width":0.7733333}]
11-19 11:43:38.288 12527 12527 W jingbit : getBitmap croppedW: 225, croppedH: 450
11-19 11:43:38.289 12527 12527 W jingbit : getBitmap111 canvasWidth: 96, canvasHeight: 207
11-19 11:43:38.289 12527 12527 D jingbit : BTService 向设备端发送:1e4703
11-19 11:43:38.289 12527 12656 D jingbit : BTService ReadWriteThread write:3
11-19 11:43:38.326 12527 12655 D jingbit : BTService ReadWriteThread received:HV=H1.0,SV=V1.01,VOLT=7960mv,DPI=96,
11-19 11:43:38.489 12527 12527 D jingbit : BTService 向设备端发送:1d6753
11-19 11:43:38.490 12527 12656 D jingbit : BTService ReadWriteThread write:3
11-19 11:43:38.519 12527 12655 D jingbit : BTService ReadWriteThread received:err:.
11-19 11:43:38.991 12527 12656 D jingbit : BTService ReadWriteThread write:2
11-19 11:43:38.992 12527 12656 D jingbit : send nongdu 80
11-19 11:43:38.993 12527 12656 D jingbit : encode:printNongdu===80
11-19 11:43:38.993 12527 12527 D jingbit : BTService 收到设备端消息:HV=H1.0,SV=V1.01,VOLT=7960mv,DPI=96,---48563D48312E302C53563D56312E30312C564F4C543D373936306D762C4450493D39362C00
11-19 11:43:38.993 12527 12527 D jingbit : setPrintStatus HV: H1.0===SV: 1.01===VOLT: 7960.0===DPI: 96
11-19 11:43:38.995 12527 12656 D jingbit : send nongdu 1d49f050
11-19 11:43:38.995 12527 12656 D jingbit : BTService ReadWriteThread write:4
11-19 11:43:38.995 12527 12527 D jingbit : BTService 收到设备端消息:err:.---6572723A002E
11-19 11:43:38.995 12527 12656 D jingbit : BTService ReadWriteThread write:6
11-19 11:43:38.995 12527 12656 D jingbit : 图片高度207 宽度96
11-19 11:43:39.032 12527 12656 D nativeloader: Load /data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/lib/arm64/libyuv-decoder.so using class loader ns clns-7 (caller=/data/app/~~STyKgX-_z1RfTME_BZ7QDg==/com.efercro.aumilabel-Yfi6r_yDKNxUXYyjchFIfg==/base.apk!classes4.dex): ok
11-19 11:43:39.074 1426 1476 D RenderEngine: [SEC_SF_EFFECTS] drawLayersInternal,1299, Rendering layer com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812 at index 1
11-19 11:43:39.115 12527 12656 D jingbit : 打印数据2492
11-19 11:43:39.116 12527 12656 D jingbit : BTService ReadWriteThread write:2500
11-19 11:43:39.961 799 799 D io_stats: !@ Read_top(KB): .gms.persistent(10606) 692 putmethod.latin(5034) 488 ercro.aumilabel(12527) 296
11-19 11:43:40.610 12527 12655 D jingbit : BTService ReadWriteThread received:LABELOK
11-19 11:43:40.610 12527 12527 D jingbit : BTService 收到设备端消息:LABELOK---4C4142454C4F4B
11-19 11:43:40.613 12527 12527 I PlayCore: UID: [10458] PID: [12527] ReviewService : requestInAppReview (com.efercro.aumilabel)
11-19 11:43:40.615 12527 12707 I PlayCore: UID: [10458] PID: [12527] ReviewService : Initiate binding to the service.
11-19 11:43:40.620 12527 12527 I Toast : show: caller = com.jingbit.base.utils.ToastUtil.showLong$lambda$2:51
11-19 11:43:40.621 12527 12527 I Toast : show: contextDispId = 0 mCustomDisplayId = -1 focusedDisplayId = 0 isActivityContext = false
11-19 11:43:40.648 12527 12527 I PlayCore: UID: [10458] PID: [12527] ReviewService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.inappreviewservice.InAppReviewService})
11-19 11:43:40.649 12527 12707 I PlayCore: UID: [10458] PID: [12527] ReviewService : linkToDeath
11-19 11:43:40.697 12527 12602 I PlayCore: UID: [10458] PID: [12527] OnRequestInstallCallback : onGetLaunchReviewFlowInfo
11-19 11:43:40.698 12527 12527 D ReviewHelper: 调起评价:0
11-19 11:43:40.698 12527 12707 I PlayCore: UID: [10458] PID: [12527] ReviewService : Unbind from service.
11-19 11:43:40.701 12527 12527 D jingbit onSuccess: 启动应用内评价弹窗成功
11-19 11:43:40.765 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dcf4d0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ty.LabelPreviewActivity$_12527#15812 (9)
11-19 11:43:41.245 12527 12527 I VRI[LabelPreviewActivity]@9880bae: call setFrameRateCategory for touch hint category=no preference, reason=boost timeout, vri=VRI[LabelPreviewActivity]@9880bae
11-19 11:43:41.256 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812] setFrameRateCategory: NoPreference
11-19 11:43:43.510 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dcf4d0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ty.LabelPreviewActivity$_12527#15812 (9)
11-19 11:43:57.181 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, 'dd0112f', t=1
11-19 11:43:57.181 12527 12527 I VRI[LabelPreviewActivity]@9880bae: ViewPostIme pointer 0
11-19 11:43:57.233 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, 'dd0112f', t=1
11-19 11:43:57.234 12527 12527 I VRI[LabelPreviewActivity]@9880bae: ViewPostIme pointer 1
11-19 11:43:57.736 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, 'dd0112f', t=1
11-19 11:43:57.736 12527 12527 I VRI[LabelPreviewActivity]@9880bae: ViewPostIme pointer 0
11-19 11:43:57.737 12527 12527 I VRI[LabelPreviewActivity]@9880bae: call setFrameRateCategory for touch hint category=high hint, reason=touch, vri=VRI[LabelPreviewActivity]@9880bae
11-19 11:43:57.746 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812] setFrameRateCategory: HighHint
11-19 11:43:57.782 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, 'dd0112f', t=1
11-19 11:43:57.783 12527 12527 I VRI[LabelPreviewActivity]@9880bae: ViewPostIme pointer 1
11-19 11:43:57.804 12527 12527 I VRI[LabelEditActivity]@eecfe02: handleAppVisibility mAppVisible = false visible = true
11-19 11:43:57.804 12527 12527 I VRI[LabelEditActivity]@eecfe02: stopped(false) old = true
11-19 11:43:57.804 12527 12527 D VRI[LabelEditActivity]@eecfe02: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity set to false
11-19 11:43:57.805 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelEditActivity onAdaptBefore!
11-19 11:43:57.805 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelEditActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:57.805 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.LabelEditActivity has been adapted!
11-19 11:43:57.805 12527 12527 D AndroidAutoSize: LabelEditActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:57.805 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.LabelEditActivity onAdaptAfter!
11-19 11:43:57.809 12527 12527 I Dialog : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
11-19 11:43:57.815 1426 1579 I SurfaceFlinger: id=15826 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15826
11-19 11:43:57.817 1652 2583 D WindowManager: makeSurface duration=2 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527
11-19 11:43:57.822 1652 2583 V WindowManager: Relayout hash=e8ff703, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=always_hidden adjust=resize} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:57.823 12527 12527 I BufferQueueProducer: [](id:30ef0000000e,api:0,p:0,c:12527) setDequeueTimeout:2077252342
11-19 11:43:57.823 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[LabelEditActivity]@eecfe02 mNativeObject= 0xb400007b9e1534b0 sc.mNativeObject= 0xb400007b2e1535d0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:57.824 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[LabelEditActivity]@eecfe02 mNativeObject= 0xb400007b9e1534b0 sc.mNativeObject= 0xb400007b2e1535d0 format= -1 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:57.824 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:57.824 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:57.824 12527 12527 I VRI[LabelEditActivity]@eecfe02: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)0 dur=9 res=0x3 s={true 0xb400007d5e170630} ch=true seqId=0
11-19 11:43:57.825 12527 12527 D VRI[LabelEditActivity]@eecfe02: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e170630} hwInitialized=true
11-19 11:43:57.826 12527 12527 D VRI[LabelEditActivity]@eecfe02: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:57.826 12527 12527 D VRI[LabelEditActivity]@eecfe02: Setup new sync=wmsSync-VRI[LabelEditActivity]@eecfe02#30
11-19 11:43:57.826 12527 12527 I VRI[LabelEditActivity]@eecfe02: Creating new active sync group VRI[LabelEditActivity]@eecfe02#31
11-19 11:43:57.826 12527 12527 D VRI[LabelEditActivity]@eecfe02: Start draw after previous draw not visible
11-19 11:43:57.826 12527 12527 D VRI[LabelEditActivity]@eecfe02: registerCallbacksForSync syncBuffer=false
11-19 11:43:57.828 12527 12527 D jingbit : dispatchDraw=========android.view.View{4915263 V.ED..... ........ 0,0-450,225}
11-19 11:43:57.828 12527 12527 D jingbit : drawHorizontalTicks:315---450---1.0
11-19 11:43:57.828 12527 12527 D jingbit : drawVerticalTicks:412.5---642---1.0
11-19 11:43:57.830 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15826] attach to parent LayerHierarchy{RequestedLayerState{e8ff703 com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity#15802 parentId=15791} 1 children}
11-19 11:43:57.830 12527 12566 D VRI[LabelEditActivity]@eecfe02: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:57.830 12527 12566 I VRI[LabelEditActivity]@eecfe02: mWNT: t=0xb400007d8e1f8fd0 mBlastBufferQueue=0xb400007b9e1534b0 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:57.830 12527 12566 I VRI[LabelEditActivity]@eecfe02: Setting up sync and frameCommitCallback
11-19 11:43:57.840 12527 12558 I BLASTBufferQueue: [VRI[LabelEditActivity]@eecfe02#14](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:57.840 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15826, bufferData(ID: 53803055317048, frameNumber: 1)
11-19 11:43:57.840 12527 12558 I VRI[LabelEditActivity]@eecfe02: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:57.840 1426 1579 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15826] setTransactionState with the first frame. bufferData(ID: 53803055317048, frameNumber: 1)
11-19 11:43:57.841 12527 12527 D VRI[LabelEditActivity]@eecfe02: reportDrawFinished seqId=0
11-19 11:43:57.841 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity
11-19 11:43:57.841 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity
11-19 11:43:57.842 12527 12527 I ImeFocusController: onPreWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:57.842 12527 12527 I ImeFocusController: onPostWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:57.864 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15826] hidden!! flag(0)
11-19 11:43:57.877 12527 12527 D VRI[LabelEditActivity]@eecfe02: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e170630}
11-19 11:43:57.878 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:57.878 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:57.882 12527 12602 D InputTransport: Input channel constructed: 'ClientS', fd=190
11-19 11:43:57.902 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity
11-19 11:43:57.906 12527 12527 I VRI[LabelEditActivity]@eecfe02: handleResized, frames=ClientWindowFrames{frame=[0,0][1080,2640] display=[0,0][1080,2640] parentFrame=[0,0][0,0]} displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false dragResizingChanged=false
11-19 11:43:57.909 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dfa9d0 | 0001 | RGBA_8888 | 336.0 0.0 1080.0 2640.0 | 0 0 744 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15826 (2)
11-19 11:43:57.909 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddae70 | 0001 | RGBA_8888 | 0.0 0.0 1009.0 2640.0 | 71 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ty.LabelPreviewActivity$_12527#15812 (10)
11-19 11:43:57.915 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[LabelEditActivity]@eecfe02 mNativeObject= 0xb400007b9e1534b0 sc.mNativeObject= 0xb400007b2e1535d0 format= -1 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3386 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751
11-19 11:43:57.915 12527 12527 I VRI[LabelEditActivity]@eecfe02: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=true req=(1080,2640)0 dur=0 res=0x0 s={true 0xb400007d5e170630} ch=false seqId=0
11-19 11:43:57.915 12527 12527 I VRI[LabelEditActivity]@eecfe02: registerCallbackForPendingTransactions
11-19 11:43:57.916 12527 12567 I VRI[LabelEditActivity]@eecfe02: mWNT: t=0xb400007d8e1eca10 mBlastBufferQueue=0xb400007b9e1534b0 fn= 3 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$9.onFrameDraw:6276 android.view.ViewRootImpl$3.onFrameDraw:2440 android.view.ThreadedRenderer$1.onFrameDraw:761
11-19 11:43:58.037 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddd390 | 0001 | RGBA_8888 | 64.0 0.0 1080.0 2640.0 | 0 0 1016 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15826 (3)
11-19 11:43:58.037 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddae70 | 0001 | RGBA_8888 | 0.0 0.0 191.0 2640.0 | 889 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ty.LabelPreviewActivity$_12527#15812 (10)
11-19 11:43:58.273 12527 12527 I VRI[LabelPreviewActivity]@9880bae: handleAppVisibility mAppVisible = true visible = false
11-19 11:43:58.273 12527 12527 D VRI[LabelPreviewActivity]@9880bae: visibilityChanged oldVisibility=true newVisibility=false
11-19 11:43:58.285 1652 5516 V WindowManager: Relayout hash=dd0112f, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={adjust=pan forwardNavigation} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:58.288 12527 12527 I VRI[LabelPreviewActivity]@9880bae: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)8 dur=3 res=0x2 s={false 0x0} ch=true seqId=0
11-19 11:43:58.288 12527 12527 D VRI[LabelPreviewActivity]@9880bae: Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility
11-19 11:43:58.289 12527 12527 I VRI[LabelPreviewActivity]@9880bae: stopped(true) old = false
11-19 11:43:58.289 12527 12527 D VRI[LabelPreviewActivity]@9880bae: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity set to true
11-19 11:43:58.289 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123ddd390 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15826 (3)
11-19 11:43:58.291 12527 12527 I PlayCore: UID: [10458] PID: [12527] ReviewService : requestInAppReview (com.efercro.aumilabel)
11-19 11:43:58.291 12527 12707 I PlayCore: UID: [10458] PID: [12527] ReviewService : Initiate binding to the service.
11-19 11:43:58.291 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mCurRootView:Landroid/view/ViewRootImpl; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:58.292 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mServedView:Landroid/view/View; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:58.292 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mNextServedView:Landroid/view/View; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:58.293 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@8cc4f6b
11-19 11:43:58.297 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ty.LabelPreviewActivity$_12527#15812] hidden!! flag(1)
11-19 11:43:58.297 12527 12527 I VRI[LabelPreviewActivity]@9880bae: dispatchDetachedFromWindow
11-19 11:43:58.300 1652 6001 V WindowManager: Remove Window{dd0112f u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527)/@0x65d9d95 mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=false animating=false app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:43:58.300 1652 6001 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527)/@0x65d9d95 called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.removeImmediately:43 com.android.server.wm.WindowState.removeIfPossible:635 com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536
11-19 11:43:58.304 12527 12527 D InputTransport: Input channel destroyed: 'dd0112f', fd=145
11-19 11:43:58.305 12527 12527 I PlayCore: UID: [10458] PID: [12527] ReviewService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.inappreviewservice.InAppReviewService})
11-19 11:43:58.306 12527 12707 I PlayCore: UID: [10458] PID: [12527] ReviewService : linkToDeath
11-19 11:43:58.314 12527 12602 I PlayCore: UID: [10458] PID: [12527] OnRequestInstallCallback : onGetLaunchReviewFlowInfo
11-19 11:43:58.314 12527 12527 D ReviewHelper: 调起评价:0
11-19 11:43:58.314 12527 12707 I PlayCore: UID: [10458] PID: [12527] ReviewService : Unbind from service.
11-19 11:43:58.316 12527 12527 D jingbit onSuccess: 启动应用内评价弹窗成功
11-19 11:43:58.330 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812} no children}] reparent to OffscreenRoot
11-19 11:43:58.331 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812} no children}] RelativeParent to null
11-19 11:43:58.334 1426 1426 I SurfaceFlinger: id=15812 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812 (299)
11-19 11:43:58.346 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812
11-19 11:43:58.348 1426 1426 I Layer : id=15812 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelPreviewActivity$_12527#15812
11-19 11:43:58.476 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x0, f=0x800, d=0, 'e8ff703', t=1
11-19 11:43:58.477 12527 12527 I VRI[LabelEditActivity]@eecfe02: ViewPostIme pointer 0
11-19 11:43:58.477 12527 12527 I VRI[LabelEditActivity]@eecfe02: call setFrameRateCategory for touch hint category=high hint, reason=touch, vri=VRI[LabelEditActivity]@eecfe02
11-19 11:43:58.480 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15826] setFrameRateCategory: HighHint
11-19 11:43:58.517 1652 2641 I InputDispatcher: Delivering touch to (12527): action: 0x1, f=0x800, d=0, 'e8ff703', t=1
11-19 11:43:58.517 12527 12527 I VRI[LabelEditActivity]@eecfe02: ViewPostIme pointer 1
11-19 11:43:58.538 12527 12527 I VRI[MainActivity]@7a1bf00: handleAppVisibility mAppVisible = false visible = true
11-19 11:43:58.538 12527 12527 I VRI[MainActivity]@7a1bf00: stopped(false) old = true
11-19 11:43:58.538 12527 12527 D VRI[MainActivity]@7a1bf00: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity set to false
11-19 11:43:58.540 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity onAdaptBefore!
11-19 11:43:58.540 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity implemented by me.jessyan.autosize.internal.CustomAdapt!
11-19 11:43:58.540 12527 12527 D AndroidAutoSize: The com.efercro.aumilabel.activity.MainActivity has been adapted!
11-19 11:43:58.540 12527 12527 D AndroidAutoSize: MainActivity Info: isBaseOnWidth = false, designHeightInDp = 730.000000, designHeightInSubunits = 730.000000, targetDensity = 3.487671, targetScaledDensity = 3.487671, targetDensityDpi = 558, targetXdpi = 3.487671, targetScreenWidthDp = 309, targetScreenHeightDp = 730
11-19 11:43:58.540 12527 12527 D AndroidAutoSize: com.efercro.aumilabel.activity.MainActivity onAdaptAfter!
11-19 11:43:58.543 12527 12527 I Dialog : mIsDeviceDefault = false, mIsSamsungBasicInteraction = false, isMetaDataInActivity = false
11-19 11:43:58.543 12527 12527 D jingbit : postByJson:{"key":"walkprint-set","version":"1"}
11-19 11:43:58.543 12527 12527 D jingbit : startCall===addHeaders:https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---
11-19 11:43:58.544 12527 12527 D jingbit : startCall===https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---timestamp: 1763516638543
11-19 11:43:58.544 12527 12527 D jingbit : token: eyJhbGciOiJIUzI1NiJ9.eyJzY2kiOiI3NjQ2OTIzIiwiZXhwIjoxNzYzNTI0NjQyLCJzY3QiOjIsImNoaWQiOiIyMDI0LTAwMDYtMDAwNiJ9.FuhumvYkqUJo3Zkwj6zVnM0eqGiKt6RdNFOzZAoq-nk
11-19 11:43:58.544 12527 12527 D jingbit : Content-Type: application/json
11-19 11:43:58.545 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=70000000 d=android.graphics.drawable.ColorDrawable@b826bee
11-19 11:43:58.547 12527 12527 I WindowManager: WindowManagerGlobal#addView, ty=2, view=com.android.internal.policy.DecorView{4b33f25 V.E...... R.....I. 0,0-0,0}[MainActivity], caller=android.view.WindowManagerImpl.addView:158 android.app.Dialog.show:511 com.jingbit.dialog.BaseDialog.showDialog:35
11-19 11:43:58.550 12527 12527 I ViewRootImpl: dVRR is disabled
11-19 11:43:58.551 12527 12558 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
11-19 11:43:58.559 12527 12527 D InputTransport: Input channel constructed: 'c57165a', fd=136
11-19 11:43:58.560 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity, from=android.view.ViewRootImpl.setView:1999, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {3 mType=ime mFrame=[0,0][0,0] mVisible=false mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:43:58.560 12527 12527 I VRI[MainActivity]@92d58fa: synced displayState. AttachInfo displayState=2
11-19 11:43:58.562 12527 12527 I VRI[MainActivity]@92d58fa: setView = com.android.internal.policy.DecorView@4b33f25 IsHRR=false TM=true
11-19 11:43:58.562 12527 12527 I DecorView: setWindowBackground: isPopOver=false color=0 d=android.graphics.drawable.ColorDrawable@37da8a1
11-19 11:43:58.569 1426 1579 I SurfaceFlinger: id=15835 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15835
11-19 11:43:58.571 1652 2583 D WindowManager: makeSurface duration=2 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527
11-19 11:43:58.575 1652 2583 V WindowManager: Relayout hash=2d21c6d, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=always_hidden adjust=resize} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:58.576 12527 12527 I BufferQueueProducer: [](id:30ef0000000f,api:0,p:0,c:12527) setDequeueTimeout:2077252342
11-19 11:43:58.576 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[MainActivity]@7a1bf00 mNativeObject= 0xb400007b9e1508f0 sc.mNativeObject= 0xb400007b2e152fd0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:58.577 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[MainActivity]@7a1bf00 mNativeObject= 0xb400007b9e1508f0 sc.mNativeObject= 0xb400007b2e152fd0 format= -1 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:58.577 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:58.577 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:58.577 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)0 dur=13 res=0x3 s={true 0xb400007d5e18c100} ch=true seqId=0
11-19 11:43:58.579 12527 12527 D VRI[MainActivity]@7a1bf00: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e18c100} hwInitialized=true
11-19 11:43:58.580 12527 12527 D VRI[MainActivity]@7a1bf00: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:58.580 12527 12527 D VRI[MainActivity]@7a1bf00: Setup new sync=wmsSync-VRI[MainActivity]@7a1bf00#32
11-19 11:43:58.581 12527 12527 I VRI[MainActivity]@7a1bf00: Creating new active sync group VRI[MainActivity]@7a1bf00#33
11-19 11:43:58.581 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15835] attach to parent LayerHierarchy{RequestedLayerState{2d21c6d com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity#15697 parentId=15693} 1 children}
11-19 11:43:58.581 12527 12527 D VRI[MainActivity]@7a1bf00: Start draw after previous draw not visible
11-19 11:43:58.581 12527 12527 D VRI[MainActivity]@7a1bf00: registerCallbacksForSync syncBuffer=false
11-19 11:43:58.585 12527 12566 D VRI[MainActivity]@7a1bf00: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:58.586 12527 12566 I VRI[MainActivity]@7a1bf00: mWNT: t=0xb400007d8e1ca810 mBlastBufferQueue=0xb400007b9e1508f0 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:58.586 12527 12566 I VRI[MainActivity]@7a1bf00: Setting up sync and frameCommitCallback
11-19 11:43:58.592 12527 12558 I BLASTBufferQueue: [VRI[MainActivity]@7a1bf00#15](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:58.592 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15835, bufferData(ID: 53803055317054, frameNumber: 1)
11-19 11:43:58.592 12527 12558 I VRI[MainActivity]@7a1bf00: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:58.593 1426 1470 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15835] setTransactionState with the first frame. bufferData(ID: 53803055317054, frameNumber: 1)
11-19 11:43:58.593 12527 12527 D VRI[MainActivity]@7a1bf00: reportDrawFinished seqId=0
11-19 11:43:58.597 1426 1470 I SurfaceFlinger: id=15836 createSurf, flag=44004, com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15836
11-19 11:43:58.597 1426 1426 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15836] attach to parent LayerHierarchy{RequestedLayerState{c57165a com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity#15832 parentId=15693} 1 children}
11-19 11:43:58.598 1652 6001 D WindowManager: makeSurface duration=1 name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527
11-19 11:43:58.599 1652 6001 V WindowManager: Relayout hash=c57165a, pid=12527, syncId=-1: mAttrs={(0,0)(972xwrap) gr=CENTER sim={adjust=pan} ty=APPLICATION fmt=TRANSPARENT wanim=0x7f140005
11-19 11:43:58.600 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:58.600 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:58.601 12527 12527 I BufferQueueProducer: [](id:30ef00000010,api:0,p:-1,c:12527) setDequeueTimeout:2077252342
11-19 11:43:58.602 12527 12527 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= VRI[MainActivity]@92d58fa mNativeObject= 0xb400007b9e14ca70 sc.mNativeObject= 0xb400007b2e146cd0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760 android.view.Choreographer.doCallbacks:1216 android.view.Choreographer.doFrame:1142 android.view.Choreographer$FrameDisplayEventReceiver.run:1707
11-19 11:43:58.602 12527 12527 I BLASTBufferQueue_Java: update, w= 972 h= 349 mName = VRI[MainActivity]@92d58fa mNativeObject= 0xb400007b9e14ca70 sc.mNativeObject= 0xb400007b2e146cd0 format= -2 caller= android.graphics.BLASTBufferQueue.<init>:88 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3397 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542
11-19 11:43:58.603 12527 12527 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
11-19 11:43:58.603 12527 12527 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
11-19 11:43:58.603 12527 12527 I VRI[MainActivity]@92d58fa: Relayout returned: old=(0,94,1080,2496) new=(54,1120,1026,1469) relayoutAsync=false req=(972,349)0 dur=6 res=0x3 s={true 0xb400007d5e196b50} ch=true seqId=0
11-19 11:43:58.603 12527 12527 I VRI[MainActivity]@92d58fa: performConfigurationChange setNightDimText nightDimLevel=0
11-19 11:43:58.604 12527 12527 D VRI[MainActivity]@92d58fa: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400007d5e196b50} hwInitialized=true
11-19 11:43:58.604 12527 12527 D VRI[MainActivity]@92d58fa: reportNextDraw android.view.ViewRootImpl.performTraversals:5193 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751 android.view.Choreographer$CallbackRecord.run:1760
11-19 11:43:58.605 12527 12527 D VRI[MainActivity]@92d58fa: Setup new sync=wmsSync-VRI[MainActivity]@92d58fa#34
11-19 11:43:58.605 12527 12527 I VRI[MainActivity]@92d58fa: Creating new active sync group VRI[MainActivity]@92d58fa#35
11-19 11:43:58.605 12527 12527 D VRI[MainActivity]@92d58fa: registerCallbacksForSync syncBuffer=false
11-19 11:43:58.605 12527 12567 D VRI[MainActivity]@92d58fa: Received frameDrawingCallback syncResult=0 frameNum=1.
11-19 11:43:58.606 12527 12567 I VRI[MainActivity]@92d58fa: mWNT: t=0xb400007d8e1fe210 mBlastBufferQueue=0xb400007b9e14ca70 fn= 1 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$11.onFrameDraw:15016 android.view.ThreadedRenderer$1.onFrameDraw:761 <bottom of call stack>
11-19 11:43:58.606 12527 12567 I VRI[MainActivity]@92d58fa: Setting up sync and frameCommitCallback
11-19 11:43:58.606 12527 12558 I BLASTBufferQueue: [VRI[MainActivity]@92d58fa#16](f:0,a:0,s:0) onFrameAvailable the first frame is available
11-19 11:43:58.607 12527 12558 I SurfaceComposerClient: apply transaction with the first frame. layerId: 15836, bufferData(ID: 53803055317056, frameNumber: 1)
11-19 11:43:58.607 12527 12558 I VRI[MainActivity]@92d58fa: Received frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
11-19 11:43:58.607 1426 1579 I SurfaceFlinger: [com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15836] setTransactionState with the first frame. bufferData(ID: 53803055317056, frameNumber: 1)
11-19 11:43:58.608 12527 12558 D HWUI : CFMS:: SetUp Pid : 12527 Tid : 12558
11-19 11:43:58.608 12527 12527 D VRI[MainActivity]@92d58fa: reportDrawFinished seqId=0
11-19 11:43:58.608 12527 12558 D HWUI : HWUI - treat SMPTE_170M as sRGB
11-19 11:43:58.609 12527 12527 I ImeFocusController: onPreWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:58.609 12527 12527 I ImeFocusController: onPostWindowFocus: skipped hasWindowFocus=false mHasImeFocus=true
11-19 11:43:58.610 12527 12527 I VRI[MainActivity]@92d58fa: handleResized, frames=ClientWindowFrames{frame=[54,1120][1026,1469] display=[0,94][1080,2496] parentFrame=[0,0][0,0]} displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false dragResizingChanged=false
11-19 11:43:58.610 12527 12527 I VRI[MainActivity]@92d58fa: handleResized mSyncSeqId = 0
11-19 11:43:58.610 12527 12527 D VRI[MainActivity]@92d58fa: reportNextDraw android.view.ViewRootImpl.handleResized:2864 android.view.ViewRootImpl.-$$Nest$mhandleResized:0 android.view.ViewRootImpl$W.resized:13691 android.app.servertransaction.WindowStateResizeItem.execute:64 android.app.servertransaction.WindowStateTransactionItem.execute:59
11-19 11:43:58.613 12527 12527 D VRI[MainActivity]@92d58fa: Setup new sync=wmsSync-VRI[MainActivity]@92d58fa#36
11-19 11:43:58.613 12527 12527 I VRI[MainActivity]@92d58fa: Creating new active sync group VRI[MainActivity]@92d58fa#37
11-19 11:43:58.614 12527 12527 D VRI[MainActivity]@92d58fa: registerCallbacksForSync syncBuffer=false
11-19 11:43:58.614 12527 12566 D VRI[MainActivity]@92d58fa: Received frameDrawingCallback syncResult=0 frameNum=2.
11-19 11:43:58.615 12527 12566 I VRI[MainActivity]@92d58fa: Setting up sync and frameCommitCallback
11-19 11:43:58.616 12527 12558 I VRI[MainActivity]@92d58fa: Received frameCommittedCallback lastAttemptedDrawFrameNum=2 didProduceBuffer=true
11-19 11:43:58.616 12527 12527 D VRI[MainActivity]@92d58fa: reportDrawFinished seqId=0
11-19 11:43:58.630 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15835] hidden!! flag(0)
11-19 11:43:58.630 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15836] hidden!! flag(0)
11-19 11:43:58.647 12527 12527 I BLASTBufferQueue_Java: update, w= 1080 h= 2640 mName = VRI[MainActivity]@7a1bf00 mNativeObject= 0xb400007b9e1508f0 sc.mNativeObject= 0xb400007b2e152fd0 format= -1 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3386 android.view.ViewRootImpl.relayoutWindow:11361 android.view.ViewRootImpl.performTraversals:4544 android.view.ViewRootImpl.doTraversal:3708 android.view.ViewRootImpl$TraversalRunnable.run:12542 android.view.Choreographer$CallbackRecord.run:1751
11-19 11:43:58.647 12527 12527 I VRI[MainActivity]@7a1bf00: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=true req=(1080,2640)0 dur=0 res=0x0 s={true 0xb400007d5e18c100} ch=false seqId=0
11-19 11:43:58.648 12527 12527 I VRI[MainActivity]@7a1bf00: registerCallbackForPendingTransactions
11-19 11:43:58.648 12527 12567 I VRI[MainActivity]@7a1bf00: mWNT: t=0xb400007d8e1fe590 mBlastBufferQueue=0xb400007b9e1508f0 fn= 2 HdrRenderState mRenderHdrSdrRatio=1.0 caller= android.view.ViewRootImpl$9.onFrameDraw:6276 android.view.ViewRootImpl$3.onFrameDraw:2440 android.view.ThreadedRenderer$1.onFrameDraw:761
11-19 11:43:58.673 12527 12527 D VRI[MainActivity]@92d58fa: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e196b50}
11-19 11:43:58.673 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:43:58.673 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:43:58.677 12527 12602 D InputTransport: Input channel constructed: 'ClientS', fd=219
11-19 11:43:58.685 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:43:58.688 12527 12527 I VRI[MainActivity]@7a1bf00: handleResized, frames=ClientWindowFrames{frame=[0,0][1080,2640] display=[0,0][1080,2640] parentFrame=[0,0][0,0]} displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false dragResizingChanged=false
11-19 11:43:58.688 12527 12527 I VRI[MainActivity]@92d58fa: handleResized, frames=ClientWindowFrames{frame=[54,1120][1026,1469] display=[0,94][1080,2496] parentFrame=[0,0][0,0]} displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false dragResizingChanged=false
11-19 11:43:58.690 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df76a0 | 0001 | RGBA_8888 | 336.0 0.0 1080.0 2640.0 | 0 0 744 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15835 (2)
11-19 11:43:58.690 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dea0e0 | 0001 | RGBA_8888 | 0.0 0.0 1009.0 2640.0 | 71 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15826 (4)
11-19 11:43:58.710 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df76a0 | 0001 | RGBA_8888 | 300.0 0.0 1080.0 2640.0 | 0 0 780 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15835 (2)
11-19 11:43:58.710 1426 1426 D SurfaceFlinger: CLIENT | 0xb400007123dd9400 | 0001 | RGBA_8888 | 0.0 0.0 972.0 349.0 | 169 1269 311 1320 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15836 (2)
11-19 11:43:58.710 1426 1426 D SurfaceFlinger: CLIENT | 0xb400007123dea0e0 | 0001 | RGBA_8888 | 0.0 0.0 899.0 2640.0 | 181 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15826 (4)
11-19 11:43:58.819 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df76a0 | 0001 | RGBA_8888 | 64.0 0.0 1080.0 2640.0 | 0 0 1016 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15835 (2)
11-19 11:43:58.819 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dde2c0 | 0001 | RGBA_8888 | 0.0 0.0 972.0 349.0 | 22 1131 930 1458 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15836 (3)
11-19 11:43:58.819 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123dea0e0 | 0001 | RGBA_8888 | 0.0 0.0 191.0 2640.0 | 889 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15826 (4)
11-19 11:43:59.053 12527 12527 I VRI[LabelEditActivity]@eecfe02: handleAppVisibility mAppVisible = true visible = false
11-19 11:43:59.053 12527 12527 D VRI[LabelEditActivity]@eecfe02: visibilityChanged oldVisibility=true newVisibility=false
11-19 11:43:59.068 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123df76a0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15835 (2)
11-19 11:43:59.068 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123de6930 | 0001 | RGBA_8888 | 0.0 0.0 972.0 349.0 | 54 1120 1026 1469 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15836 (5)
11-19 11:43:59.075 1652 2583 V WindowManager: Relayout hash=e8ff703, pid=12527, syncId=-1: mAttrs={(0,0)(fillxfill) sim={state=visible adjust=resize} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x1030312
11-19 11:43:59.077 12527 12527 I VRI[LabelEditActivity]@eecfe02: Relayout returned: old=(0,0,1080,2640) new=(0,0,1080,2640) relayoutAsync=false req=(1080,2640)8 dur=7 res=0x2 s={false 0x0} ch=true seqId=0
11-19 11:43:59.077 12527 12527 D VRI[LabelEditActivity]@eecfe02: Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility
11-19 11:43:59.079 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]ivity.LabelEditActivity$_12527#15826] hidden!! flag(1)
11-19 11:43:59.079 12527 12527 I VRI[LabelEditActivity]@eecfe02: stopped(true) old = false
11-19 11:43:59.079 12527 12527 D VRI[LabelEditActivity]@eecfe02: WindowStopped on com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity set to true
11-19 11:43:59.086 12527 12527 I ImeTracker: com.efercro.aumilabel:92911daf: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT fromUser false
11-19 11:43:59.086 12527 12527 I InputMethodManager_LC: hsifw() - flag : 0
11-19 11:43:59.086 12527 12527 I ImeTracker: com.efercro.aumilabel:92911daf: onFailed at PHASE_CLIENT_VIEW_SERVED
11-19 11:43:59.087 12527 12527 I InputMethodManager: hsifw() ignored windowToken=android.view.ViewRootImpl$W@eecfe02 servedView=com.android.internal.policy.DecorView{4b33f25 V.ED..... R....... 0,0-972,349 aid=1073741829}[MainActivity],focus=false,windowFocus=true,window=android.view.ViewRootImpl$W@92d58fa,displayId=0,temporaryDetach=false,hasImeFocus=true mDisplayId=0
11-19 11:43:59.087 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mCurRootView:Landroid/view/ViewRootImpl; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:59.087 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mServedView:Landroid/view/View; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:59.087 12527 12527 E ercro.aumilabel: hiddenapi: Accessing hidden field Landroid/view/inputmethod/InputMethodManager;->mNextServedView:Landroid/view/View; (runtime_flags=0, domain=platform, api=blocked) from Lcom/blankj/utilcode/util/KeyboardUtils; (domain=app) using reflection: denied
11-19 11:43:59.089 12527 12527 D jingbit : FormatFragment onDestroyView
11-19 11:43:59.090 12527 12527 D jingbit : StyleFragment onDestroyView
11-19 11:43:59.091 12527 12527 D jingbit : DataFragment onDestroyView
11-19 11:43:59.092 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@f8011f1
11-19 11:43:59.094 12527 12527 I VRI[LabelEditActivity]@eecfe02: dispatchDetachedFromWindow
11-19 11:43:59.094 1652 2583 V WindowManager: Remove Window{e8ff703 u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527)/@0xaee0644 mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=false animating=false app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:43:59.094 1652 2583 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527)/@0xaee0644 called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.removeImmediately:43 com.android.server.wm.WindowState.removeIfPossible:635 com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536
11-19 11:43:59.098 12527 12527 D InputTransport: Input channel destroyed: 'e8ff703', fd=172
11-19 11:43:59.113 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15826} no children}] reparent to OffscreenRoot
11-19 11:43:59.113 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15826} no children}] RelativeParent to null
11-19 11:43:59.115 1426 1426 I SurfaceFlinger: id=15826 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15826 (301)
11-19 11:43:59.129 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15826
11-19 11:43:59.131 1426 1426 I Layer : id=15826 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.LabelEditActivity$_12527#15826
11-19 11:44:00.182 12527 12591 D jingbit : startCall onResponse===https://imsaccount.efercro.com:10548/account/authen/app/user/various/agreement---{"code":"success","msg":"Success","data":{"aiPicture":1,"advertisement": true,"advBlacklist":["203800",""]},"timestamp":1763516639882}---
11-19 11:44:00.183 12527 12591 D jingbit : onSuccess:com.jingbit.http.response.SingleResp@cdd5e61
11-19 11:44:00.184 12527 12527 I WindowManager: WindowManagerGlobal#removeView, ty=2, view=com.android.internal.policy.DecorView{4b33f25 V.ED..... R....... 0,0-972,349 aid=1073741829}[MainActivity], caller=android.view.WindowManagerGlobal.removeView:626 android.view.WindowManagerImpl.removeViewImmediate:216 android.app.Dialog.dismissDialog:808
11-19 11:44:00.185 12527 12527 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.view.ViewRootImpl$$ExternalSyntheticLambda15@3aeb176
11-19 11:44:00.192 12527 12527 I VRI[MainActivity]@92d58fa: dispatchDetachedFromWindow
11-19 11:44:00.195 1652 2583 V WindowManager: Remove Window{c57165a u0 com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity}: mSurfaceController=Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527)/@0x1f5d9dc mAnimatingExit=false mRemoveOnExit=false mHasSurface=true surfaceShowing=true animating=false app-animation=false mDisplayFrozen=false callers=com.android.server.wm.Session.remove:16 android.view.IWindowSession$Stub.onTransact:794 com.android.server.wm.Session.onTransact:1 android.os.Binder.execTransactInternal:1536 android.os.Binder.execTransact:1480 <bottom of call stack>
11-19 11:44:00.211 12527 12527 D InputTransport: Input channel destroyed: 'c57165a', fd=136
11-19 11:44:00.220 12527 12527 I InsetsController: onStateChanged: host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity, from=android.view.ViewRootImpl.handleInsetsControlChanged:2888, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2640), mDisplayCutout=DisplayCutout{insets=Rect(0, 94 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(505, 0 - 576, 94), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2640 physicalDisplayWidth=1080 physicalDisplayHeight=2640 density={3.0} cutoutSpec={M 0,0 H -11.83333333333333 V 31.33333333333333 H 11.83333333333333 V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}} sideOverrides={}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=108, center=Point(108, 108)}, RoundedCorner{position=TopRight, radius=108, center=Point(972, 108)}, RoundedCorner{position=BottomRight, radius=108, center=Point(972, 2532)}, RoundedCorner{position=BottomLeft, radius=108, center=Point(108, 2532)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2640), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 94) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2640 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {aa1c0001 mType=navigationBars mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0004 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {aa1c0005 mType=mandatorySystemGestures mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0006 mType=tappableElement mFrame=[0,2496][1080,2640] mVisible=true mFlags= mSideHint=BOTTOM mBoundingRects=null}, InsetsSource: {aa1c0024 mType=systemGestures mFrame=[0,0][0,0] mVisible=true mFlags= mSideHint=NONE mBoundingRects=null}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00000 mType=statusBars mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00005 mType=mandatorySystemGestures mFrame=[0,0][1080,130] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null}, InsetsSource: {60e00006 mType=tappableElement mFrame=[0,0][1080,94] mVisible=true mFlags= mSideHint=TOP mBoundingRects=null} }
11-19 11:44:00.221 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:44:00.221 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=navigationBars, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:44:00.242 12527 12527 D VRI[MainActivity]@7a1bf00: mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0xb400007d5e18c100}
11-19 11:44:00.245 12527 12527 D InputMethodManagerUtils: startInputInner - Id : 0
11-19 11:44:00.245 12527 12527 I InputMethodManager: startInputInner - IInputMethodManagerGlobalInvoker.startInputOrWindowGainedFocus
11-19 11:44:00.250 12527 12540 D InputTransport: Input channel constructed: 'ClientS', fd=145
11-19 11:44:00.265 12527 12527 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=false, type=ime, host=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity
11-19 11:44:00.415 1652 1890 I WindowManager: Destroying surface Surface(name=com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527)/@0x1f5d9dc called by com.android.server.wm.WindowStateAnimator.destroySurface:11 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:54 com.android.server.wm.WindowState.destroySurfaceUnchecked:5 com.android.server.wm.WindowState.destroySurface:126 com.android.server.wm.WindowState.onExitAnimationDone:222 com.android.server.wm.WindowState.onAnimationFinished:161 com.android.server.wm.WindowContainer$$ExternalSyntheticLambda5.onAnimationFinished:26 com.android.server.wm.SurfaceAnimator$$ExternalSyntheticLambda1.run:28
11-19 11:44:00.429 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15836} no children}] reparent to OffscreenRoot
11-19 11:44:00.429 1426 1426 I SurfaceFlinger: [LayerHierarchy{RequestedLayerState{com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15836} no children}] RelativeParent to null
11-19 11:44:00.445 1426 1426 D SurfaceFlinger: DEVICE | 0xb400007123def8a0 | 0001 | RGBA_8888 | 0.0 0.0 1080.0 2640.0 | 0 0 1080 2640 | com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15835 (3)
11-19 11:44:00.446 1426 1426 I SurfaceFlinger: Layer [com.efercro.aumilabel/com.efercro.au[...]l.activity.MainActivity$_12527#15836] hidden!! flag(1)
11-19 11:44:00.447 1426 1426 I SurfaceFlinger: id=15836 Removed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15836 (300)
11-19 11:44:00.462 1426 1426 I SurfaceFlinger: destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15836
11-19 11:44:00.464 1426 1426 I Layer : id=15836 Destroyed com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15836
11-19 11:44:03.984 799 799 D io_stats: !@ Read_top(KB): sung.android.ce(6303) 112 ercro.aumilabel(12527) 16
11-19 11:44:09.143 1426 1476 D RenderEngine: [SEC_SF_EFFECTS] drawLayersInternal,1299, Rendering layer com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15835 at index 1
11-19 11:44:39.242 1426 1476 D RenderEngine: [SEC_SF_EFFECTS] drawLayersInternal,1299, Rendering layer com.efercro.aumilabel/com.efercro.aumilabel.activity.MainActivity$_12527#15835 at index 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment