Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Neo-Backup crashes during setup #827

Open
2011 opened this issue Jan 12, 2024 · 3 comments
Open

[Bug] Neo-Backup crashes during setup #827

2011 opened this issue Jan 12, 2024 · 3 comments

Comments

@2011
Copy link

2011 commented Jan 12, 2024

Description
I recently backed up everything on a TV box in preparation for a minor upgrade of a custom ROM (using Neo-Backup 8.3.4). I had used Neo-Backup (this version) for months without any problems whatsoever. After the ROM upgrade Neo-Backup will not run.

Steps To Reproduce

  1. Install the .apk file.
  2. On first start (and subsequent attemps after clearing data), Neo-Backup asks for a backup location (and storage permission if not set previously).
  3. About two seconds after I complete both of the above steps, Neo-Backup crashes.
  4. Neo-Backup will then crash (again in about two seconds) upon any subsequent restart.

Expected behavior
Since Neo-Backup ran fine before, I certainly expected it to continue to do so.

System Information(please complete the following information):

  • Device: S905X3 TV box
  • Android Version: 9
  • ROM: slimBOXtv (upgraded from 9.10, on which I had no problems, to 9.12)
  • App's Version: 8.3.4 (with a subsequent upgrade to 8.3.5)

Additional Notes

The crashes look very much like the ones described in #813, and while I don't have logs that detailed, or a trace, the information provided in that bug (the segfault and the "Invalid ID 0x00000000" message appear similar to what I observe).

I pretty much attempted to install Neo-Backup as the first app (after Magisk), so I have no other modifactions to the ROM or modules installed.

I have tried multiple re-installs, clearing data, different location, but none of those make a difference.

@traversone
Copy link

traversone commented Jan 13, 2024

Same behaviour at my end: TV Box rk3328 with Android 9, tried both 8.3.4 and 8.3.6 NeoBackup version. Root is gained with Magisk Delta (kitsune 26404). But on another TV Box S905X3 with Android 9, NeoBackup works well but root is gained with Official TJW Magisk.

EDIT: which is the path does the APP leave its "trace" over?

@2011
Copy link
Author

2011 commented Jan 27, 2024

I managed to collect a crash log (shown first below) and a dump log:

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Amlogic/ampere/ampere:9/PI/20190625:userdebug/release-keys'
Revision: '0'
ABI: 'arm'
pid: 26753, tid: 26823, name: RenderThread  >>> com.machiav3lli.backup <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
Cause: null pointer dereference
    r0  00000000  r1  0003225f  r2  00000003  r3  00000002
    r4  00000004  r5  00000000  r6  7f9b7800  r7  7f9b7804
    r8  8ad7f898  r9  8bcff750  r10 8bcff744  r11 8bcff728
    ip  a97747c0  sp  8ad7f810  lr  a953bb3b  pc  a953bb50
backtrace:
    #00 pc 0033db50  /system/lib/libhwui.so (android::Bitmap::makeImage(sk_sp<SkColorFilter>*)+184)
    #01 pc 000925ff  /system/lib/libhwui.so (android::uirenderer::skiapipeline::SkiaPipeline::prepareToDraw(android::uirenderer::renderthread::RenderThread const&, android::Bitmap*)+66)
    #02 pc 000a2885  /system/lib/libhwui.so (_ZNSt3__110__function6__funcIZN7android10uirenderer12renderthread11RenderProxy13prepareToDrawERNS2_6BitmapEE4$_39NS_9allocatorIS8_EEFvvEEclEv$64c930c5b4139b4fd99ae4f62fbd45a8+8)
    #03 pc 0033d9af  /system/lib/libhwui.so (android::uirenderer::WorkQueue::process()+122)
    #04 pc 000a33f3  /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+178)
    #05 pc 0000c147  /system/lib/libutils.so (android::Thread::_threadLoop(void*)+166)
    #06 pc 00063c15  /system/lib/libc.so (__pthread_start(void*)+22)
    #07 pc 0001e065  /system/lib/libc.so (__start_thread+22)
