活动介绍

operation not permitted怎么解决

时间: 2025-07-05 13:52:36 浏览: 26
### 解决 Operation Not Permitted 错误的方法 在 Linux 系统中,`Operation not permitted` 错误通常与文件系统权限或特殊属性有关。以下是一些可能的原因及解决方法: #### 1. 文件系统为只读模式 如果文件系统处于只读状态,则任何修改操作都会导致 `Operation not permitted` 错误。 - 检查文件系统是否为只读: ```bash mount | grep ^/dev ``` - 如果发现文件系统挂载为只读(`ro`),可以尝试重新挂载为读写模式: ```bash mount -o remount,rw / ``` #### 2. 文件被设置为不可变属性 Linux 文件系统支持扩展属性,其中不可变属性(`immutable`)会阻止对文件的任何修改、删除或重命名操作。 - 检查文件是否设置了不可变属性: ```bash lsattr test.txt ``` - 如果输出中包含 `i`,则表示文件具有不可变属性。可以通过以下命令移除该属性: ```bash chattr -i test.txt ``` #### 3. 文件位于特殊文件系统 某些文件可能位于只读或受限的文件系统(如 tmpfs 或 squashfs)。这些文件系统的特性决定了无法直接修改文件。 - 检查文件所在文件系统类型: ```bash df -T $(dirname /path/to/test.txt) ``` - 如果文件系统类型为 `tmpfs` 或其他只读类型,则需要将文件复制到常规文件系统进行操作。 #### 4. SELinux 或 AppArmor 策略限制 SELinux 或 AppArmor 安全模块可能会限制 root 用户对某些文件的操作。 - 检查 SELinux 是否启用: ```bash getenforce ``` - 如果返回 `Enforcing`,可以临时将其设置为宽松模式以测试问题是否解决: ```bash setenforce 0 ``` - 如果问题解决,需调整相关策略规则以允许所需操作[^2]。 #### 5. 文件由其他进程锁定 某些文件可能被其他进程锁定,导致无法修改。 - 使用以下命令检查是否有进程占用文件: ```bash lsof /path/to/test.txt ``` - 如果发现有进程占用文件,需终止相关进程后再尝试操作: ```bash kill -9 <PID> ``` #### 6. 文件权限不足 即使作为 root 用户,某些情况下文件权限仍可能导致问题。确保文件权限正确: ```bash chmod 700 test.txt chown root:root test.txt ``` ### 示例代码 以下是一个综合脚本,用于排查和解决 `Operation not permitted` 错误: ```bash #!/bin/bash FILE_PATH="/path/to/test.txt" # 检查文件系统是否为只读 if mount | grep -q "on $(dirname $FILE_PATH) type.*ro"; then echo "File system is read-only. Remounting..." sudo mount -o remount,rw / fi # 检查文件是否具有不可变属性 if lsattr $FILE_PATH | grep -q "i"; then echo "File has immutable attribute. Removing it..." sudo chattr -i $FILE_PATH fi # 检查 SELinux 状态 if getenforce | grep -q "Enforcing"; then echo "SELinux is enforcing. Temporarily setting to permissive..." sudo setenforce 0 fi # 修改文件权限 sudo chmod 700 $FILE_PATH sudo chown root:root $FILE_PATH echo "Operation completed." ```
阅读全文

相关推荐

