Loading services/surfaceflinger/Tracing/tools/main.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,10 @@ int main(int argc, char** argv) { ; ALOGD("Generating %s...", outputLayersTracePath); std::cout << "Generating " << outputLayersTracePath << "\n"; // sink any log spam from the stubbed surfaceflinger __android_log_set_logger([](const struct __android_log_message* /* log_message */) {}); if (!LayerTraceGenerator().generate(transactionTraceFile, outputLayersTracePath)) { std::cout << "Error: Failed to generate layers trace " << outputLayersTracePath; return -1; Loading Loading
services/surfaceflinger/Tracing/tools/main.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,10 @@ int main(int argc, char** argv) { ; ALOGD("Generating %s...", outputLayersTracePath); std::cout << "Generating " << outputLayersTracePath << "\n"; // sink any log spam from the stubbed surfaceflinger __android_log_set_logger([](const struct __android_log_message* /* log_message */) {}); if (!LayerTraceGenerator().generate(transactionTraceFile, outputLayersTracePath)) { std::cout << "Error: Failed to generate layers trace " << outputLayersTracePath; return -1; Loading