Lines Matching refs:PERFETTO_ELOG
43 PERFETTO_ELOG("Missing deobfuscated name."); in ParseClass()
50 PERFETTO_ELOG("Missing ->"); in ParseClass()
55 PERFETTO_ELOG("Missing obfuscated name."); in ParseClass()
60 PERFETTO_ELOG("Empty obfuscated name."); in ParseClass()
64 PERFETTO_ELOG("Expected colon."); in ParseClass()
70 PERFETTO_ELOG("Unexpected data."); in ParseClass()
92 PERFETTO_ELOG("Missing type name."); in ParseMember()
98 PERFETTO_ELOG("Missing deobfuscated name."); in ParseMember()
105 PERFETTO_ELOG("Missing ->"); in ParseMember()
110 PERFETTO_ELOG("Missing obfuscated name."); in ParseMember()
116 PERFETTO_ELOG("Unexpected data."); in ParseMember()
209 PERFETTO_ELOG("Failed to parse proguard map (line %zu): %s", lineno, in AddLines()
260 PERFETTO_ELOG("Failed to open %s", filename); in ReadProguardMapsToDeobfuscationPackets()
267 PERFETTO_ELOG("Failed to parse %s", filename); in ReadProguardMapsToDeobfuscationPackets()
290 PERFETTO_ELOG( in GetPerfettoProguardMapPath()