2025-06-12 04:26:58.687 16964-16964 cmd E BBinder_init Processname cmd 2025-06-12 04:26:58.688 16964-16964 cmd E BBinder_init hasGetProcessName cmd 2025-06-12 04:26:58.761 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.779 16967-16967 IPCThreadState E Binder transaction failure. id: 101398492, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.780 16967-16967 IPCThreadState E Binder transaction failure. id: 101398496, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.780 16967-16967 IPCThreadState E Binder transaction failure. id: 101398500, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.781 16967-16967 IPCThreadState E Binder transaction failure. id: 101398504, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.781 16967-16967 IPCThreadState E Binder transaction failure. id: 101398508, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.782 16967-16967 IPCThreadState E Binder transaction failure. id: 101398512, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.783 16967-16967 IPCThreadState E Binder transaction failure. id: 101398516, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.784 16967-16967 IPCThreadState E Binder transaction failure. id: 101398520, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.785 16967-16967 IPCThreadState E Binder transaction failure. id: 101398524, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.786 16967-16967 IPCThreadState E Binder transaction failure. id: 101398528, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.786 16967-16967 IPCThreadState E Binder transaction failure. id: 101398532, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.787 16967-16967 IPCThreadState E Binder transaction failure. id: 101398536, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.788 16967-16967 IPCThreadState E Binder transaction failure. id: 101398540, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.789 16967-16967 IPCThreadState E Binder transaction failure. id: 101398544, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.790 16967-16967 IPCThreadState E Binder transaction failure. id: 101398548, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.794 16967-16967 IPCThreadState E Binder transaction failure. id: 101398577, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.795 16967-16967 IPCThreadState E Binder transaction failure. id: 101398581, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.797 16967-16967 IPCThreadState E Binder transaction failure. id: 101398595, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.797 16967-16967 IPCThreadState E Binder transaction failure. id: 101398599, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.798 16967-16967 IPCThreadState E Binder transaction failure. id: 101398603, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.801 16967-16967 IPCThreadState E Binder transaction failure. id: 101398622, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.801 16967-16967 IPCThreadState E Binder transaction failure. id: 101398626, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.802 16967-16967 IPCThreadState E Binder transaction failure. id: 101398630, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.812 16967-16967 IPCThreadState E Binder transaction failure. id: 101398719, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.813 16967-16967 IPCThreadState E Binder transaction failure. id: 101398725, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.814 16967-16967 IPCThreadState E Binder transaction failure. id: 101398738, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.815 16967-16967 IPCThreadState E Binder transaction failure. id: 101398742, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.815 16967-16967 IPCThreadState E Binder transaction failure. id: 101398746, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.816 16967-16967 IPCThreadState E Binder transaction failure. id: 101398750, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.816 16967-16967 IPCThreadState E Binder transaction failure. id: 101398754, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.817 16967-16967 IPCThreadState E Binder transaction failure. id: 101398758, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.818 16967-16967 IPCThreadState E Binder transaction failure. id: 101398762, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.818 16967-16967 IPCThreadState E Binder transaction failure. id: 101398766, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.819 16967-16967 IPCThreadState E Binder transaction failure. id: 101398770, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.820 16967-16967 IPCThreadState E Binder transaction failure. id: 101398779, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.820 16967-16967 IPCThreadState E Binder transaction failure. id: 101398783, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.826 16967-16967 IPCThreadState E Binder transaction failure. id: 101398829, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.826 16967-16967 IPCThreadState E Binder transaction failure. id: 101398833, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.827 16967-16967 IPCThreadState E Binder transaction failure. id: 101398837, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.827 16967-16967 IPCThreadState E Binder transaction failure. id: 101398841, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.828 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.835 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.837 16967-16967 IPCThreadState E Binder transaction failure. id: 101398930, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.838 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.841 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.847 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.850 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.851 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.853 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.854 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.859 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.867 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.882 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.884 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.895 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.902 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.924 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.930 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.941 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.945 16967-16967 Parcel E Reading a NULL string not supported here. 2025-06-12 04:26:58.956 16967-16967 IPCThreadState E Binder transaction failure. id: 101400079, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.957 16967-16967 IPCThreadState E Binder transaction failure. id: 101400083, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.957 16967-16967 IPCThreadState E Binder transaction failure. id: 101400087, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.958 16967-16967 IPCThreadState E Binder transaction failure. id: 101400091, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.960 16967-16967 IPCThreadState E Binder transaction failure. id: 101400105, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.960 16967-16967 IPCThreadState E Binder transaction failure. id: 101400109, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.961 16967-16967 IPCThreadState E Binder transaction failure. id: 101400113, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.962 16967-16967 IPCThreadState E Binder transaction failure. id: 101400117, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.962 16967-16967 IPCThreadState E Binder transaction failure. id: 101400121, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.962 16967-16967 IPCThreadState E Binder transaction failure. id: 101400125, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.963 16967-16967 IPCThreadState E Binder transaction failure. id: 101400129, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.963 16967-16967 IPCThreadState E Binder transaction failure. id: 101400133, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.963 16967-16967 IPCThreadState E Binder transaction failure. id: 101400137, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.964 16967-16967 IPCThreadState E Binder transaction failure. id: 101400141, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.964 16967-16967 IPCThreadState E Binder transaction failure. id: 101400145, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.965 16967-16967 IPCThreadState E Binder transaction failure. id: 101400149, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.965 16967-16967 IPCThreadState E Binder transaction failure. id: 101400153, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.966 16967-16967 IPCThreadState E Binder transaction failure. id: 101400157, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.967 16967-16967 IPCThreadState E Binder transaction failure. id: 101400166, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.967 16967-16967 IPCThreadState E Binder transaction failure. id: 101400170, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.968 16967-16967 IPCThreadState E Binder transaction failure. id: 101400174, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.971 16967-16967 IPCThreadState E Binder transaction failure. id: 101400213, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.972 16967-16967 IPCThreadState E Binder transaction failure. id: 101400222, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.972 16967-16967 IPCThreadState E Binder transaction failure. id: 101400226, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.973 16967-16967 IPCThreadState E Binder transaction failure. id: 101400235, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.974 16967-16967 IPCThreadState E Binder transaction failure. id: 101400239, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.974 16967-16967 IPCThreadState E Binder transaction failure. id: 101400243, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.975 16967-16967 IPCThreadState E Binder transaction failure. id: 101400247, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.975 16967-16967 IPCThreadState E Binder transaction failure. id: 101400251, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.976 16967-16967 IPCThreadState E Binder transaction failure. id: 101400255, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.976 16967-16967 IPCThreadState E Binder transaction failure. id: 101400259, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.976 16967-16967 IPCThreadState E Binder transaction failure. id: 101400263, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.977 16967-16967 IPCThreadState E Binder transaction failure. id: 101400267, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.977 16967-16967 IPCThreadState E Binder transaction failure. id: 101400271, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.977 16967-16967 IPCThreadState E Binder transaction failure. id: 101400275, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.986 16967-16967 IPCThreadState E Binder transaction failure. id: 101400374, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.986 16967-16967 IPCThreadState E Binder transaction failure. id: 101400378, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.987 16967-16967 IPCThreadState E Binder transaction failure. id: 101400382, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.988 16967-16967 IPCThreadState E Binder transaction failure. id: 101400386, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.988 16967-16967 IPCThreadState E Binder transaction failure. id: 101400390, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.989 16967-16967 IPCThreadState E Binder transaction failure. id: 101400394, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.989 16967-16967 IPCThreadState E Binder transaction failure. id: 101400398, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.989 16967-16967 IPCThreadState E Binder transaction failure. id: 101400402, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.990 16967-16967 IPCThreadState E Binder transaction failure. id: 101400406, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.990 16967-16967 IPCThreadState E Binder transaction failure. id: 101400410, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.991 16967-16967 IPCThreadState E Binder transaction failure. id: 101400414, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.991 16967-16967 IPCThreadState E Binder transaction failure. id: 101400418, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.992 16967-16967 IPCThreadState E Binder transaction failure. id: 101400422, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.992 16967-16967 IPCThreadState E Binder transaction failure. id: 101400426, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.992 16967-16967 IPCThreadState E Binder transaction failure. id: 101400430, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.993 16967-16967 IPCThreadState E Binder transaction failure. id: 101400434, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.993 16967-16967 IPCThreadState E Binder transaction failure. id: 101400438, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.993 16967-16967 IPCThreadState E Binder transaction failure. id: 101400442, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.994 16967-16967 IPCThreadState E Binder transaction failure. id: 101400446, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.996 16967-16967 IPCThreadState E Binder transaction failure. id: 101400455, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.996 16967-16967 IPCThreadState E Binder transaction failure. id: 101400459, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.997 16967-16967 IPCThreadState E Binder transaction failure. id: 101400463, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.997 16967-16967 IPCThreadState E Binder transaction failure. id: 101400467, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.998 16967-16967 IPCThreadState E Binder transaction failure. id: 101400471, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.998 16967-16967 IPCThreadState E Binder transaction failure. id: 101400475, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:58.999 16967-16967 IPCThreadState E Binder transaction failure. id: 101400479, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.000 16967-16967 IPCThreadState E Binder transaction failure. id: 101400488, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.000 16967-16967 IPCThreadState E Binder transaction failure. id: 101400492, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.001 16967-16967 IPCThreadState E Binder transaction failure. id: 101400496, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.002 16967-16967 IPCThreadState E Binder transaction failure. id: 101400505, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.003 16967-16967 IPCThreadState E Binder transaction failure. id: 101400509, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.003 16967-16967 IPCThreadState E Binder transaction failure. id: 101400513, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.004 16967-16967 IPCThreadState E Binder transaction failure. id: 101400517, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.005 16967-16967 IPCThreadState E Binder transaction failure. id: 101400531, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.006 16967-16967 IPCThreadState E Binder transaction failure. id: 101400535, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.006 16967-16967 IPCThreadState E Binder transaction failure. id: 101400539, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.007 16967-16967 IPCThreadState E Binder transaction failure. id: 101400543, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.007 16967-16967 IPCThreadState E Binder transaction failure. id: 101400547, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.008 16967-16967 IPCThreadState E Binder transaction failure. id: 101400551, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.008 16967-16967 IPCThreadState E Binder transaction failure. id: 101400555, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.008 16967-16967 IPCThreadState E Binder transaction failure. id: 101400559, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.009 16967-16967 IPCThreadState E Binder transaction failure. id: 101400563, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.009 16967-16967 IPCThreadState E Binder transaction failure. id: 101400567, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.010 16967-16967 IPCThreadState E Binder transaction failure. id: 101400571, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.010 16967-16967 IPCThreadState E Binder transaction failure. id: 101400575, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.011 16967-16967 IPCThreadState E Binder transaction failure. id: 101400579, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-12 04:26:59.038 16967-16967 IPCThreadState E Binder transaction failure. id: 101400830, BR_*: 29201, error: -1 (Operation not permitted)

