does anyone has any idea about framestats https://developer.android.com/tools/dumpsys#ui
Question – While running framestats command I am getting some wierd timestamps
Example
Flags,IntendedVsync,Vsync,OldestInputEvent,NewestInputEvent,HandleInputStart,AnimationStart,PerformTraversalsStart,DrawStart,SyncQueued,SyncStart,IssueDrawCommandsStart,SwapBuffers,FrameCompleted,DequeueBufferDuration,QueueBufferDuration,GpuCompleted,
1,146696088396343,146696571729686,9223372036854775807,0,146696581891073,146696581894611,146696581897880,146697072749611,146697073366726,146697078783572,146697079121803,146697080224149,146697082513226,0,524962,0,
1,146698922377875,146698922377875,9223372036854775807,0,146698923674840,146698923677994,146698923976609,146698949996725,146698950291379,146698950697879,146698950903148,146698957816571,146698961607994,3572884,579693,0,
1,146698938951344,146698938951344,9223372036854775807,0,146698953406302,146698953410763,146698954719917,146698973898109,146698974007302,146698974468955,146698975846379,146698985501379,146698989020840,5225577,1202039,0,
if you take example of this then 146696088396343ns is pointing to 2nd Jan 1970.
I am expecting if I convert 146696088396343ns timestamp. I should get some valid date
Sarthak Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.