Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3a436c0 authored by Robert Delgado's avatar Robert Delgado Committed by Android (Google) Code Review
Browse files

Merge "Changed target path for transaction writing."

parents 9d1f2dbf aa74a663
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ using SurfaceChange = surfaceflinger::SurfaceChange;
using Increment = surfaceflinger::Increment;
using DisplayChange = surfaceflinger::DisplayChange;

constexpr auto DEFAULT_FILENAME = "/data/SurfaceTrace.dat";
constexpr auto DEFAULT_FILENAME = "/data/misc/wmtrace/transaction_trace.pb";

class SurfaceInterceptor {
public:
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ constexpr auto UNIQUE_TEST_FG_SURFACE_NAME = "FG Interceptor Test Surface#0";
constexpr auto LAYER_NAME = "Layer Create and Delete Test";
constexpr auto UNIQUE_LAYER_NAME = "Layer Create and Delete Test#0";

constexpr auto DEFAULT_FILENAME = "/data/SurfaceTrace.dat";
constexpr auto DEFAULT_FILENAME = "/data/misc/wmtrace/transaction_trace.pb";

// Fill an RGBA_8888 formatted surface with a single color.
static void fillSurfaceRGBA8(const sp<SurfaceControl>& sc, uint8_t r, uint8_t g, uint8_t b) {