25-06-13 21:58:06.756 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.763 29781-29781 cmd cmd E BBinder_init Processname cmd 2025-06-13 21:58:06.763 29781-29781 cmd cmd E BBinder_init hasGetProcessName cmd 2025-06-13 21:58:06.768 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339476, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.769 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339482, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.769 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339486, BR_*: 29201, error: -1 (Operation not permitted) 1970-01-01 08:00:00.000 0-0 <no-tag> I ---------------------------- PROCESS ENDED (11034) for package com.example.kucun2 ---------------------------- 2025-06-13 21:58:06.770 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339490, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.770 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339494, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.771 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339498, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.771 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339502, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.772 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339510, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.773 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339521, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.773 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339529, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.774 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339543, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.774 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339553, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.763 29776-29776 service service W type=1400 audit(0.0:1569230): avc: denied { call } for scontext=u:r:shell:s0 tcontext=u:r:hal_audio_default:s0 tclass=binder permissive=0 2025-06-13 21:58:06.763 29776-29776 service service W type=1400 audit(0.0:1569231): avc: denied { call } for scontext=u:r:shell:s0 tcontext=u:r:hal_audio_default:s0 tclass=binder permissive=0 2025-06-13 21:58:06.763 29776-29776 service service W type=1400 audit(0.0:1569232): avc: denied { call } for scontext=u:r:shell:s0 tcontext=u:r:hal_audio_default:s0 tclass=binder permissive=0 2025-06-13 21:58:06.763 29776-29776 service service W type=1400 audit(0.0:1569233): avc: denied { call } for scontext=u:r:shell:s0 tcontext=u:r:hal_audio_default:s0 tclass=binder permissive=0 2025-06-13 21:58:06.767 29776-29776 service service W type=1400 audit(0.0:1569234): avc: denied { call } for scontext=u:r:shell:s0 tcontext=u:r:hal_audio_default:s0 tclass=binder permissive=0 2025-06-13 21:58:06.767 29776-29776 service service W type=1400 audit(0.0:1569235): avc: denied { call } for scontext=u:r:shell:s0 tcontext=u:r:hal_audio_default:s0 tclass=binder permissive=0 2025-06-13 21:58:06.767 29776-29776 service service W type=1400 audit(0.0:1569236): avc: denied { call } for scontext=u:r:shell:s0 tcontext=u:r:hal_faceunlock_native:s0 tclass=binder permissive=0 2025-06-13 21:58:06.767 29776-29776 service service W type=1400 audit(0.0:1569237): avc: denied { call } for scontext=u:r:shell:s0 tcontext=u:r:vivo_hal_fingerprint:s0 tclass=binder permissive=0 2025-06-13 21:58:06.781 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339634, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.781 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339638, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.781 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339642, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.783 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339676, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.783 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339681, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.784 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339707, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.785 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339711, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.785 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339727, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.786 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339746, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.787 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339752, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.787 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339756, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.795 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339918, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.795 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339929, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.796 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339946, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.796 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339951, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.796 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339959, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.796 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339963, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.797 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339967, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.797 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339971, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.798 29776-29776 IPCThreadState service E Binder transaction failure. id: 123339993, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.798 29776-29776 IPCThreadState service E Binder transaction failure. id: 123340002, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.798 29776-29776 IPCThreadState service E Binder transaction failure. id: 123340010, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.799 29776-29776 IPCThreadState service E Binder transaction failure. id: 123340022, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.799 29776-29776 IPCThreadState service E Binder transaction failure. id: 123340029, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.813 29776-29776 IPCThreadState service E Binder transaction failure. id: 123340249, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.813 29776-29776 IPCThreadState service E Binder transaction failure. id: 123340257, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.814 29776-29776 IPCThreadState service E Binder transaction failure. id: 123340275, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.815 29776-29776 IPCThreadState service E Binder transaction failure. id: 123340283, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.816 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.822 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.827 29776-29776 IPCThreadState service E Binder transaction failure. id: 123340436, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.827 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.828 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.843 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.854 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.855 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.859 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.860 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.863 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.873 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.885 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.907 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.913 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.918 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.932 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.936 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.963 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.964 29776-29776 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:06.973 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343305, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.974 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343310, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.974 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343314, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.974 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343319, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.975 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343334, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.976 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343338, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.976 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343342, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.976 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343346, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.976 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343350, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.977 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343354, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.977 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343359, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.977 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343363, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.977 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343367, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.978 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343371, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.978 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343375, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.978 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343379, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.979 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343383, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.979 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343387, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.980 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343402, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.980 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343406, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.980 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343410, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.983 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343460, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.983 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343470, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.984 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343474, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.984 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343485, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.984 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343489, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.985 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343493, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.985 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343497, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.985 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343502, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.985 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343506, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.986 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343510, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.986 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343514, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.986 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343518, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.986 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343523, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.987 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343528, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.992 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343650, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.992 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343654, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.992 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343658, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.993 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343662, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.993 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343666, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.993 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343670, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.993 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343674, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.993 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343679, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.994 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343683, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.994 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343687, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.994 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343691, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.994 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343695, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.995 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343699, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.995 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343703, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.995 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343707, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.995 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343711, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.996 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343715, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.996 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343722, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.996 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343729, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.997 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343739, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.997 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343743, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.998 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343747, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.998 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343751, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.998 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343757, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.998 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343762, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.999 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343767, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:06.999 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343778, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.000 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343782, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.000 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343786, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.001 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343795, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.001 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343800, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.001 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343804, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.001 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343808, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.002 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343823, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.003 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343827, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.003 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343831, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.003 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343835, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.003 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343839, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.004 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343843, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.004 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343847, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.004 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343851, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.004 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343859, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.005 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343865, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.005 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343869, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.005 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343873, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.005 29776-29776 IPCThreadState service E Binder transaction failure. id: 123343878, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.025 29776-29776 IPCThreadState service E Binder transaction failure. id: 123344162, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.201 29822-29822 cmd cmd E BBinder_init Processname cmd 2025-06-13 21:58:07.201 29822-29822 cmd cmd E BBinder_init hasGetProcessName cmd 2025-06-13 21:58:07.237 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.247 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344792, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.247 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344796, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.248 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344803, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.248 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344808, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.249 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344814, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.249 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344818, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.250 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344822, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.250 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344826, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.251 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344830, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.251 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344834, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.252 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344839, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.252 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344843, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.252 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344847, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.252 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344851, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.253 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344855, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.255 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344889, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.256 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344895, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.257 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344911, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.257 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344916, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.257 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344921, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.259 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344940, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.259 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344944, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.259 29825-29825 IPCThreadState service E Binder transaction failure. id: 123344948, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.264 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345047, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.265 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345053, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.266 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345069, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.266 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345073, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.266 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345077, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.267 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345081, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.267 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345085, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.267 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345089, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.267 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345093, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.268 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345097, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.268 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345101, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.268 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345111, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.268 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345115, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.273 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345169, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.273 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345174, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.274 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345179, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.274 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345183, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.274 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.277 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.279 29825-29825 IPCThreadState service E Binder transaction failure. id: 123345270, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.279 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.280 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.285 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.288 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.288 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.291 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.291 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.294 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.299 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.308 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.309 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.317 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.323 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.339 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.344 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.352 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.355 29825-29825 Parcel service E Reading a NULL string not supported here. 2025-06-13 21:58:07.363 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346554, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.363 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346558, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.364 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346562, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.364 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346568, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.365 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346586, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.366 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346590, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.366 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346594, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.367 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346598, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.367 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346602, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.367 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346606, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.368 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346611, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.368 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346615, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.369 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346619, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.369 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346623, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.369 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346627, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.370 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346631, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.370 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346636, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.371 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346643, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.372 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346653, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.372 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346659, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.372 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346664, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.375 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346706, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.376 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346716, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.376 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346720, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.377 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346729, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.378 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346733, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.378 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346737, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.378 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346741, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.379 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346750, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.379 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346754, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.380 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346759, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.380 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346763, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.381 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346770, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.381 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346774, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.381 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346780, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.387 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346886, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.387 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346890, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.388 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346895, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.388 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346899, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.388 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346903, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.389 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346909, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.389 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346914, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.389 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346919, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.390 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346924, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.390 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346930, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.390 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346934, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.390 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346940, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.391 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346945, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.391 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346949, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.391 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346954, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.391 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346958, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.392 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346963, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.392 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346967, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.392 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346971, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.393 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346981, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.393 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346985, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.393 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346989, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.393 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346993, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.394 29825-29825 IPCThreadState service E Binder transaction failure. id: 123346997, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.394 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347001, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.394 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347005, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.395 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347015, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.395 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347021, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.396 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347026, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.396 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347036, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.396 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347040, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.397 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347044, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.397 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347048, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.398 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347065, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.398 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347071, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.399 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347075, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.399 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347080, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.399 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347084, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.399 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347088, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.399 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347092, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.400 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347096, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.400 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347100, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.400 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347104, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.400 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347108, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.400 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347112, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.401 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347116, BR_*: 29201, error: -1 (Operation not permitted) 2025-06-13 21:58:07.418 29825-29825 IPCThreadState service E Binder transaction failure. id: 123347394, BR_*: 29201, error: -1 (Operation not permitted)每次项目重启都有大量