1706205095.744  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205095.757  1046  3505 26356 I FASTGX_RC: base qp:16, bu_cnt:0
1706205095.761  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205095.828  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205095.828  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205095.837  1046  3505 26356 I FASTGX_RC: base qp--:16, bu_cnt:0
1706205095.845  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205095.876  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205095.876  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205095.910  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205096.663  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 11 lines
1706205096.763  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205096.820  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205096.855  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205096.855  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205096.873  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205096.874  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205096.931  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205096.931  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205096.947  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205096.949  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.012  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205097.012  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.021  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205097.028  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.077  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 14 lines
1706205097.077  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.095  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205097.167  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205097.208  1000  3653  3663 I system_server: Background concurrent copying GC freed 84416(5MB) AllocSpace objects, 165(3MB) LOS objects, 42% free, 10MB/18MB, paused 199us total 110.953ms
1706205097.237  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205097.372  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 2 lines
1706205097.440  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205097.482  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.482  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205097.482  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.493 10077 26371 26410 I gralloc : ddebug, free share_fd=84, user_hnd=0x5, ion client=66
1706205097.493 10077 26371 26410 I gralloc : ddebug, free share_fd=86, user_hnd=0x6, ion client=66
1706205097.493 10077 26371 26410 I gralloc : ddebug, free share_fd=82, user_hnd=0x4, ion client=66
1706205097.494  1000  3423  3464 E BufferQueueProducer: [com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1] disconnect: not connected (req=1)
1706205097.494 10077 26371 26410 W libEGL  : EGLNativeWindowType 0x8a212808 disconnect failed
1706205097.498  1000  3653  3653 W TelecomManager: Telecom Service not found.
1706205097.506  1000  3409  3566 I gralloc : ddebug, free share_fd=63, user_hnd=0x8, ion client=34
1706205097.507  1000  3409  3566 I gralloc : ddebug, free share_fd=57, user_hnd=0x7, ion client=34
1706205097.507  1000  3409  3566 I gralloc : ddebug, free share_fd=67, user_hnd=0x9, ion client=34
1706205097.507  1000  3423  3423 I gralloc : ddebug, free share_fd=113, user_hnd=0x11, ion client=30
1706205097.507  1000  3423  3423 I gralloc : ddebug, free share_fd=136, user_hnd=0xf, ion client=30
1706205097.513  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205097.516  1000  3423  3464 W SurfaceFlinger: Attempting to set client state on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205097.516  1000  3423  3464 W SurfaceFlinger: Attempting to destroy on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205097.520  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.520  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205097.520  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.524  1000  3423  3423 I gralloc : ddebug, free share_fd=138, user_hnd=0x12, ion client=30
1706205097.537  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.611  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
1706205097.611  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.611  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205097.629  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.678  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 6 lines
1706205097.678  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.686  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205097.696  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.744  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 6 lines
1706205097.744  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205097.768  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205097.856  1046  3505 26356 I FASTGX_RC: base qp++:16, bu_cnt:0
1706205097.925  1046  3505 26356 I FASTGX_RC: base qp - 2:17, bu_cnt:0
1706205097.994  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205098.063  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205098.132  1046  3505 26356 I FASTGX_RC: base qp - 2:16, bu_cnt:0
1706205098.200  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205098.719  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 7 lines
1706205098.819  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205099.191  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.264  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205099.264  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.270  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205099.281  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.347  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
1706205099.347  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.357  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205099.364  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.429  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
1706205099.429  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.434  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205099.445  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.496  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205099.496  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.508 10077 26371 26371 I AppCompatDelegate: The Activity's LayoutInflater already has a Factory installed so we can not install AppCompat's
1706205099.509  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205099.565  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.581  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205099.581  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.583  1000  3423  3423 D SurfaceFlinger: duplicate layer name: changing com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity to com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205099.585  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205099.587  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205099.589  1000  3423  3465 I gralloc : ddebug, pair (share_fd=113, user_hnd=f, ion_client=30)
1706205099.591  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205099.593  1000  3423  3465 I gralloc : ddebug, pair (share_fd=38, user_hnd=11, ion_client=30)
1706205099.594  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205099.596  1000  3423  3465 I gralloc : ddebug, pair (share_fd=147, user_hnd=12, ion_client=30)
1706205099.598 10077 26371 26410 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
1706205099.598  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.615  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205099.616  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.618  1000  3423  3465 I gralloc : ddebug, free share_fd=147, user_hnd=0x12, ion client=30
1706205099.619  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205099.620  1000  3423  3465 I gralloc : ddebug, pair (share_fd=140, user_hnd=12, ion_client=30)
1706205099.623 10077 26371 26410 I gralloc : ddebug, pair (share_fd=83, user_hnd=4, ion_client=66)
1706205099.631  1000  3423  3649 I gralloc : ddebug, free share_fd=38, user_hnd=0x11, ion client=30
1706205099.632  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205099.633  1000  3423  3649 I gralloc : ddebug, pair (share_fd=76, user_hnd=11, ion_client=30)
1706205099.636 10077 26371 26410 I gralloc : ddebug, pair (share_fd=85, user_hnd=5, ion_client=66)
1706205099.648  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.666  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 3 lines
1706205099.666  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.671  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205099.677  1000  3409  3566 I gralloc : ddebug, pair (share_fd=57, user_hnd=7, ion_client=34)
1706205099.685  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.714  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205099.714  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205099.753  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205099.888  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 2 lines
1706205099.955  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205099.975  1000  3423  3465 I gralloc : ddebug, free share_fd=113, user_hnd=0xf, ion client=30
1706205099.976  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205099.977  1000  3423  3465 I gralloc : ddebug, pair (share_fd=113, user_hnd=f, ion_client=30)
1706205099.979 10077 26371 26410 I gralloc : ddebug, pair (share_fd=87, user_hnd=6, ion_client=66)
1706205099.992  1000  3409  3566 I gralloc : ddebug, pair (share_fd=63, user_hnd=8, ion_client=34)
1706205100.003  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205100.003  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205100.003  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205100.008  1000  3409  3566 I gralloc : ddebug, pair (share_fd=67, user_hnd=9, ion_client=34)
1706205100.021  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205100.033  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 6 lines
1706205100.033  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205100.048  1046  3505 26356 I FASTGX_RC: base qp:16, bu_cnt:0
1706205100.049  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205100.131  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 22 lines
1706205100.131  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205100.132  1046  3505 26356 I FASTGX_RC: base qp--:16, bu_cnt:0
1706205100.148  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205100.198  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 14 lines
1706205100.198  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205100.213  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205100.215  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205100.247  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205100.247  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205100.285  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205101.040  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 11 lines
1706205101.140  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205101.187  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.204  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 6 lines
1706205101.204  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.205  1000  3653  3653 W TelecomManager: Telecom Service not found.
1706205101.209 10077 26371 26410 I gralloc : ddebug, free share_fd=83, user_hnd=0x4, ion client=66
1706205101.209 10077 26371 26410 I gralloc : ddebug, free share_fd=85, user_hnd=0x5, ion client=66
1706205101.210 10077 26371 26410 I gralloc : ddebug, free share_fd=87, user_hnd=0x6, ion client=66
1706205101.211  1000  3423  3649 E BufferQueueProducer: [com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1] disconnect: not connected (req=1)
1706205101.211 10077 26371 26410 W libEGL  : EGLNativeWindowType 0x8a212808 disconnect failed
1706205101.221  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.233  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 6 lines
1706205101.233  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.244  1000  3409  3566 I gralloc : ddebug, free share_fd=63, user_hnd=0x8, ion client=34
1706205101.244  1000  3409  3566 I gralloc : ddebug, free share_fd=57, user_hnd=0x7, ion client=34
1706205101.244  1000  3409  3566 I gralloc : ddebug, free share_fd=67, user_hnd=0x9, ion client=34
1706205101.244  1000  3423  3423 I gralloc : ddebug, free share_fd=140, user_hnd=0x12, ion client=30
1706205101.244  1000  3423  3423 I gralloc : ddebug, free share_fd=76, user_hnd=0x11, ion client=30
1706205101.252  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205101.256  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.256  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205101.256  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.258  1000  3423  3649 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=251#0
1706205101.260  1000  3423  3649 W SurfaceFlinger: Attempting to set client state on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205101.260  1000  3423  3649 W SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=251#0
1706205101.260  1000  3423  3649 W SurfaceFlinger: Attempting to destroy on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205101.262  1000  3423  3423 I gralloc : ddebug, free share_fd=113, user_hnd=0xf, ion client=30
1706205101.273  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.348  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
1706205101.348  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.348  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205101.366  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.415  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 6 lines
1706205101.415  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.422  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205101.432  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.464  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 4 lines
1706205101.464  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205101.497  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205101.564  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 1 line
1706205101.653  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205101.722  1046  3505 26356 I FASTGX_RC: base qp - 2:16, bu_cnt:0
1706205101.789  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205102.451  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 9 lines
1706205102.553  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205102.896  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205102.967  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205102.967  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205102.977  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205102.985  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.050  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
1706205103.050  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.060  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205103.067  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.132  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
1706205103.132  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.137  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205103.472  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 5 lines
1706205103.540  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205103.569 10077 26371 26371 I AppCompatDelegate: The Activity's LayoutInflater already has a Factory installed so we can not install AppCompat's
1706205103.586  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.586  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.613  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205103.619  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.634  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205103.634  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.636  1000  3423  3423 D SurfaceFlinger: duplicate layer name: changing com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity to com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205103.640  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205103.641  1000  3423  4133 I gralloc : ddebug, pair (share_fd=135, user_hnd=f, ion_client=30)
1706205103.642  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205103.643  1000  3423  4133 I gralloc : ddebug, pair (share_fd=140, user_hnd=11, ion_client=30)
1706205103.644  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205103.646  1000  3423  4133 I gralloc : ddebug, pair (share_fd=144, user_hnd=12, ion_client=30)
1706205103.648 10077 26371 26410 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
1706205103.653  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.668  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205103.668  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.669  1000  3423  4133 I gralloc : ddebug, free share_fd=144, user_hnd=0x12, ion client=30
1706205103.670  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205103.672  1000  3423  4133 I gralloc : ddebug, pair (share_fd=75, user_hnd=12, ion_client=30)
1706205103.674 10077 26371 26410 I gralloc : ddebug, pair (share_fd=83, user_hnd=4, ion_client=66)
1706205103.681  1000  3423  4133 I gralloc : ddebug, free share_fd=140, user_hnd=0x11, ion client=30
1706205103.682  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205103.684  1000  3423  4133 I gralloc : ddebug, pair (share_fd=143, user_hnd=11, ion_client=30)
1706205103.686 10077 26371 26410 I gralloc : ddebug, pair (share_fd=85, user_hnd=5, ion_client=66)
1706205103.691  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205103.702  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.702  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.715  1000  3409  3566 I gralloc : ddebug, pair (share_fd=57, user_hnd=7, ion_client=34)
1706205103.723  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.751  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205103.751  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205103.777  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205103.911  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 2 lines
1706205103.978  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205104.029  1000  3423  4133 I gralloc : ddebug, free share_fd=135, user_hnd=0xf, ion client=30
1706205104.030  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205104.031  1000  3423  4133 I gralloc : ddebug, pair (share_fd=85, user_hnd=f, ion_client=30)
1706205104.033 10077 26371 26410 I gralloc : ddebug, pair (share_fd=87, user_hnd=6, ion_client=66)
1706205104.046  1000  3409  3566 I gralloc : ddebug, pair (share_fd=63, user_hnd=8, ion_client=34)
1706205104.058  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205104.058  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205104.058  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205104.063  1000  3409  3566 I gralloc : ddebug, pair (share_fd=67, user_hnd=9, ion_client=34)
1706205104.068  1046  3505 26356 I FASTGX_RC: base qp--:16, bu_cnt:0
1706205104.077  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205104.152  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 22 lines
1706205104.152  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205104.159  1046  3505 26356 I FASTGX_RC: base qp--:16, bu_cnt:0
1706205104.170  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205104.218  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 14 lines
1706205104.218  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205104.234  1046  3505 26356 I FASTGX_RC: base qp - 2:16, bu_cnt:0
1706205104.235  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205104.301  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205104.301  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205104.307  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205105.045  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 11 lines
1706205105.130  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205105.225  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.225  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205105.225  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.233  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205105.241  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.241  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205105.241  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.256  1000  3653  3653 W TelecomManager: Telecom Service not found.
1706205105.258  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.258  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205105.258  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.259 10077 26371 26410 I gralloc : ddebug, free share_fd=85, user_hnd=0x5, ion client=66
1706205105.260 10077 26371 26410 I gralloc : ddebug, free share_fd=87, user_hnd=0x6, ion client=66
1706205105.260 10077 26371 26410 I gralloc : ddebug, free share_fd=83, user_hnd=0x4, ion client=66
1706205105.260  1000  3423  4133 E BufferQueueProducer: [com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1] disconnect: not connected (req=1)
1706205105.261 10077 26371 26410 W libEGL  : EGLNativeWindowType 0x8a212808 disconnect failed
1706205105.275  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.287  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 6 lines
1706205105.287  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.297  1000  3409  3566 I gralloc : ddebug, free share_fd=63, user_hnd=0x8, ion client=34
1706205105.298  1000  3409  3566 I gralloc : ddebug, free share_fd=57, user_hnd=0x7, ion client=34
1706205105.298  1000  3409  3566 I gralloc : ddebug, free share_fd=67, user_hnd=0x9, ion client=34
1706205105.298  1000  3423  3423 I gralloc : ddebug, free share_fd=143, user_hnd=0x11, ion client=30
1706205105.299  1000  3423  3423 I gralloc : ddebug, free share_fd=85, user_hnd=0xf, ion client=30
1706205105.299  1000  3423  4023 W SurfaceFlinger: Attempting to set client state on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205105.299  1000  3423  4023 W SurfaceFlinger: Attempting to destroy on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205105.310  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.310  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205105.310  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.313  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205105.316  1000  3423  3423 I gralloc : ddebug, free share_fd=75, user_hnd=0x12, ion client=30
1706205105.326  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.385  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
1706205105.385  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205105.397  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205106.418  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 14 lines
1706205106.519  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205106.947  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.021  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205107.021  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.036  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205107.037  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.103  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
1706205107.103  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.111  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205107.120  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.187  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
1706205107.187  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.187  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205107.204  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.221  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205107.221  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.264  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205107.465  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 3 lines
1706205107.533  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205107.574 10077 26371 26371 I AppCompatDelegate: The Activity's LayoutInflater already has a Factory installed so we can not install AppCompat's
1706205107.590  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.590  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.605  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205107.625  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.639  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205107.639  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.643  1000  3423  3423 D SurfaceFlinger: duplicate layer name: changing com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity to com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205107.652  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205107.654 10077 26371 26410 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
1706205107.656  1000  3423  4133 I gralloc : ddebug, pair (share_fd=137, user_hnd=f, ion_client=30)
1706205107.656  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.656  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205107.656  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.659  1000  3423  4133 I gralloc : ddebug, pair (share_fd=111, user_hnd=11, ion_client=30)
1706205107.659  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205107.661  1000  3423  4133 I gralloc : ddebug, pair (share_fd=143, user_hnd=12, ion_client=30)
1706205107.673  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.673  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.686  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205107.689  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.689  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.692  1000  3423  4133 I gralloc : ddebug, free share_fd=143, user_hnd=0x12, ion client=30
1706205107.692  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205107.695  1000  3423  4133 I gralloc : ddebug, pair (share_fd=140, user_hnd=12, ion_client=30)
1706205107.696 10077 26371 26410 I gralloc : ddebug, pair (share_fd=83, user_hnd=4, ion_client=66)
1706205107.703  1000  3423  4133 I gralloc : ddebug, free share_fd=111, user_hnd=0x11, ion client=30
1706205107.703  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205107.705  1000  3423  4133 I gralloc : ddebug, pair (share_fd=114, user_hnd=11, ion_client=30)
1706205107.707 10077 26371 26410 I gralloc : ddebug, pair (share_fd=85, user_hnd=5, ion_client=66)
1706205107.723  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.723  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205107.723  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.735  1000  3409  3566 I gralloc : ddebug, pair (share_fd=57, user_hnd=7, ion_client=34)
1706205107.743  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.758  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 6 lines
1706205107.758  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205107.768  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205107.902  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 2 lines
1706205107.969  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205108.033  1000  3423  4023 I gralloc : ddebug, free share_fd=137, user_hnd=0xf, ion client=30
1706205108.034  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205108.036  1000  3423  4023 I gralloc : ddebug, pair (share_fd=91, user_hnd=f, ion_client=30)
1706205108.037 10077 26371 26410 I gralloc : ddebug, pair (share_fd=87, user_hnd=6, ion_client=66)
1706205108.050  1000  3409  3566 I gralloc : ddebug, pair (share_fd=63, user_hnd=8, ion_client=34)
1706205108.058  1046  3505 26356 I FASTGX_RC: base qp--:16, bu_cnt:0
1706205108.062  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205108.063  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205108.063  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205108.068  1000  3409  3566 I gralloc : ddebug, pair (share_fd=67, user_hnd=9, ion_client=34)
1706205108.078  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205108.140  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205108.140  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205108.142  1046  3505 26356 I FASTGX_RC: base qp - 2:16, bu_cnt:0
1706205108.156  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205108.206  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 14 lines
1706205108.206  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205108.219  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205108.223  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205108.289  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205108.289  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205108.291  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205108.305  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205108.321  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 6 lines
1706205108.321  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205108.363  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205109.118  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 11 lines
1706205109.218  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205109.265  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.324  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205109.324  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.330  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205109.341  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.393  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 14 lines
1706205109.393  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.404  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205109.408  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.475  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205109.475  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.478  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205109.491  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.524  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205109.524  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.532 10077 26371 26410 I gralloc : ddebug, free share_fd=85, user_hnd=0x5, ion client=66
1706205109.532 10077 26371 26410 I gralloc : ddebug, free share_fd=87, user_hnd=0x6, ion client=66
1706205109.534 10077 26371 26410 I gralloc : ddebug, free share_fd=83, user_hnd=0x4, ion client=66
1706205109.534  1000  3423  4023 E BufferQueueProducer: [com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1] disconnect: not connected (req=1)
1706205109.534 10077 26371 26410 W libEGL  : EGLNativeWindowType 0x8a212808 disconnect failed
1706205109.537  1000  3653  3653 W TelecomManager: Telecom Service not found.
1706205109.543  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.543  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205109.543  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.545  1000  3653  3653 W TelecomManager: Telecom Service not found.
1706205109.548  1000  3653  3653 I chatty  : uid=1000 system_server identical 1 line
1706205109.549  1000  3653  3653 W TelecomManager: Telecom Service not found.
1706205109.552  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205109.552  1000  3653  3653 W TelecomManager: Telecom Service not found.
1706205109.559  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.559  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205109.559  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.567  1000  3653  3653 W TelecomManager: Telecom Service not found.
1706205109.568  1000  3409  3566 I gralloc : ddebug, free share_fd=63, user_hnd=0x8, ion client=34
1706205109.568  1000  3409  3566 I gralloc : ddebug, free share_fd=57, user_hnd=0x7, ion client=34
1706205109.569  1000  3409  3566 I gralloc : ddebug, free share_fd=67, user_hnd=0x9, ion client=34
1706205109.569  1000  3423  3423 I gralloc : ddebug, free share_fd=114, user_hnd=0x11, ion client=30
1706205109.569  1000  3423  3423 I gralloc : ddebug, free share_fd=91, user_hnd=0xf, ion client=30
1706205109.578  1000  3653  3653 W TelecomManager: Telecom Service not found.
1706205109.578  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.578  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205109.578  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.581  1000  3423  4023 W SurfaceFlinger: Attempting to set client state on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205109.581  1000  3423  4023 W SurfaceFlinger: Attempting to destroy on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205109.584  1000  3653  3653 W TelecomManager: Telecom Service not found.
1706205109.585  1000  3423  3423 I gralloc : ddebug, free share_fd=140, user_hnd=0x12, ion client=30
1706205109.595  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.595  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.605 10024  3912 26740 W RingtonePlayer: STOP command without a player
1706205109.610  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.626  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205109.626  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.628  1000  3653  3653 W TelecomManager: Telecom Service not found.
1706205109.643  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.644  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.647  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205109.660  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.660  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205109.719  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205109.786  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 1 line
1706205109.853  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205109.940  1046  3505 26356 I FASTGX_RC: base qp - 2:16, bu_cnt:0
1706205110.009  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205110.675  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 9 lines
1706205110.774  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205111.219  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205111.309  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 12 lines
1706205111.309  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205111.309  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205111.325  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205111.375  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 6 lines
1706205111.375  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205111.388  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205111.394  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205111.458  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 8 lines
1706205111.458  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205111.464  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205111.475  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205111.507  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 4 lines
1706205111.507  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205111.536  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205112.490  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 13 lines
1706205112.590  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205115.036 10077 26371 26371 I AppCompatDelegate: The Activity's LayoutInflater already has a Factory installed so we can not install AppCompat's
1706205115.055  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.118  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 4 lines
1706205115.118  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.120  1000  3423  3423 D SurfaceFlinger: duplicate layer name: changing com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity to com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205115.126  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205115.129  1000  3423  3464 I gralloc : ddebug, pair (share_fd=140, user_hnd=f, ion_client=30)
1706205115.130  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205115.132  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205115.134  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.134  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.135  1000  3423  3464 I gralloc : ddebug, pair (share_fd=144, user_hnd=11, ion_client=30)
1706205115.136  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205115.139  1000  3423  3464 I gralloc : ddebug, pair (share_fd=137, user_hnd=12, ion_client=30)
1706205115.140 10077 26371 26410 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
1706205115.150  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.150  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.162  1000  3423  3464 I gralloc : ddebug, free share_fd=137, user_hnd=0x12, ion client=30
1706205115.162  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205115.163  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.163  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.165  1000  3423  3464 I gralloc : ddebug, pair (share_fd=137, user_hnd=12, ion_client=30)
1706205115.167 10077 26371 26410 I gralloc : ddebug, pair (share_fd=83, user_hnd=4, ion_client=66)
1706205115.176  1000  3423  3464 I gralloc : ddebug, free share_fd=144, user_hnd=0x11, ion client=30
1706205115.176  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205115.179  1000  3423  3464 I gralloc : ddebug, pair (share_fd=113, user_hnd=11, ion_client=30)
1706205115.181 10077 26371 26410 I gralloc : ddebug, pair (share_fd=85, user_hnd=5, ion_client=66)
1706205115.196  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.196  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.210  1000  3409  3563 I gralloc : ddebug, pair (share_fd=57, user_hnd=7, ion_client=34)
1706205115.212  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205115.219  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.247  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205115.247  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.293  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205115.426  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 2 lines
1706205115.494  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205115.507  1000  3423  4133 I gralloc : ddebug, free share_fd=140, user_hnd=0xf, ion client=30
1706205115.508  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205115.510  1000  3423  4133 I gralloc : ddebug, pair (share_fd=140, user_hnd=f, ion_client=30)
1706205115.512 10077 26371 26410 I gralloc : ddebug, pair (share_fd=87, user_hnd=6, ion_client=66)
1706205115.524  1000  3409  3563 I gralloc : ddebug, pair (share_fd=63, user_hnd=8, ion_client=34)
1706205115.536  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.536  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205115.536  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.541  1000  3409  3563 I gralloc : ddebug, pair (share_fd=67, user_hnd=9, ion_client=34)
1706205115.549  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.581  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205115.581  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.590  1046  3505 26356 I FASTGX_RC: base qp--:16, bu_cnt:0
1706205115.598  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.664  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205115.664  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.675  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205115.680  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.747  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205115.747  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.751  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205115.764  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.796  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205115.796  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205115.825  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205116.579  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 11 lines
1706205116.680  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205116.739  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205116.776  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 10 lines
1706205116.776  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205116.786  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205116.795  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205116.854  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205116.854  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205116.859  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205116.871  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205116.932  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 18 lines
1706205116.932  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205116.935  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205116.947  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205116.997  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 14 lines
1706205116.997  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205117.010  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205117.868  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 12 lines
1706205117.969  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205118.061 10077 26371 26410 I gralloc : ddebug, free share_fd=85, user_hnd=0x5, ion client=66
1706205118.062 10077 26371 26410 I gralloc : ddebug, free share_fd=87, user_hnd=0x6, ion client=66
1706205118.062 10077 26371 26410 I gralloc : ddebug, free share_fd=83, user_hnd=0x4, ion client=66
1706205118.062  1000  3423  3464 E BufferQueueProducer: [com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1] disconnect: not connected (req=1)
1706205118.063 10077 26371 26410 W libEGL  : EGLNativeWindowType 0x8a212808 disconnect failed
1706205118.071  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205118.077  1000  3409  3563 I gralloc : ddebug, free share_fd=63, user_hnd=0x8, ion client=34
1706205118.077  1000  3409  3563 I gralloc : ddebug, free share_fd=57, user_hnd=0x7, ion client=34
1706205118.077  1000  3409  3563 I gralloc : ddebug, free share_fd=67, user_hnd=0x9, ion client=34
1706205118.078  1000  3423  3423 I gralloc : ddebug, free share_fd=113, user_hnd=0x11, ion client=30
1706205118.082  1000  3423  4133 W SurfaceFlinger: Attempting to set client state on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205118.082  1000  3423  4133 W SurfaceFlinger: Attempting to destroy on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#1
1706205118.092  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205118.092  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205118.092  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205118.093  1000  3423  4133 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=251#0
1706205118.094  1000  3423  4133 W SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=251#0
1706205118.099  1000  3423  3423 I gralloc : ddebug, free share_fd=137, user_hnd=0x12, ion client=30
1706205118.112  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205118.112  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205118.115  1000  3423  3423 I gralloc : ddebug, free share_fd=140, user_hnd=0xf, ion client=30
1706205118.191  1046  3505 26356 I FASTGX_RC: base qp - 2:16, bu_cnt:0
1706205118.258  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205119.078  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 9 lines
1706205119.178  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205120.679 10024  3912  3912 W TelecomManager: Telecom Service not found.
1706205120.724  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205120.743  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205120.743  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205120.805  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205120.986  1000  3653  3653 W HdmiControlService: Local playback device not available
1706205120.871  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 1 line
1706205120.939  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205120.986  1000  3653  3653 W WindowManager: One touch play failed: 2
1706205120.988  1000  3653  3675 D AutofillManagerService: Close system dialogs
1706205120.991  1000  3653  3669 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.sbxtv/.Launcher (has extras)} from uid 1000
1706205120.995 10024  3912  3912 V StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{dcdb169 V.ED..... ......ID 0,0-1920,36} canPanelBeCollapsed(): false
1706205120.996 10024  3912  3912 I vol.Events: writeEvent dismiss_dialog volume_controller
1706205121.008  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205121.041  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.041  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.052 10019  5999  6042 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
1706205121.053  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205121.055  1000  3423  4133 I gralloc : ddebug, pair (share_fd=136, user_hnd=f, ion_client=30)
1706205121.056  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205121.058  1000  3423  4133 I gralloc : ddebug, pair (share_fd=140, user_hnd=11, ion_client=30)
1706205121.058  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205121.061  1000  3423  4133 I gralloc : ddebug, pair (share_fd=144, user_hnd=12, ion_client=30)
1706205121.071 10077 26371 26410 I gralloc : ddebug, free share_fd=65, user_hnd=0x1, ion client=66
1706205121.072 10077 26371 26410 I gralloc : ddebug, free share_fd=69, user_hnd=0x2, ion client=66
1706205121.072 10077 26371 26410 I gralloc : ddebug, free share_fd=71, user_hnd=0x3, ion client=66
1706205121.073  1000  3423  4133 E BufferQueueProducer: [com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#0] disconnect: not connected (req=1)
1706205121.075 10077 26371 26410 W libEGL  : EGLNativeWindowType 0x8c34f008 disconnect failed
1706205121.075  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.089  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205121.089  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.090  1000  3423  4133 I gralloc : ddebug, free share_fd=144, user_hnd=0x12, ion client=30
1706205121.090  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205121.093  1000  3423  4133 I gralloc : ddebug, pair (share_fd=76, user_hnd=12, ion_client=30)
1706205121.095 10019  5999  6042 I gralloc : ddebug, pair (share_fd=79, user_hnd=2, ion_client=67)
1706205121.111  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.111  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.121  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205121.124  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.124  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.129  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205121.132  1000  3423  4023 I gralloc : ddebug, pair (share_fd=114, user_hnd=17, ion_client=30)
1706205121.136  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.136  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.145  1000  3423  4023 I gralloc : ddebug, free share_fd=114, user_hnd=0x17, ion client=30
1706205121.147  1000  3653  3708 I gralloc : ddebug, pair (share_fd=305, user_hnd=4, ion_client=238)
1706205121.155  1000  3423  3464 W SurfaceFlinger: Attempting to set client state on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#0
1706205121.156  1000  3423  3464 W SurfaceFlinger: Attempting to destroy on removed layer: com.f0x1d.logfox/com.f0x1d.logfox.ui.activity.MainActivity#0
1706205121.162  1000  3409  3563 I gralloc : ddebug, free share_fd=54, user_hnd=0x6, ion client=34
1706205121.163  1000  3409  3563 I gralloc : ddebug, free share_fd=52, user_hnd=0x3, ion client=34
1706205121.163  1000  3409  3563 I gralloc : ddebug, free share_fd=44, user_hnd=0x1, ion client=34
1706205121.163  1000  3423  3423 I gralloc : ddebug, free share_fd=94, user_hnd=0x13, ion client=30
1706205121.164  1000  3423  3423 I gralloc : ddebug, free share_fd=108, user_hnd=0x7, ion client=30
1706205121.168  1000  3409  3563 I gralloc : ddebug, pair (share_fd=53, user_hnd=1, ion_client=34)
1706205121.169  1000  3409  3563 I gralloc : ddebug, pair (share_fd=58, user_hnd=3, ion_client=34)
1706205121.178  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.178  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205121.178  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205121.181  1000  3423  3423 I gralloc : ddebug, free share_fd=99, user_hnd=0x6, ion client=30
1706205121.198 10024  3912  9455 I gralloc : ddebug, pair (share_fd=111, user_hnd=9, ion_client=90)
1706205121.202 10024  3912  9455 I gralloc : ddebug, pair (share_fd=93, user_hnd=9, ion_client=90)
1706205121.216  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205121.293  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205121.311 10024  3912  3944 I ndroid.systemu: NativeAlloc concurrent copying GC freed 41655(2040KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 9MB/18MB, paused 190us total 108.238ms
1706205121.311 10024  3912  3934 I gralloc : ddebug, free share_fd=229, user_hnd=0x43, ion client=90
1706205121.312 10024  3912  3934 I gralloc : ddebug, free share_fd=231, user_hnd=0x44, ion client=90
1706205121.312 10024  3912  3934 I gralloc : ddebug, free share_fd=233, user_hnd=0x1e, ion client=90
1706205121.312 10024  3912  3934 I gralloc : ddebug, free share_fd=136, user_hnd=0x15, ion client=90
1706205121.320 10024  3912  3934 I gralloc : ddebug, free share_fd=96, user_hnd=0x3, ion client=90
1706205121.326 10024  3912  3942 I gralloc : ddebug, free share_fd=93, user_hnd=0x9, ion client=90
1706205121.367  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205121.436  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205121.524  1046  3505 26356 I FASTGX_RC: base qp - 2:16, bu_cnt:0
1706205121.592  1046  3505 26356 I FASTGX_RC: base qp - 2:16, bu_cnt:0
1706205121.659  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205122.165  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 7 lines
1706205122.265  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205124.083  1000  3423  3464 I gralloc : ddebug, free share_fd=140, user_hnd=0x11, ion client=30
1706205124.083  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205124.087  1000  3423  3464 I gralloc : ddebug, pair (share_fd=113, user_hnd=6, ion_client=30)
1706205124.089 10019  5999  6042 I gralloc : ddebug, pair (share_fd=83, user_hnd=3, ion_client=67)
1706205124.100  1000  3423  3464 I gralloc : ddebug, free share_fd=136, user_hnd=0xf, ion client=30
1706205124.100  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205124.104  1000  3423  3464 I gralloc : ddebug, pair (share_fd=130, user_hnd=7, ion_client=30)
1706205124.106 10019  5999  6042 I gralloc : ddebug, pair (share_fd=86, user_hnd=7, ion_client=67)
1706205124.117  1000  3409  3563 I gralloc : ddebug, pair (share_fd=50, user_hnd=6, ion_client=34)
1706205124.138  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205124.138  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205124.138  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205124.144  1000  3409  3563 I gralloc : ddebug, pair (share_fd=61, user_hnd=7, ion_client=34)
1706205124.159  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205124.177  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 4 lines
1706205124.177  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205124.217  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205124.287  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205124.375  1046  3505 26356 I FASTGX_RC: base qp++:16, bu_cnt:0
1706205124.444  1046  3505 26356 I FASTGX_RC: base qp:17, bu_cnt:0
1706205124.513  1046  3505 26356 I FASTGX_RC: base qp--:17, bu_cnt:0
1706205124.582  1046  3505 26356 I FASTGX_RC: base qp - 2:16, bu_cnt:0
1706205124.652  1046  3505 26356 I FASTGX_RC: base qp--:16, bu_cnt:0
1706205124.742  1046  3505 26356 I FASTGX_RC: base qp - 2:16, bu_cnt:0
1706205124.842  1046  3505 26356 I FASTGX_RC: base qp--:16, bu_cnt:0
1706205124.942  1046  3505 26356 I FASTGX_RC: base qp--:16, bu_cnt:0
1706205125.043  1046  3505 26356 I FASTGX_RC: base qp - 2:16, bu_cnt:0
1706205125.143  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205127.269  1000  3653  8104 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.machiav3lli.backup/.activities.MainActivityX bnds=[960,437][1273,609]} from uid 10019
1706205125.246  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205127.287  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.357  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 13 lines
1706205127.357  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.379  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205127.388  1000  3653  3670 I ActivityManager: Start proc 26753:com.machiav3lli.backup/u0a71 for activity com.machiav3lli.backup/.activities.MainActivityX
1706205127.395  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.410  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 4 lines
1706205127.410  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.418  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205127.422  1000  3423  3464 I gralloc : ddebug, pair (share_fd=122, user_hnd=f, ion_client=30)
1706205127.424  1000  3653  3708 I gralloc : ddebug, pair (share_fd=319, user_hnd=6, ion_client=238)
1706205127.429  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.429  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205127.429  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.436  root 26753 26753 I Zygote  : seccomp disabled by setenforce 0
1706205127.445 10071 26753 26753 W hiav3lli.backu: Using default instruction set features for ARM CPU variant (cortex-a9) using conservative defaults
1706205127.461  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.461  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205127.461  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.469  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205127.477  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.535  1000  3653  8104 W ActivityManager: Request to remove task ignored for non-existent task 254
1706205127.545  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 4 lines
1706205127.545  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.545  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205127.560  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.577  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 4 lines
1706205127.577  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.587  1000  3409  3566 I gralloc : ddebug, free share_fd=53, user_hnd=0x1, ion client=34
1706205127.587  1000  3409  3566 I gralloc : ddebug, free share_fd=61, user_hnd=0x7, ion client=34
1706205127.588  1000  3409  3566 I gralloc : ddebug, free share_fd=50, user_hnd=0x6, ion client=34
1706205127.588  1000  3409  3566 I gralloc : ddebug, free share_fd=58, user_hnd=0x3, ion client=34
1706205127.590  1000  3409  3566 I gralloc : ddebug, pair (share_fd=49, user_hnd=1, ion_client=34)
1706205127.599  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.599  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.605  1000  3423  3464 I gralloc : ddebug, free share_fd=130, user_hnd=0x7, ion client=30
1706205127.606  1000  3423  3464 I gralloc : ddebug, free share_fd=76, user_hnd=0x12, ion client=30
1706205127.604  1000  3889  3889 I Thread-2: type=1400 audit(0.0:10545): avc: denied { call } for scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1
1706205127.615 10019  5999  6042 I gralloc : ddebug, free share_fd=86, user_hnd=0x7, ion client=67
1706205127.618 10019  5999  6042 I gralloc : ddebug, free share_fd=79, user_hnd=0x2, ion client=67
1706205127.618 10019  5999  6042 I gralloc : ddebug, free share_fd=83, user_hnd=0x3, ion client=67
1706205127.619  1000  3423  3464 E BufferQueueProducer: [com.android.sbxtv/com.android.sbxtv.Launcher#0] disconnect: not connected (req=1)
1706205127.619 10019  5999  6042 W libEGL  : EGLNativeWindowType 0xa0595008 disconnect failed
1706205127.640  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205127.645  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.645  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205127.717  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205127.786  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205127.815 10071 26753 26753 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
1706205127.826 10071 26753 26753 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService
1706205127.826 10071 26753 26753 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService
1706205127.858  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205127.928 10071 26781 26781 I su      : type=1400 audit(0.0:10546): avc: denied { getattr } for path="/odm" dev="mmcblk0p17" ino=2 scontext=u:r:untrusted_app:s0:c71,c256,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=dir permissive=1
1706205127.952  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205128.319  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 5 lines
1706205128.393  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205128.457 10071 26753 26753 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found
1706205128.468  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205128.513  root 26786 26786 I AVUtils : createInstance(32bit) : _ZN7android19createExtendedUtilsEv
1706205128.522  root 26786 26786 I AVUtils : createInstance(32bit) : _ZN7android19createExtendedUtilsEv
1706205128.522  root 26786 26786 I AVUtils : Opened libavenhancements.so
1706205128.523  root 26786 26786 I AVUtils : symbol _ZN7android19createExtendedUtilsEv found:  (null)
1706205128.523  root 26786 26786 I AVUtils : CREATE function success
1706205128.523  root 26786 26786 I AVUtils : Opened libavenhancements.so
1706205128.523  root 26786 26786 I AVUtils : symbol _ZN7android19createExtendedUtilsEv found:  (null)
1706205128.523  root 26786 26786 I AVUtils : CREATE function success
1706205128.523  root 26786 26786 I AVUtils : createInstance(32bit) : _ZN7android19createExtendedUtilsEv
1706205128.523  root 26786 26786 I AVUtils : symbol _ZN7android19createExtendedUtilsEv found:  (null)
1706205128.523  root 26786 26786 I AVUtils : CREATE function success
1706205128.523  root 26786 26786 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
1706205128.540  root 26786 26786 W /proc/self/fd/13: Could not reserve sentinel fault page
1706205128.543  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205128.600  1046  3505 26356 D GXFASTENCLIB: p->quant = 23
1706205128.624  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205128.698  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205128.723 10071 26753 26753 D OpenGLRenderer: Skia GL Pipeline
1706205128.746 10071 26753 26753 I Choreographer: Skipped 54 frames!  The application may be doing too much work on its main thread.
1706205128.752  1000  3423  3423 I surfaceflinger: type=1400 audit(0.0:10547): avc: denied { call } for scontext=u:r:surfaceflinger:s0 tcontext=u:r:mediacodec:s0 tclass=binder permissive=1 b/77924251
1706205128.767  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205128.787  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205128.787  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205128.800 10071 26753 26769 I hiav3lli.backu: Background concurrent copying GC freed 10167(999KB) AllocSpace objects, 5(100KB) LOS objects, 49% free, 2MB/4MB, paused 113us total 110.270ms
1706205128.802  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205128.838  root 26786 26786 W /proc/self/fd/13: Using default instruction set features for ARM CPU variant (cortex-a9) using conservative defaults
1706205128.846  root 26786 26786 I /proc/self/fd/13: The ClassLoaderContext is a special shared library.
1706205128.878  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205128.928  root 26786 26786 D AndroidRuntime: Calling main entry com.android.commands.content.Content
1706205128.936  1000  3653  8104 D ActivityManager: Raise procstate to external provider: ProcessRecord{1051cbc 1239:com.topjohnwu.magisk/u0a65}
1706205128.954  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205128.988  root  3422  3422 I lmkd    : type=1400 audit(0.0:10548): avc: denied { write } for name="oom_score_adj" dev="proc" ino=16634182 scontext=u:r:lmkd:s0 tcontext=u:r:zygote:s0 tclass=file permissive=1
1706205129.018  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.039  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 2 lines
1706205129.039  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.043  root 26786 26786 D AndroidRuntime: Shutting down VM
1706205129.043  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205129.061  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205129.066  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.066  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.067  1000  3423  3464 I gralloc : ddebug, pair (share_fd=143, user_hnd=7, ion_client=30)
1706205129.067  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205129.070  1000  3423  3464 I gralloc : ddebug, pair (share_fd=145, user_hnd=11, ion_client=30)
1706205129.071  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205129.076  1000  3423  3464 I gralloc : ddebug, pair (share_fd=148, user_hnd=12, ion_client=30)
1706205129.077 10065  1239  1280 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
1706205129.078  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.078  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.088  1000  3423  3464 I gralloc : ddebug, free share_fd=148, user_hnd=0x12, ion client=30
1706205129.088  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205129.090  1000  3423  3464 I gralloc : ddebug, pair (share_fd=137, user_hnd=12, ion_client=30)
1706205129.092 10065  1239  1280 I gralloc : ddebug, pair (share_fd=63, user_hnd=1, ion_client=64)
1706205129.129  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.129  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.139  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205129.140  1000  3409  3563 I gralloc : ddebug, pair (share_fd=51, user_hnd=3, ion_client=34)
1706205129.149  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.149  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205129.149  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.216  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205129.286  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205129.290  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205129.295  1000  3423  4133 I gralloc : ddebug, pair (share_fd=149, user_hnd=13, ion_client=30)
1706205129.295  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205129.298  1000  3423  4133 I gralloc : ddebug, pair (share_fd=155, user_hnd=17, ion_client=30)
1706205129.298  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205129.301  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.301  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205129.301  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.304  1000  3423  4133 I gralloc : ddebug, pair (share_fd=158, user_hnd=18, ion_client=30)
1706205129.312  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.313  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205129.313  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205129.315 10071 26753 26823 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
1706205129.315 10071 26753 26823 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
1706205129.316 10071 26753 26823 I OpenGLRenderer: Initialized EGL, version 1.4
1706205129.316 10071 26753 26823 D OpenGLRenderer: Swap behavior 2
1706205129.338 10071 26753 26823 D mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
1706205129.373  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205128.941  1000  3653  8104 I chatty  : uid=1000(system) Binder:3653_E identical 1 line
1706205128.993  1000  3653  8104 D ActivityManager: Raise procstate to external provider: ProcessRecord{1051cbc 1239:com.topjohnwu.magisk/u0a65}
1706205129.385  1000  3653  3670 I ActivityManager: Start proc 26842:com.android.externalstorage/u0a8 for content provider com.android.externalstorage/.ExternalStorageProvider
1706205129.408  root 26842 26842 I Zygote  : seccomp disabled by setenforce 0
1706205129.408  1000  3889  3889 I Thread-2: type=1400 audit(0.0:10549): avc: denied { call } for scontext=u:r:zygote:s0 tcontext=u:r:system_control:s0 tclass=binder permissive=1
1706205129.416 u0_a8 26842 26842 W externalstorag: Using default instruction set features for ARM CPU variant (cortex-a9) using conservative defaults
1706205129.445  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205129.476  1000  3653  3653 I Timer-0 : type=1400 audit(0.0:10550): avc: denied { read } for name="frac_rate_policy" dev="sysfs" ino=9697 scontext=u:r:system_server:s0 tcontext=u:object_r:sysfs_amhdmitx:s0 tclass=file permissive=1
1706205129.476  1000  3653  3653 I Timer-0 : type=1400 audit(0.0:10551): avc: denied { open } for path="/sys/devices/virtual/amhdmitx/amhdmitx0/frac_rate_policy" dev="sysfs" ino=9697 scontext=u:r:system_server:s0 tcontext=u:object_r:sysfs_amhdmitx:s0 tclass=file permissive=1
1706205129.520  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205129.585 u0_a8 26842 26842 D ExternalStorage: After updating volumes, found 3 active roots
1706205129.596  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205129.610  1000  3653  3663 I system_server: Background concurrent copying GC freed 75137(4MB) AllocSpace objects, 167(3MB) LOS objects, 42% free, 11MB/19MB, paused 183us total 133.654ms
1706205129.634  1000  3653  3661 I gralloc : ddebug, free share_fd=307, user_hnd=0x5, ion client=238
1706205129.667 10071 26753 26753 I Choreographer: Skipped 52 frames!  The application may be doing too much work on its main thread.
1706205129.672  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205129.896  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 3 lines
1706205129.969  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205129.977 10071 26753 26769 I hiav3lli.backu: Background concurrent copying GC freed 19003(1223KB) AllocSpace objects, 4(144KB) LOS objects, 50% free, 3MB/7MB, paused 150us total 158.993ms
1706205130.004  1000  3889  3889 I Thread-2: type=1400 audit(0.0:10556): avc: denied { call } for scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1
1706205130.044  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205130.339  1046  3505 26356 I chatty  : uid=1046(mediacodec) deo.encoder.avc identical 4 lines
1706205130.435  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205130.612 10071 26753 26753 I DefaultDispatch: type=1400 audit(0.0:10557): avc: denied { read } for name="TVWall.apk" dev="mmcblk0p19" ino=97 scontext=u:r:untrusted_app:s0:c71,c256,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
1706205130.616 10071 26753 26753 I DefaultDispatch: type=1400 audit(0.0:10558): avc: denied { open } for path="/product/overlay/TVWall.apk" dev="mmcblk0p19" ino=97 scontext=u:r:untrusted_app:s0:c71,c256,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
1706205130.692 10071 26753 26753 I DefaultDispatch: type=1400 audit(0.0:10559): avc: denied { read } for name="DLNA.apk" dev="mmcblk0p19" ino=44 scontext=u:r:untrusted_app:s0:c71,c256,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
1706205130.696 10071 26753 26753 I DefaultDispatch: type=1400 audit(0.0:10560): avc: denied { open } for path="/product/app/DLNA/DLNA.apk" dev="mmcblk0p19" ino=44 scontext=u:r:untrusted_app:s0:c71,c256,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
1706205130.808 10071 26753 26774 W hiav3lli.backu: resources.arsc in APK '/system/priv-app/DsUI/DsUI.apk' is compressed.
1706205130.905 10071 26753 26774 W hiav3lli.backu: Unknown chunk type '200'.
1706205130.997  1000  3423  3649 I gralloc : ddebug, free share_fd=145, user_hnd=0x11, ion client=30
1706205130.997  1000  3423  3649 I gralloc : ddebug, free share_fd=143, user_hnd=0x7, ion client=30
1706205130.998 10065  1239  1280 I gralloc : ddebug, free share_fd=63, user_hnd=0x1, ion client=64
1706205130.999  1000  3423  3649 E BufferQueueProducer: [Toast#0] disconnect: not connected (req=1)
1706205131.000 10065  1239  1280 W libEGL  : EGLNativeWindowType 0x8b7c9008 disconnect failed
1706205131.021  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.021  1000  3423  3423 I chatty  : uid=1000(system) /system/bin/surfaceflinger identical 1 line
1706205131.021  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.025  1000  3409  3563 I gralloc : ddebug, free share_fd=51, user_hnd=0x3, ion client=34
1706205131.033  1000  3423  3649 W SurfaceFlinger: Attempting to destroy on removed layer: 52972ec Toast#0
1706205131.036  1000  3653  3856 W NotificationService: Toast already killed. pkg=com.topjohnwu.magisk callback=android.app.ITransientNotification$Stub$Proxy@12c03f0
1706205131.036  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.036  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.039  1000  3423  3423 I gralloc : ddebug, free share_fd=137, user_hnd=0x12, ion client=30
1706205131.051  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.051  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.051 10071 26753 26774 W hiav3lli.backu: resources.arsc in APK '/system/priv-app/Ds/Ds.apk' is compressed.
1706205131.066  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.067  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.099 10071 26753 26774 W hiav3lli.backu: resources.arsc in APK '/product/app/CpuFloat/CpuFloat.apk' is compressed.
1706205131.107  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205131.182  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205131.195  1000  3423  3649 I gralloc : ddebug, free share_fd=158, user_hnd=0x18, ion client=30
1706205131.196  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205131.199  1000  3423  3649 I gralloc : ddebug, pair (share_fd=136, user_hnd=7, ion_client=30)
1706205131.210 10071 26753 26823 E gralloc : ioctl c0044901 failed with code -1: Invalid argument
1706205131.210 10071 26753 26823 I gralloc : ddebug, pair (share_fd=157, user_hnd=1, ion_client=159)
1706205131.227 10071 26753 26823 I OpenGLRenderer: Davey! duration=2441ms; Flags=0, IntendedVsync=1145203139144287, Vsync=1145204005810919, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=1145204021100491, AnimationStart=1145204021183033, PerformTraversalsStart=1145204147007742, DrawStart=1145205379343950, SyncQueued=1145205547518492, SyncStart=1145205547672659, IssueDrawCommandsStart=1145205548486076, SwapBuffers=1145205577872117, FrameCompleted=1145205580904242, DequeueBufferDuration=4509000, QueueBufferDuration=691000,
1706205131.242  1000  3653  3677 I ActivityManager: Displayed com.machiav3lli.backup/.activities.MainActivityX: +3s871ms
1706205131.252  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.252  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.264  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205131.269  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.269  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.274  1000  3409  3563 I gralloc : ddebug, free share_fd=49, user_hnd=0x1, ion client=34
1706205131.276  1000  3409  3563 I gralloc : ddebug, pair (share_fd=49, user_hnd=1, ion_client=34)
1706205131.283  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.283  1000  3653  3708 I gralloc : ddebug, free share_fd=319, user_hnd=0x6, ion client=238
1706205131.283  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.284  1000  3423  3649 W SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen com.machiav3lli.backup#0
1706205131.284  1000  3423  3649 W SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen com.machiav3lli.backup#0
1706205131.289  1000  3423  3423 I gralloc : ddebug, free share_fd=122, user_hnd=0xf, ion client=30
1706205131.298  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.298  1000  3423  3423 E HWComposer: getLayerReleaseFence failed for display -1: Invalid display
1706205131.346 10071 26753 26753 I Choreographer: Skipped 99 frames!  The application may be doing too much work on its main thread.
1706205131.348  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205131.423  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205131.474 10071 26753 26865 E hiav3lli.backu: No package ID ff found for ID 0xffffffff.
1706205131.500  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205131.527  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205131.533 10071 26753 26812 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.537 10071 26753 26812 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.538 10071 26753 26823 I gralloc : ddebug, pair (share_fd=163, user_hnd=2, ion_client=159)
1706205131.541  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205131.540 10071 26753 26753 I DefaultDispatch: type=1400 audit(0.0:10561): avc: denied { read } for name="AndroidSystemWebView.apk" dev="mmcblk0p17" ino=14 scontext=u:r:untrusted_app:s0:c71,c256,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
1706205131.540 10071 26753 26753 I DefaultDispatch: type=1400 audit(0.0:10562): avc: denied { open } for path="/odm/app/AndroidSystemWebView/AndroidSystemWebView.apk" dev="mmcblk0p17" ino=14 scontext=u:r:untrusted_app:s0:c71,c256,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
1706205131.544 10071 26753 26823 I gralloc : ddebug, pair (share_fd=165, user_hnd=3, ion_client=159)
1706205131.572  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205131.575 10071 26753 26823 I gralloc : ddebug, pair (share_fd=168, user_hnd=4, ion_client=159)
1706205131.576  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205131.590 10071 26753 26774 E hiav3lli.backu: No package ID ff found for ID 0xffffffff.
1706205131.592  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205131.617 10071 26753 26874 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.623 10071 26753 26823 I gralloc : ddebug, pair (share_fd=170, user_hnd=5, ion_client=159)
1706205131.627  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205131.644 10071 26753 26823 I gralloc : ddebug, pair (share_fd=172, user_hnd=6, ion_client=159)
1706205131.647  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205131.653  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205131.680 10071 26753 26776 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.685 10071 26753 26823 I gralloc : ddebug, pair (share_fd=174, user_hnd=7, ion_client=159)
1706205131.688  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205131.690 10071 26753 26823 I gralloc : ddebug, pair (share_fd=176, user_hnd=8, ion_client=159)
1706205131.691  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205131.694 10071 26753 26823 I gralloc : ddebug, pair (share_fd=178, user_hnd=9, ion_client=159)
1706205131.696 10071 26753 26776 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.697  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205131.701 10071 26753 26823 I gralloc : ddebug, pair (share_fd=180, user_hnd=a, ion_client=159)
1706205131.708  1000  3408  3408 I gralloc : framebuffer hal alread move to hwcomposer
1706205131.710 10071 26753 26823 I gralloc : ddebug, pair (share_fd=182, user_hnd=b, ion_client=159)
1706205131.712 10071 26753 26823 F libc    : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 26823 (RenderThread), pid 26753 (hiav3lli.backup)
1706205131.727  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205131.744 10071 26881 26881 I crash_dump32: type=1400 audit(0.0:10563): avc: denied { getattr } for path="/odm" dev="mmcblk0p17" ino=2 scontext=u:r:crash_dump:s0:c71,c256,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=dir permissive=1
1706205131.744 10071 26881 26881 I crash_dump32: type=1400 audit(0.0:10564): avc: denied { getattr } for path="/product" dev="mmcblk0p19" ino=2 scontext=u:r:crash_dump:s0:c71,c256,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=dir permissive=1
1706205131.746 10071 26753 26875 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.756 10071 26753 26812 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.765 10071 26753 26776 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.789 10071 26753 26776 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.790 10071 26753 26812 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.803  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205131.827 10071 26882 26882 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
1706205131.828  1058  3508  3508 I /system/bin/tombstoned: received crash request for pid 26823
1706205131.829 10071 26882 26882 I crash_dump32: performing dump of process 26753 (target tid = 26823)
1706205131.855 10071 26882 26882 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
1706205131.855 10071 26882 26882 F DEBUG   : Build fingerprint: 'Amlogic/ampere/ampere:9/PI/20190625:userdebug/release-keys'
1706205131.855 10071 26882 26882 F DEBUG   : Revision: '0'
1706205131.855 10071 26882 26882 F DEBUG   : ABI: 'arm'
1706205131.855 10071 26882 26882 F DEBUG   : pid: 26753, tid: 26823, name: RenderThread  >>> com.machiav3lli.backup <<<
1706205131.855 10071 26882 26882 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
1706205131.855 10071 26882 26882 F DEBUG   : Cause: null pointer dereference
1706205131.855 10071 26882 26882 F DEBUG   :     r0  00000000  r1  0003225f  r2  00000003  r3  00000002
1706205131.855 10071 26882 26882 F DEBUG   :     r4  00000004  r5  00000000  r6  7f9b7800  r7  7f9b7804
1706205131.855 10071 26882 26882 F DEBUG   :     r8  8ad7f898  r9  8bcff750  r10 8bcff744  r11 8bcff728
1706205131.855 10071 26882 26882 F DEBUG   :     ip  a97747c0  sp  8ad7f810  lr  a953bb3b  pc  a953bb50
1706205131.858 10071 26753 26875 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.870 10071 26753 26774 E hiav3lli.backu: Invalid ID 0x00000000.
1706205131.878  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205131.948 10071 26882 26882 F DEBUG   : backtrace:
1706205131.948 10071 26882 26882 F DEBUG   :     #00 pc 0033db50  /system/lib/libhwui.so (android::Bitmap::makeImage(sk_sp<SkColorFilter>*)+184)
1706205131.948 10071 26882 26882 F DEBUG   :     #01 pc 000925ff  /system/lib/libhwui.so (android::uirenderer::skiapipeline::SkiaPipeline::prepareToDraw(android::uirenderer::renderthread::RenderThread const&, android::Bitmap*)+66)
1706205131.948 10071 26882 26882 F DEBUG   :     #02 pc 000a2885  /system/lib/libhwui.so (_ZNSt3__110__function6__funcIZN7android10uirenderer12renderthread11RenderProxy13prepareToDrawERNS2_6BitmapEE4$_39NS_9allocatorIS8_EEFvvEEclEv$64c930c5b4139b4fd99ae4f62fbd45a8+8)
1706205131.948 10071 26882 26882 F DEBUG   :     #03 pc 0033d9af  /system/lib/libhwui.so (android::uirenderer::WorkQueue::process()+122)
1706205131.952 10071 26882 26882 I crash_dump32: type=1400 audit(0.0:10565): avc: denied { read } for name="AndroidSystemWebView.apk" dev="mmcblk0p17" ino=14 scontext=u:r:crash_dump:s0:c71,c256,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
1706205131.948 10071 26882 26882 F DEBUG   :     #04 pc 000a33f3  /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+178)
1706205131.948 10071 26882 26882 F DEBUG   :     #05 pc 0000c147  /system/lib/libutils.so (android::Thread::_threadLoop(void*)+166)
1706205131.948 10071 26882 26882 F DEBUG   :     #06 pc 00063c15  /system/lib/libc.so (__pthread_start(void*)+22)
1706205131.948 10071 26882 26882 F DEBUG   :     #07 pc 0001e065  /system/lib/libc.so (__start_thread+22)
1706205131.954  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205132.029  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205132.056 10071 26753 26814 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.090 10071 26753 26873 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.102  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205132.121 10071 26753 26872 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.121 10071 26753 26818 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.149 10071 26753 26816 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.155 10071 26753 26866 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.162 10071 26753 26869 E hiav3lli.backu: No package ID ff found for ID 0xffffffff.
1706205132.175  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205132.215 10071 26753 26814 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.215 10071 26753 26875 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.215 10071 26753 26869 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.217 10071 26753 26873 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.251  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205132.253 10071 26753 26873 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.301 10071 26753 26873 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.326  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205132.379 10071 26753 26865 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.385 10071 26753 26869 E hiav3lli.backu: No package ID ff found for ID 0xffffffff.
1706205132.427  1046  3505 26356 I FASTGX_RC: base qp - 4:16, bu_cnt:0
1706205132.464 10071 26753 26864 E hiav3lli.backu: Invalid ID 0x00000000.
1706205132.503  1000  3653  3677 W WindowManager: Unable to start animation, surface is null or no children.
1706205132.570 10071 26753 26773 I hiav3lli.backu: Waiting for a blocking GC ProfileSaver
1706205132.626 10071 26753 26769 I hiav3lli.backu: Background concurrent copying GC freed 48570(3MB) AllocSpace objects, 26(520KB) LOS objects, 50% free, 6MB/12MB, paused 604us total 345.733ms
1706205132.627 10071 26753 26773 I hiav3lli.backu: WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 56.562ms
1706205133.161 10071 26753 26816 E hiav3lli.backu: No package ID ff found for ID 0xffffffff.

@traversone
Copy link

sorry for my better explanation: on my Android BOX, all the versions I tried crash on 1st launch with no dependency with root gained or not.

Said that I have no competency in Android, browsing the \data\system\dropbox directory I found this lof of "data_app_crash" just created and that may help to troubleshooting the behaviour:

Process: com.machiav3lli.backup
PID: 7232
Flags: 0x20a83e44
Package: com.machiav3lli.backup v8316 (8.3.6)
Foreground: Yes
Build: google/sailfish/sailfish:9/PQ3A.190801.002/5670241:user/release-keys

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.machiav3lli.backup/com.machiav3lli.backup.activities.MainActivityX}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2951)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3086)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1816)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6718)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
at androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor(Unknown Source:660)
at androidx.appcompat.app.AppCompatDelegateImpl.setContentView(SourceFile:11)
at androidx.appcompat.app.AppCompatActivity.setContentView(SourceFile:6)
at androidx.activity.compose.ComponentActivityKt.setContent$default(Unknown Source:88)
at com.machiav3lli.backup.activities.MainActivityX.onCreate(Unknown Source:161)
at android.app.Activity.performCreate(Activity.java:7171)
at android.app.Activity.performCreate(Activity.java:7162)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2931)
... 11 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants