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

Commit 2dbf7c97 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Align transaction trace timestamps with wm and sf trace" into rvc-dev

parents 5f8d2338 45cb21ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ int32_t SurfaceInterceptor::getLayerIdFromHandle(const sp<const IBinder>& handle

Increment* SurfaceInterceptor::createTraceIncrementLocked() {
    Increment* increment(mTrace.add_increment());
    increment->set_time_stamp(systemTime());
    increment->set_time_stamp(elapsedRealtimeNano());
    return increment;
}