大家在看

recommend-type

基于ADS的微带滤波器设计

微波滤波器是用来分离不同频率微波信号的一种器件。它的主要作用是抑制不需要的信号,使其不能通过滤波器,只让需要的信号通过。在微波电路系统中,滤波器的性能对电路的性能指标有很大的影响,因此如何设计出一个具有高性能的滤波器,对设计微波电路系统具有很重要的意义。
recommend-type

Pixhawk4飞控驱动.zip

已安装成功
recommend-type

ztecfg中兴配置加解密工具3.0版本.rar

中兴光猫配置文件加解密工具3.0 .\ztecfg.exe -d AESCBC -i .\(要解密的文件名)db_user_cfg.xml -o (解密后文件名)123.cfg
recommend-type

配置车辆-feedback systems_an introduction for scientists and engineers

5.2 道路场景 从界面右侧的道路场景列表中,双击载入所需的道路场景(如 Fld_FreeWay)。 PanoSim提供了 ADAS标准(ISO、Euro NCAP)典型场景库,如高速公路、乡村道路、 城镇、坡道、换道、停车场、高速出入口等。我们可根据用户需要定制丰富场景库。 PanoSim提供专门的道路场景设计工具,可通过常用工具栏\Tools\FieldBuilder 来创建自己的道路场景。 5.3 天气和光照 从右侧的实验环境列表栏中,通过双击载入所需的实验天气和光照。天气有多 云、雾天、雨天、雪天、晴天,光照有白天和夜晚,相关实验信息(如所选场景、天 气、车辆等),可在左侧实验信息栏中查看。 5.4 配置车辆 点击“Forward”,进入实验参数设置主界面(图 5-2)。
recommend-type

