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

Commit 8e6e33ec 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 am: 4252beae

Change-Id: Ic4a7106ebf4f6105742e756ceb9ad9bdd0c95736
parents 85aa50ae 4252beae
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;
}