Lines Matching refs:APPSPAWN_LOGE
71 APPSPAWN_LOGE("[appspawn] capset failed, err: %d.", errno);
76 APPSPAWN_LOGE("[appspawn] SetAmbientCapability failed, err: %d.", errno);
92 APPSPAWN_LOGE("SetKeepCapabilities");
105 APPSPAWN_LOGE("SetUidGid %d %d", appProperty->message.uID, appProperty->message.gID);
107 APPSPAWN_LOGE("[appspawn] setgid failed, gID %u, err: %d.", appProperty->message.gID, errno);
112 APPSPAWN_LOGE("[appspawn] setuid failed, uID %u, err: %d.", appProperty->message.uID, errno);
121 APPSPAWN_LOGE("[appspawn] setgroups failed, uID %u, err: %d.", appProperty->message.uID, errno);
134 APPSPAWN_LOGE("SetCapabilities appProperty->message.capsCnt %d", appProperty->message.capsCnt);
142 APPSPAWN_LOGE("[appspawn] setrlimit failed, err: %d.", errno);
150 APPSPAWN_LOGE("[appspawn] setrlimit failed, err: %d.", errno);
156 APPSPAWN_LOGE("[appspawn] SetCapability failed, err: %d.", errno);
160 APPSPAWN_LOGE("SetCapabilities appProperty->message.capsCnt %d", appProperty->message.capsCnt);
174 APPSPAWN_LOGE("[appspawn] AbilityMain execute failed, pid %d.", getpid());