xilinx.com_user_IIC_AXI_1.0.zip

可以直接用在vivado 2017.4版本里。查看各个寄存器就知道用来干什么了,一号寄存器分频系数,二号的start、stop信号,三号寄存器8bit数据,四号寄存器只读,返回IIC状态和ACK信号,其中二号的一个bit可以用来不等待从机ACK,方便使用。

最新推荐

recommend-type

开发界面语义化:声控 + 画图协同生成代码.doc

开发界面语义化:声控 + 画图协同生成代码.doc
recommend-type

Python程序TXLWizard生成TXL文件及转换工具介绍

### 知识点详细说明: #### 1. 图形旋转与TXL向导 图形旋转是图形学领域的一个基本操作,用于改变图形的方向。在本上下文中,TXL向导(TXLWizard)是由Esteban Marin编写的Python程序,它实现了特定的图形旋转功能,主要用于电子束光刻掩模的生成。光刻掩模是半导体制造过程中非常关键的一个环节,它确定了在硅片上沉积材料的精确位置。TXL向导通过生成特定格式的TXL文件来辅助这一过程。 #### 2. TXL文件格式与用途 TXL文件格式是一种基于文本的文件格式,它设计得易于使用,并且可以通过各种脚本语言如Python和Matlab生成。这种格式通常用于电子束光刻中,因为它的文本形式使得它可以通过编程快速创建复杂的掩模设计。TXL文件格式支持引用对象和复制对象数组(如SREF和AREF),这些特性可以用于优化电子束光刻设备的性能。 #### 3. TXLWizard的特性与优势 - **结构化的Python脚本:** TXLWizard 使用结构良好的脚本来创建遮罩,这有助于开发者创建清晰、易于维护的代码。 - **灵活的Python脚本:** 作为Python程序,TXLWizard 可以利用Python语言的灵活性和强大的库集合来编写复杂的掩模生成逻辑。 - **可读性和可重用性:** 生成的掩码代码易于阅读,开发者可以轻松地重用和修改以适应不同的需求。 - **自动标签生成:** TXLWizard 还包括自动为图形对象生成标签的功能,这在管理复杂图形时非常有用。 #### 4. TXL转换器的功能 - **查看.TXL文件:** TXL转换器(TXLConverter)允许用户将TXL文件转换成HTML或SVG格式,这样用户就可以使用任何现代浏览器或矢量图形应用程序来查看文件。 - **缩放和平移:** 转换后的文件支持缩放和平移功能,这使得用户在图形界面中更容易查看细节和整体结构。 - **快速转换:** TXL转换器还提供快速的文件转换功能,以实现有效的蒙版开发工作流程。 #### 5. 应用场景与技术参考 TXLWizard的应用场景主要集中在电子束光刻技术中,特别是用于设计和制作半导体器件时所需的掩模。TXLWizard作为一个向导,不仅提供了生成TXL文件的基础框架,还提供了一种方式来优化掩模设计,提高光刻过程的效率和精度。对于需要进行光刻掩模设计的工程师和研究人员来说,TXLWizard提供了一种有效的方法来实现他们的设计目标。 #### 6. 系统开源特性 标签“系统开源”表明TXLWizard遵循开放源代码的原则,这意味着源代码对所有人开放,允许用户自由地查看、修改和分发软件。开源项目通常拥有活跃的社区,社区成员可以合作改进软件,添加新功能,或帮助解决遇到的问题。这种开放性促进了技术创新,并允许用户根据自己的需求定制软件。 #### 7. 压缩包子文件的文件名称列表 文件名称列表中的“txlwizard-master”可能指的是TXLWizard项目的主版本库或主分支。这个名称表明了这是项目源代码的中心点,其他开发者会从这个主分支拉取代码进行合作开发或部署。以“-master”结尾通常是版本控制系统中表示主要开发线路的常见约定,例如Git中的master(现在更常被称为main)分支。 通过这些知识点的详细解释,我们可以看到TXLWizard不仅是一个用于生成TXL文件的工具,它还整合了一系列的功能,使得电子束光刻掩模的设计工作更为高效和直观。同时,作为一个开源项目,它能够借助社区的力量不断进步,为用户带来更多的便利和创新。
recommend-type

