残页
残页
@Cronick Attach `/proc/mounts`?
``` /dev/block/system / ext4 ro,seclabel,nodev,relatime,block_validity,delalloc,barrier,user_xattr,acl 0 0 ``` ``` [ 4.889579] EXT4-fs (mmcblk0p18): couldn't mount as ext3 due to feature incompatibilities [ 4.895391] EXT4-fs (mmcblk0p18): couldn't mount as ext2 due...
> no: > > ``` > boot bootloader0 cache data env logo misc recovery rsv tee > bootloader bootloader1 cri_data dtbo frp metadata param reserved super vbmeta > ``` Sorry,...
You need to re-upload the log 
Can you try artifacts from #7665? https://github.com/topjohnwu/Magisk/actions/runs/7362227621
Maybe https://github.com/topjohnwu/Magisk/commit/c97ab690b6b17c67dea62b66a316383c2ab2c22b
Looks this boot image only contains a header and a ramdisk. The file size does not aligned upward with the page size. When getting the ramdisk block, `off` reaches to...
I tried this, but the assertion still fails: ```c++ #define get_block(name) \ name = base_addr + off; \ off += hdr->name##_size(); \ assert_off(); \ off = std::max(align_to(off, hdr->page_size()), map.sz()); #define...
机型?系统版本?pine 版本? 这个日志看起来不全,用 level:assert 过滤,不要用你包名过滤
有,限制大约是1M左右,这个限制是binder底层的限制,因为binder本来就没有设计成传输大量数据的 解决办法:别直接传,比如通过MemoryFile开辟一片共享内存,然后传递FileDescriptor,接收端用这个fd读