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

Commit 18a04c69 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Align transaction trace timestamps with wm and sf trace" into rvc-dev am: 2dbf7c97 am: 56177815

Change-Id: Ib6da25c1951d4de2e2ed6629371163cbdfc21ef8
parents 46f751df 56177815
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;
}