【创新图生成:扣子平台的技术前沿与创新思维】:引领图像生成技术的新潮流

# 1. 扣子平台的图像生成技术概述 在当今数字化时代,图像生成技术正成为推动技术创新和社会变革的关键力量。扣子平台正是这一技术革新的代表。本章将对扣子平台的图像生成技术进行一个全面概述,探究它如何将理论技术转化为实际应用,并带来显著的社会影响。 扣子平台运用了先进的图像生成技术,将现实世界和数字空间无缝融合,打造了沉浸式的视觉体验。其技术的核心是通过高度复杂的算法模型,快速生成高质
recommend-type

海康威视机器视觉工程师考核

<think>好的,我现在需要帮助用户了解海康威视机器视觉工程师的考核内容和要求。根据用户提供的引用资料,特别是引用[1]和[2],里面提到了考核素材包分为初级和中级,涵盖理论、算法、应用案例等。首先,我要整理这些信息,确保结构清晰,符合用户要求的格式。 接下来,我需要确认素材包的具体内容,比如初级和中级的不同点。引用[2]提到初级包含基础理论、算法实现和实际案例,中级则增加复杂算法和项目分析。这部分需要分点说明,方便用户理解层次。 另外,用户可能想知道如何准备考核,比如下载素材、学习顺序、模拟考核等,引用[2]中有使用说明和注意事项,这部分也要涵盖进去。同时要注意提醒用户考核窗口已关闭,
recommend-type

Linux环境下Docker Hub公共容器映像检测工具集

在给出的知识点中,我们需要详细解释有关Docker Hub、公共容器映像、容器编排器以及如何与这些工具交互的详细信息。同时,我们会涵盖Linux系统下的相关操作和工具使用,以及如何在ECS和Kubernetes等容器编排工具中运用这些检测工具。 ### Docker Hub 和公共容器映像 Docker Hub是Docker公司提供的一项服务,它允许用户存储、管理以及分享Docker镜像。Docker镜像可以视为应用程序或服务的“快照”,包含了运行特定软件所需的所有必要文件和配置。公共容器映像指的是那些被标记为公开可见的Docker镜像,任何用户都可以拉取并使用这些镜像。 ### 静态和动态标识工具 静态和动态标识工具在Docker Hub上用于识别和分析公共容器映像。静态标识通常指的是在不运行镜像的情况下分析镜像的元数据和内容,例如检查Dockerfile中的指令、环境变量、端口映射等。动态标识则需要在容器运行时对容器的行为和性能进行监控和分析,如资源使用率、网络通信等。 ### 容器编排器与Docker映像 容器编排器是用于自动化容器部署、管理和扩展的工具。在Docker环境中,容器编排器能够自动化地启动、停止以及管理容器的生命周期。常见的容器编排器包括ECS和Kubernetes。 - **ECS (Elastic Container Service)**:是由亚马逊提供的容器编排服务,支持Docker容器,并提供了一种简单的方式来运行、停止以及管理容器化应用程序。 - **Kubernetes**:是一个开源平台,用于自动化容器化应用程序的部署、扩展和操作。它已经成为容器编排领域的事实标准。 ### 如何使用静态和动态标识工具 要使用这些静态和动态标识工具,首先需要获取并安装它们。从给定信息中了解到,可以通过克隆仓库或下载压缩包并解压到本地系统中。之后,根据需要针对不同的容器编排环境(如Dockerfile、ECS、Kubernetes)编写配置,以集成和使用这些检测工具。 ### Dockerfile中的工具使用 在Dockerfile中使用工具意味着将检测工具的指令嵌入到构建过程中。这可能包括安装检测工具的命令、运行容器扫描的步骤,以及将扫描结果集成到镜像构建流程中,确保只有通过安全和合规检查的容器镜像才能被构建和部署。 ### ECS与Kubernetes中的工具集成 在ECS或Kubernetes环境中,工具的集成可能涉及到创建特定的配置文件、定义服务和部署策略,以及编写脚本或控制器来自动执行检测任务。这样可以在容器编排的过程中实现实时监控,确保容器编排器只使用符合预期的、安全的容器镜像。 ### Linux系统下的操作 在Linux系统下操作这些工具,用户可能需要具备一定的系统管理和配置能力。这包括使用Linux命令行工具、管理文件系统权限、配置网络以及安装和配置软件包等。 ### 总结 综上所述,Docker Hub上的静态和动态标识工具提供了一种方法来检测和分析公共容器映像,确保这些镜像的安全性和可靠性。这些工具在Linux开发环境中尤为重要,因为它们帮助开发人员和运维人员确保他们的容器映像满足安全要求。通过在Dockerfile、ECS和Kubernetes中正确使用这些工具,可以提高应用程序的安全性,减少由于使用不安全的容器镜像带来的风险。此外,掌握Linux系统下的操作技能,可以更好地管理和维护这些工具,确保它们能够有效地发挥作用。
recommend-type

【扣子平台图像艺术探究:理论与实践的完美结合】:深入学习图像生成的艺术

# 1. 图像艺术的理论基础 艺术领域的每一个流派和技巧都有其理论基础。在图像艺术中,理论基础不仅是对艺术表现形式的认知,也是掌握艺术创作内在逻辑的关键。深入理解图像艺术的理论基础,能够帮助艺术家们在创作过程中更加明确地表达自己的艺术意图,以及更好地与观众沟通。 图像艺术的理论
recommend-type

增广路定理的证明

<think>嗯,用户想查找增广路定理的证明,关于图论和网络流算法的。我得先理解增广路定理是什么,然后找到相关的证明方法。根据之前的引用,尤其是引用5提到最大流最小割定理,里面有三个等价条件,其中第二个是残余网络中没有增广路径时,流就是最大流。这可能和增广路定理相关,也就是当残余网络中没有增广路时,当前流就是最大流,这可能就是增广路定理的内容。 首先,我需要明确增广路定理的陈述。根据引用5,增广路定理可能指的是:一个流是最大流当且仅当残余网络中不存在增广路径。这个定理的证明需要用到最大流最小割定理,也就是第三个条件,即最大流的流量等于最小割的容量。 证明的步骤可能需要分为两个方向:必要性(
recommend-type

Pulse:基于SwiftUI的Apple平台高效日志记录与网络监控

从给定文件信息中,我们可以提取出以下IT知识点进行详细阐述: **Pulse概览:** Pulse是一个专门针对Apple平台(如iOS、iPadOS、macOS等)的功能强大的日志记录系统。其设计目的是为了简化开发者在这些平台上调试网络请求和应用日志的过程。Pulse的核心特色是它使用SwiftUI来构建,这有助于开发者利用现代Swift语言的声明式UI优势来快速开发和维护。 **SwiftUI框架:** SwiftUI是一种声明式框架,由苹果公司推出,用于构建用户界面。与传统的UIKit相比,SwiftUI使用更加简洁的代码来描述界面和界面元素,它允许开发者以声明的方式定义视图和界面布局。SwiftUI支持跨平台,这意味着同一套代码可以在不同的Apple设备上运行,大大提高了开发效率和复用性。Pulse选择使用SwiftUI构建,显示了其对现代化、高效率开发的支持。 **Network Inspector功能:** Pulse具备Network Inspector功能,这个功能使得开发者能够在开发iOS应用时,直接从应用内记录和检查网络请求和日志。这种内嵌式的网络诊断能力非常有助于快速定位网络请求中的问题,如不正确的URL、不返回预期响应等。与传统的需要外部工具来抓包和分析的方式相比,这样的内嵌式工具大大减少了调试的复杂性。 **日志记录和隐私保护:** Pulse强调日志是本地记录的,并保证不会离开设备。这种做法对隐私保护至关重要,尤其是考虑到当前数据保护法规如GDPR等的严格要求。因此,Pulse的设计在帮助开发者进行问题诊断的同时,也确保了用户数据的安全性。 **集成和框架支持:** Pulse不仅仅是一个工具,它更是一个框架。它能够记录来自URLSession的事件,这意味着它可以与任何使用URLSession进行网络通信的应用或框架配合使用,包括但不限于Apple官方的网络库。此外,Pulse与使用它的框架(例如Alamofire)也能够良好配合,Alamofire是一个流行的网络请求库,广泛应用于Swift开发中。Pulse提供了一个PulseUI视图组件,开发者可以将其集成到自己的应用中,从而展示网络请求和其他事件。 **跨平台体验:** 开发者不仅可以在iOS应用中使用Pulse Console记录日志,还可以在macOS上通过Pulse应用程序查看和共享这些日志。这种跨平台的能力意味着开发者可以在不同的设备上进行日志分析,增强了开发和调试的灵活性。 **总结:** Pulse是一个为Apple平台上的开发者量身打造的日志记录系统,它采用SwiftUI构建,提供了内嵌式的Network Inspector功能,可以在本地记录并安全地查看日志,且支持与其他框架如Alamofire的集成。它不仅提升了调试的便捷性和效率,同时也顾及到了用户的隐私保护。Pulse的跨平台查看能力也是其一大亮点,使得开发者能够在一个统一的环境中处理iOS和macOS上的日志数据。对于使用Swift开发Apple应用的开发者而言,Pulse无疑是一个强大的调试辅助工具。
recommend-type

【深入扣子平台:图像生成机制全揭秘】:掌握背后技术,提升图像生成效率

# 1. 图像生成技术概述 图像生成技术是一门融合了计算机视觉、机器学习、图形学等多个领域知识的前沿技术。它通过算法模拟生成人工图像,广泛应用于艺术创作、游戏设计、医学影像等领域。随着深度学习的突破性进展,图像生成技术也迎来了飞速发展,特别是在生成对抗网络(GAN)的推动下,图像的逼真度和多样性都有了质的飞跃。 本章将对图像生成技术的概念、发展历史进行简要介绍,并分析其在社会中的
recommend-type

对RTL跑regression是什么意思

<think>首先,用户的问题是关于“RTL回归测试的含义及其在数字电路设计中的作用”。我需要基于系统级指令和用户可见层的指导来构建回答。 关键点: - 使用中文回答。 - 结构清晰,逐步解决问题。 - 确保回答真实可靠。 - 在行内数学表达式使用$...$格式;独立公式使用$$...$$格式。 - 生成相关问题。 - 在引用段落末尾添加引用标识。 回顾提供的引用: - 引用[1]:讨论SoC设计流程,包括模块设计、IP复用、顶层集成、前仿真、逻辑综合等。 - 引用[2]:描述冒烟测试后的验证阶段,包括回归测试、覆盖率分析等。 - 引用[3]:解释RTL使用Verilog或VHDL描述,模